diff --git a/package-lock.json b/package-lock.json index 11f5363..d4adf6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "harmony-back", - "version": "0.12.16", + "version": "0.12.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "harmony-back", - "version": "0.12.16", + "version": "0.12.19", "dependencies": { "@strapi/plugin-cloud": "5.8.1", "@strapi/plugin-documentation": "^5.12.6", @@ -373,7 +373,6 @@ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.600.0.tgz", "integrity": "sha512-7+I8RWURGfzvChyNQSyj5/tKrqRbzRl7H+BnTOf/4Vsw1nFOi5ROhlhD4X/Y0QCTacxnaoNcIrqnY7uGGvVRzw==", "license": "Apache-2.0", - "peer": true, "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -451,7 +450,6 @@ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.600.0.tgz", "integrity": "sha512-KQG97B7LvTtTiGmjlrG1LRAY8wUvCQzrmZVV5bjrJ/1oXAU7DITYwVbSJeX9NWg6hDuSk0VE3MFwIXS2SvfLIA==", "license": "Apache-2.0", - "peer": true, "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -1052,16 +1050,6 @@ "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/lib-storage/node_modules/buffer": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", - "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", - "license": "MIT", - "dependencies": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" - } - }, "node_modules/@aws-sdk/middleware-bucket-endpoint": { "version": "3.598.0", "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.598.0.tgz", @@ -1897,15 +1885,15 @@ } }, "node_modules/@aws-sdk/util-locate-window": { - "version": "3.723.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.723.0.tgz", - "integrity": "sha512-Yf2CS10BqK688DRsrKI/EO6B8ff5J86NXe4C+VCysK7UOgN0l1zOTeTukZ3H8Q9tYYX3oaF1961o8vRkFm7Nmw==", + "version": "3.965.4", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.4.tgz", + "integrity": "sha512-H1onv5SkgPBK2P6JR2MjGgbOnttoNzSPIRoeZTNPZYyaplwGg50zS3amXvXqF0/qfXpWEC9rLWU564QTB9bSog==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@aws-sdk/util-user-agent-browser": { @@ -1983,73 +1971,82 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", + "@babel/helper-validator-identifier": "^7.28.5", "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "picocolors": "^1.1.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/generator": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", - "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.5", - "@babel/types": "^7.26.5", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz", - "integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", + "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", "license": "MIT", "dependencies": { - "@babel/types": "^7.26.7" + "@babel/types": "^7.29.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -2059,70 +2056,66 @@ } }, "node_modules/@babel/runtime": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", - "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.7.tgz", - "integrity": "sha512-55gRV8vGrCIYZnaQHQrD92Lo/hYE3Sj5tmbuf0hhHR7sj2CWhEhHU89hbq+UVDXvFG1zUVXJhUkEq1eAfqXtFw==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz", + "integrity": "sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==", "license": "MIT", "dependencies": { - "core-js-pure": "^3.30.2", - "regenerator-runtime": "^0.14.0" + "core-js-pure": "^3.48.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", - "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz", - "integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.5", - "@babel/parser": "^7.26.7", - "@babel/template": "^7.25.9", - "@babel/types": "^7.26.7", - "debug": "^4.3.1", - "globals": "^11.1.0" + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/types": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", - "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" }, "engines": { "node": ">=6.9.0" @@ -2141,9 +2134,9 @@ } }, "node_modules/@codemirror/autocomplete": { - "version": "6.18.4", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.4.tgz", - "integrity": "sha512-sFAphGQIqyQZfP2ZBsSHV7xQvo9Py0rV0dW7W3IMRdS+zDuNb2l3no78CvUaWKGfzFjI4FTrLdUSj86IGb2hRA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.0.tgz", + "integrity": "sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -2153,9 +2146,9 @@ } }, "node_modules/@codemirror/commands": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.8.0.tgz", - "integrity": "sha512-q8VPEFaEP4ikSlt6ZxjB3zW72+7osfAYW9i8Zu943uqbKuz6utc1+F170hyLUCUltXORjQXRyYQNfkckzA/bPQ==", + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.2.tgz", + "integrity": "sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -2175,23 +2168,23 @@ } }, "node_modules/@codemirror/language": { - "version": "6.10.8", - "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.8.tgz", - "integrity": "sha512-wcP8XPPhDH2vTqf181U8MbZnW+tDyPYy0UzVOa+oHORjyT+mhhom9vBd7dApJwoDz9Nb/a8kHjJIsuA/t8vNFw==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.1.tgz", + "integrity": "sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.23.0", - "@lezer/common": "^1.1.0", + "@lezer/common": "^1.5.0", "@lezer/highlight": "^1.0.0", "@lezer/lr": "^1.0.0", "style-mod": "^4.0.0" } }, "node_modules/@codemirror/lint": { - "version": "6.8.4", - "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.4.tgz", - "integrity": "sha512-u4q7PnZlJUojeRe8FJa/njJcMctISGgPQ4PnWsd9268R4ZTtU+tfFYmwkBvgcrK2+QQ8tYFVALVb5fVJykKc5A==", + "version": "6.9.3", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.3.tgz", + "integrity": "sha512-y3YkYhdnhjDBAe0VIA0c4wVoFOvnp8CnAvfLqi0TqotIv92wIlAAP7HELOpLBsKwjAX6W92rSflA6an/2zBvXw==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", @@ -2200,29 +2193,29 @@ } }, "node_modules/@codemirror/search": { - "version": "6.5.8", - "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.8.tgz", - "integrity": "sha512-PoWtZvo7c1XFeZWmmyaOp2G0XVbOnm+fJzvghqGAktBW3cufwJUWvSCcNG0ppXiBEM05mZu6RhMtXPv2hpllig==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.6.0.tgz", + "integrity": "sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0", + "@codemirror/view": "^6.37.0", "crelt": "^1.0.5" } }, "node_modules/@codemirror/state": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.1.tgz", - "integrity": "sha512-3rA9lcwciEB47ZevqvD8qgbzhM9qMb8vCcQCNmDfVRPQG4JT9mSb0Jg8H7YjKGGQcFnLN323fj9jdnG59Kx6bg==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.4.tgz", + "integrity": "sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==", "license": "MIT", "dependencies": { "@marijn/find-cluster-break": "^1.0.0" } }, "node_modules/@codemirror/theme-one-dark": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.2.tgz", - "integrity": "sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.3.tgz", + "integrity": "sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -2232,13 +2225,13 @@ } }, "node_modules/@codemirror/view": { - "version": "6.36.2", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.36.2.tgz", - "integrity": "sha512-DZ6ONbs8qdJK0fdN7AB82CgI6tYXf4HWk1wSVa0+9bhVznCuuvhQtX8bFBoy3dv8rZSQqUd8GvhVAcielcidrA==", + "version": "6.39.13", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.39.13.tgz", + "integrity": "sha512-QBO8ZsgJLCbI28KdY0/oDy5NQLqOQVZCozBknxc2/7L98V+TVYFHnfaCsnGh1U+alpd2LOkStVwYY7nW2R1xbw==", "license": "MIT", - "peer": true, "dependencies": { "@codemirror/state": "^6.5.0", + "crelt": "^1.0.6", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } @@ -2253,12 +2246,12 @@ } }, "node_modules/@dabh/diagnostics": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", - "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz", + "integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==", "license": "MIT", "dependencies": { - "colorspace": "1.1.x", + "@so-ric/colorspace": "^1.1.6", "enabled": "2.0.x", "kuler": "^2.0.0" } @@ -2320,20 +2313,14 @@ "license": "MIT" }, "node_modules/@emotion/is-prop-valid": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz", - "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz", + "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==", "license": "MIT", "dependencies": { - "@emotion/memoize": "^0.8.1" + "@emotion/memoize": "^0.9.0" } }, - "node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==", - "license": "MIT" - }, "node_modules/@emotion/memoize": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", @@ -2779,22 +2766,22 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.9.tgz", - "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.4.tgz", + "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==", "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.9" + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.13", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz", - "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.5.tgz", + "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.9" + "@floating-ui/core": "^1.7.4", + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/react-dom": { @@ -2811,9 +2798,9 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz", - "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", "license": "MIT" }, "node_modules/@formatjs/ecma402-abstract": { @@ -2916,10 +2903,53 @@ "integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==", "license": "BSD-3-Clause" }, + "node_modules/@inquirer/external-editor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz", + "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==", + "license": "MIT", + "dependencies": { + "chardet": "^2.1.1", + "iconv-lite": "^0.7.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } + }, + "node_modules/@inquirer/external-editor/node_modules/chardet": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz", + "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==", + "license": "MIT" + }, + "node_modules/@inquirer/external-editor/node_modules/iconv-lite": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", + "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/@inquirer/figures": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.9.tgz", - "integrity": "sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz", + "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==", "license": "MIT", "engines": { "node": ">=18" @@ -2961,9 +2991,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "license": "MIT", "engines": { "node": ">=12" @@ -2973,9 +3003,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", "license": "MIT", "engines": { "node": ">=12" @@ -3008,9 +3038,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" @@ -3040,17 +3070,13 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", - "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { @@ -3062,19 +3088,10 @@ "node": ">=6.0.0" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", @@ -3082,15 +3099,15 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -3119,6 +3136,7 @@ "version": "12.0.2", "resolved": "https://registry.npmjs.org/@koa/router/-/router-12.0.2.tgz", "integrity": "sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==", + "deprecated": "Please upgrade to v15 or higher. All reported bugs in this version are fixed in newer releases, dependencies have been updated, and security has been improved.", "license": "MIT", "dependencies": { "debug": "^4.3.4", @@ -3131,19 +3149,25 @@ "node": ">= 12" } }, + "node_modules/@koa/router/node_modules/path-to-regexp": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", + "license": "MIT" + }, "node_modules/@lezer/common": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", - "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.1.tgz", + "integrity": "sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==", "license": "MIT" }, "node_modules/@lezer/highlight": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", - "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz", + "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==", "license": "MIT", "dependencies": { - "@lezer/common": "^1.0.0" + "@lezer/common": "^1.3.0" } }, "node_modules/@lezer/json": { @@ -3158,9 +3182,9 @@ } }, "node_modules/@lezer/lr": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", - "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.8.tgz", + "integrity": "sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==", "license": "MIT", "dependencies": { "@lezer/common": "^1.0.0" @@ -3231,9 +3255,9 @@ } }, "node_modules/@noble/hashes": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz", - "integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", "license": "MIT", "engines": { "node": "^14.21.3 || >=16" @@ -3297,9 +3321,9 @@ } }, "node_modules/@pkgr/core": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", - "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.2.tgz", + "integrity": "sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" @@ -3384,9 +3408,9 @@ "license": "ISC" }, "node_modules/@pnpm/npm-conf": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz", - "integrity": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz", + "integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==", "license": "MIT", "dependencies": { "@pnpm/config.env-replace": "^1.1.0", @@ -3398,23 +3422,23 @@ } }, "node_modules/@polka/url": { - "version": "1.0.0-next.28", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", - "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", + "version": "1.0.0-next.29", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", + "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", "license": "MIT" }, "node_modules/@puppeteer/browsers": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.8.0.tgz", - "integrity": "sha512-yTwt2KWRmCQAfhvbCRjebaSX8pV1//I0Y3g+A7f/eS7gf0l4eRJoUCvcYdVtboeU4CTOZQuqYbZNS8aBYb8ROQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.12.0.tgz", + "integrity": "sha512-Xuq42yxcQJ54ti8ZHNzF5snFvtpgXzNToJ1bXUGQRaiO8t+B6UM8sTUJfvV+AJnqtkJU/7hdy6nbKyA12aHtRw==", "license": "Apache-2.0", "dependencies": { - "debug": "^4.4.0", + "debug": "^4.4.3", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.5.0", - "semver": "^7.7.1", - "tar-fs": "^3.0.8", + "semver": "^7.7.3", + "tar-fs": "^3.1.1", "yargs": "^17.7.2" }, "bin": { @@ -3424,10 +3448,24 @@ "node": ">=18" } }, + "node_modules/@puppeteer/browsers/node_modules/b4a": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", + "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", + "license": "Apache-2.0", + "peerDependencies": { + "react-native-b4a": "*" + }, + "peerDependenciesMeta": { + "react-native-b4a": { + "optional": true + } + } + }, "node_modules/@puppeteer/browsers/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -3448,9 +3486,9 @@ "license": "MIT" }, "node_modules/@puppeteer/browsers/node_modules/semver": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", - "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -3460,9 +3498,9 @@ } }, "node_modules/@puppeteer/browsers/node_modules/tar-fs": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.8.tgz", - "integrity": "sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", + "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", "license": "MIT", "dependencies": { "pump": "^3.0.0", @@ -4728,18 +4766,18 @@ } }, "node_modules/@remix-run/router": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.1.tgz", - "integrity": "sha512-KeBYSwohb8g4/wCcnksvKTYlg69O62sQeLynn2YE+5z7JWEj95if27kclW9QqbrlsQ2DINI8fjbV3zyuKfwjKg==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.32.0.tgz", - "integrity": "sha512-G2fUQQANtBPsNwiVFg4zKiPQyjVKZCUdQUol53R8E71J7AsheRMV/Yv/nB8giOcOVqP7//eB5xPqieBYZe9bGg==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", + "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==", "cpu": [ "arm" ], @@ -4750,9 +4788,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.32.0.tgz", - "integrity": "sha512-qhFwQ+ljoymC+j5lXRv8DlaJYY/+8vyvYmVx074zrLsu5ZGWYsJNLjPPVJJjhZQpyAKUGPydOq9hRLLNvh1s3A==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz", + "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==", "cpu": [ "arm64" ], @@ -4763,9 +4801,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.32.0.tgz", - "integrity": "sha512-44n/X3lAlWsEY6vF8CzgCx+LQaoqWGN7TzUfbJDiTIOjJm4+L2Yq+r5a8ytQRGyPqgJDs3Rgyo8eVL7n9iW6AQ==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz", + "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==", "cpu": [ "arm64" ], @@ -4776,9 +4814,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.32.0.tgz", - "integrity": "sha512-F9ct0+ZX5Np6+ZDztxiGCIvlCaW87HBdHcozUfsHnj1WCUTBUubAoanhHUfnUHZABlElyRikI0mgcw/qdEm2VQ==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz", + "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==", "cpu": [ "x64" ], @@ -4789,9 +4827,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.32.0.tgz", - "integrity": "sha512-JpsGxLBB2EFXBsTLHfkZDsXSpSmKD3VxXCgBQtlPcuAqB8TlqtLcbeMhxXQkCDv1avgwNjF8uEIbq5p+Cee0PA==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz", + "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==", "cpu": [ "arm64" ], @@ -4802,9 +4840,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.32.0.tgz", - "integrity": "sha512-wegiyBT6rawdpvnD9lmbOpx5Sph+yVZKHbhnSP9MqUEDX08G4UzMU+D87jrazGE7lRSyTRs6NEYHtzfkJ3FjjQ==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz", + "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==", "cpu": [ "x64" ], @@ -4815,9 +4853,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.32.0.tgz", - "integrity": "sha512-3pA7xecItbgOs1A5H58dDvOUEboG5UfpTq3WzAdF54acBbUM+olDJAPkgj1GRJ4ZqE12DZ9/hNS2QZk166v92A==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz", + "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==", "cpu": [ "arm" ], @@ -4828,9 +4866,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.32.0.tgz", - "integrity": "sha512-Y7XUZEVISGyge51QbYyYAEHwpGgmRrAxQXO3siyYo2kmaj72USSG8LtlQQgAtlGfxYiOwu+2BdbPjzEpcOpRmQ==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz", + "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==", "cpu": [ "arm" ], @@ -4841,9 +4879,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.32.0.tgz", - "integrity": "sha512-r7/OTF5MqeBrZo5omPXcTnjvv1GsrdH8a8RerARvDFiDwFpDVDnJyByYM/nX+mvks8XXsgPUxkwe/ltaX2VH7w==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz", + "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==", "cpu": [ "arm64" ], @@ -4854,9 +4892,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.32.0.tgz", - "integrity": "sha512-HJbifC9vex9NqnlodV2BHVFNuzKL5OnsV2dvTw6e1dpZKkNjPG6WUq+nhEYV6Hv2Bv++BXkwcyoGlXnPrjAKXw==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz", + "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==", "cpu": [ "arm64" ], @@ -4866,10 +4904,10 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-loongarch64-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.32.0.tgz", - "integrity": "sha512-VAEzZTD63YglFlWwRj3taofmkV1V3xhebDXffon7msNz4b14xKsz7utO6F8F4cqt8K/ktTl9rm88yryvDpsfOw==", + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz", + "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==", "cpu": [ "loong64" ], @@ -4879,10 +4917,36 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.32.0.tgz", - "integrity": "sha512-Sts5DST1jXAc9YH/iik1C9QRsLcCoOScf3dfbY5i4kH9RJpKxiTBXqm7qU5O6zTXBTEZry69bGszr3SMgYmMcQ==", + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz", + "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz", + "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz", + "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==", "cpu": [ "ppc64" ], @@ -4893,9 +4957,22 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.32.0.tgz", - "integrity": "sha512-qhlXeV9AqxIyY9/R1h1hBD6eMvQCO34ZmdYvry/K+/MBs6d1nRFLm6BOiITLVI+nFAAB9kUB6sdJRKyVHXnqZw==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz", + "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz", + "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==", "cpu": [ "riscv64" ], @@ -4906,9 +4983,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.32.0.tgz", - "integrity": "sha512-8ZGN7ExnV0qjXa155Rsfi6H8M4iBBwNLBM9lcVS+4NcSzOFaNqmt7djlox8pN1lWrRPMRRQ8NeDlozIGx3Omsw==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz", + "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==", "cpu": [ "s390x" ], @@ -4919,9 +4996,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.0.tgz", - "integrity": "sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", + "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", "cpu": [ "x64" ], @@ -4932,9 +5009,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.32.0.tgz", - "integrity": "sha512-qcb9qYDlkxz9DxJo7SDhWxTWV1gFuwznjbTiov289pASxlfGbaOD54mgbs9+z94VwrXtKTu+2RqwlSTbiOqxGg==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz", + "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==", "cpu": [ "x64" ], @@ -4944,10 +5021,36 @@ "linux" ] }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz", + "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz", + "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.32.0.tgz", - "integrity": "sha512-pFDdotFDMXW2AXVbfdUEfidPAk/OtwE/Hd4eYMTNVVaCQ6Yl8et0meDaKNL63L44Haxv4UExpv9ydSf3aSayDg==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz", + "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==", "cpu": [ "arm64" ], @@ -4958,9 +5061,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.32.0.tgz", - "integrity": "sha512-/TG7WfrCAjeRNDvI4+0AAMoHxea/USWhAzf9PVDFHbcqrQ7hMMKp4jZIy4VEjk72AAfN5k4TiSMRXRKf/0akSw==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz", + "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==", "cpu": [ "ia32" ], @@ -4970,10 +5073,23 @@ "win32" ] }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz", + "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.32.0.tgz", - "integrity": "sha512-5hqO5S3PTEO2E5VjCePxv40gIgyS2KvO7E7/vvC/NbIW4SIRamkMr1hqj+5Y67fbBWv/bQLB6KelBQmXlyCjWA==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz", + "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==", "cpu": [ "x64" ], @@ -4984,15 +5100,15 @@ ] }, "node_modules/@rushstack/node-core-library": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.10.2.tgz", - "integrity": "sha512-xOF/2gVJZTfjTxbo4BDj9RtQq/HFnrrKdtem4JkyRLnwsRz2UDTg8gA1/et10fBx5RxmZD9bYVGST69W8ME5OQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.13.0.tgz", + "integrity": "sha512-IGVhy+JgUacAdCGXKUrRhwHMTzqhWwZUI+qEPcdzsb80heOw0QPbhhoVsoiMF7Klp8eYsp7hzpScMXmOa3Uhfg==", "license": "MIT", "dependencies": { "ajv": "~8.13.0", "ajv-draft-04": "~1.0.0", "ajv-formats": "~3.0.1", - "fs-extra": "~7.0.1", + "fs-extra": "~11.3.0", "import-lazy": "~4.0.0", "jju": "~1.4.0", "resolve": "~1.22.1", @@ -5041,44 +5157,26 @@ } }, "node_modules/@rushstack/node-core-library/node_modules/fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", "license": "MIT", "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@rushstack/node-core-library/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "license": "MIT", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@rushstack/node-core-library/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "license": "MIT", - "engines": { - "node": ">= 4.0.0" + "node": ">=14.14" } }, "node_modules/@rushstack/terminal": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.14.5.tgz", - "integrity": "sha512-TEOpNwwmsZVrkp0omnuTUTGZRJKTr6n6m4OITiNjkqzLAkcazVpwR1SOtBg6uzpkIBLgrcNHETqI8rbw3uiUfw==", + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.2.tgz", + "integrity": "sha512-7Hmc0ysK5077R/IkLS9hYu0QuNafm+TbZbtYVzCMbeOdMjaRboLKrhryjwZSRJGJzu+TV1ON7qZHeqf58XfLpA==", "license": "MIT", "dependencies": { - "@rushstack/node-core-library": "5.10.2", + "@rushstack/node-core-library": "5.13.0", "supports-color": "~8.1.1" }, "peerDependencies": { @@ -5106,12 +5204,12 @@ } }, "node_modules/@rushstack/ts-command-line": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.23.3.tgz", - "integrity": "sha512-HazKL8fv4HMQMzrKJCrOrhyBPPdzk7iajUXgsASwjQ8ROo1cmgyqxt/k9+SdmrNLGE1zATgRqMUH3s/6smbRMA==", + "version": "4.23.7", + "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.23.7.tgz", + "integrity": "sha512-Gr9cB7DGe6uz5vq2wdr89WbVDKz0UeuFEn5H2CfWDe7JvjFFaiV15gi6mqDBTbHhHCWS7w8mF1h3BnIfUndqdA==", "license": "MIT", "dependencies": { - "@rushstack/terminal": "0.14.5", + "@rushstack/terminal": "0.15.2", "@types/argparse": "1.0.38", "argparse": "~1.0.9", "string-argv": "~0.3.1" @@ -5522,19 +5620,6 @@ "node": ">=16.0.0" } }, - "node_modules/@smithy/middleware-retry/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@smithy/middleware-serde": { "version": "3.0.11", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.11.tgz", @@ -6049,12 +6134,929 @@ "node": ">=16.0.0" } }, + "node_modules/@so-ric/colorspace": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz", + "integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==", + "license": "MIT", + "dependencies": { + "color": "^5.0.2", + "text-hex": "1.0.x" + } + }, + "node_modules/@so-ric/colorspace/node_modules/color": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz", + "integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==", + "license": "MIT", + "dependencies": { + "color-convert": "^3.1.3", + "color-string": "^2.1.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@so-ric/colorspace/node_modules/color-convert": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz", + "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==", + "license": "MIT", + "dependencies": { + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=14.6" + } + }, + "node_modules/@so-ric/colorspace/node_modules/color-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } + }, + "node_modules/@so-ric/colorspace/node_modules/color-string": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz", + "integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==", + "license": "MIT", + "dependencies": { + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@strapi/admin": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.35.0.tgz", + "integrity": "sha512-yq8KeaBU8/pPclG8/I0AXm6V2JrtCJ9EtQssYH/onoglEkrxJy4PnWY8j42Tru954b9rG6R6A1h7JDqXdq/J3Q==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@internationalized/date": "3.5.4", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-toolbar": "1.0.4", + "@reduxjs/toolkit": "1.9.7", + "@strapi/design-system": "2.1.2", + "@strapi/icons": "2.1.2", + "@strapi/permissions": "5.35.0", + "@strapi/types": "5.35.0", + "@strapi/typescript-utils": "5.35.0", + "@strapi/utils": "5.35.0", + "@testing-library/dom": "10.4.1", + "@testing-library/react": "16.3.0", + "@testing-library/user-event": "14.6.1", + "axios": "1.12.2", + "bcryptjs": "2.4.3", + "boxen": "5.1.2", + "chalk": "^4.1.2", + "codemirror5": "npm:codemirror@^5.65.11", + "cross-env": "^7.0.3", + "date-fns": "2.30.0", + "execa": "5.1.1", + "fast-deep-equal": "3.1.3", + "formik": "2.4.5", + "fractional-indexing": "3.2.0", + "fs-extra": "11.2.0", + "highlight.js": "^10.4.1", + "immer": "9.0.21", + "inquirer": "8.2.5", + "invariant": "^2.2.4", + "is-localhost-ip": "2.0.0", + "json-logic-js": "2.0.5", + "jsonwebtoken": "9.0.0", + "koa": "2.16.3", + "koa-compose": "4.1.0", + "koa-passport": "6.0.0", + "koa-static": "5.0.0", + "koa2-ratelimit": "^1.1.3", + "lodash": "4.17.21", + "motion": "12.23.24", + "ora": "5.4.1", + "p-map": "4.0.0", + "passport-local": "1.0.0", + "pluralize": "8.0.0", + "punycode": "2.3.1", + "qs": "6.14.1", + "react-dnd": "16.0.1", + "react-dnd-html5-backend": "16.0.1", + "react-intl": "6.6.2", + "react-is": "^18.2.0", + "react-query": "3.39.3", + "react-redux": "8.1.3", + "react-select": "5.8.0", + "react-window": "1.8.10", + "rimraf": "5.0.5", + "sanitize-html": "2.13.0", + "scheduler": "0.23.0", + "semver": "7.5.4", + "sift": "16.0.1", + "sonner": "2.0.7", + "typescript": "5.4.4", + "use-context-selector": "1.4.1", + "yup": "0.32.9", + "zod": "3.25.67" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/data-transfer": "^5.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/admin/node_modules/@strapi/design-system": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.1.2.tgz", + "integrity": "sha512-0EFhstDnQeXC2wuxKdyguo/7l1kswfXvBq/mZYguzisiAqJ0QhCRHPuoTgVkkB59npAZEY7jSFMTb20XKa8jIg==", + "license": "MIT", + "dependencies": { + "@codemirror/lang-json": "6.0.1", + "@floating-ui/react-dom": "2.1.0", + "@internationalized/date": "3.5.4", + "@internationalized/number": "3.5.3", + "@radix-ui/react-accordion": "1.1.2", + "@radix-ui/react-alert-dialog": "1.0.5", + "@radix-ui/react-avatar": "1.0.4", + "@radix-ui/react-checkbox": "1.0.4", + "@radix-ui/react-dialog": "1.0.5", + "@radix-ui/react-dismissable-layer": "1.0.5", + "@radix-ui/react-dropdown-menu": "2.0.6", + "@radix-ui/react-focus-guards": "1.0.1", + "@radix-ui/react-focus-scope": "1.0.4", + "@radix-ui/react-popover": "1.0.7", + "@radix-ui/react-progress": "1.0.3", + "@radix-ui/react-radio-group": "1.1.3", + "@radix-ui/react-scroll-area": "1.0.5", + "@radix-ui/react-switch": "1.0.3", + "@radix-ui/react-tabs": "1.0.4", + "@radix-ui/react-tooltip": "1.0.7", + "@radix-ui/react-use-callback-ref": "1.0.1", + "@strapi/ui-primitives": "2.1.2", + "@uiw/react-codemirror": "4.22.2", + "lodash": "4.17.21", + "react-remove-scroll": "2.5.10" + }, + "peerDependencies": { + "@strapi/icons": "^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/admin/node_modules/@strapi/icons": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.1.2.tgz", + "integrity": "sha512-RnVKuhO8gCWbpIjIs0Qfm0rmOLUrvmCR33AHHClwi7L5i9UwTqVG8ajRPVGptG2dC5vA6JCigsVPAS6yXjUTHQ==", + "license": "MIT", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/admin/node_modules/@strapi/ui-primitives": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.1.2.tgz", + "integrity": "sha512-9PLnqJjWBSFlWmZdz0zLcgOhda6tIF/6tu8ZoX7JudlAg9gv8KElEHR0ZbACuH/+b+8BBpQ5fU7rcnMJyK6lJg==", + "license": "MIT", + "dependencies": { + "@radix-ui/number": "1.0.1", + "@radix-ui/primitive": "1.0.1", + "@radix-ui/react-collection": "1.0.3", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-direction": "1.0.1", + "@radix-ui/react-dismissable-layer": "1.0.5", + "@radix-ui/react-focus-guards": "1.0.1", + "@radix-ui/react-focus-scope": "1.0.4", + "@radix-ui/react-id": "1.0.1", + "@radix-ui/react-popper": "1.1.3", + "@radix-ui/react-portal": "1.0.4", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-slot": "1.0.2", + "@radix-ui/react-use-controllable-state": "1.0.1", + "@radix-ui/react-use-layout-effect": "1.0.1", + "@radix-ui/react-use-previous": "1.0.1", + "@radix-ui/react-visually-hidden": "1.0.3", + "@tanstack/react-virtual": "^3.10.8", + "aria-hidden": "1.2.4", + "react-remove-scroll": "2.5.10" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "node_modules/@strapi/admin/node_modules/aria-hidden": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", + "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@strapi/admin/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/admin/node_modules/typescript": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/@strapi/admin/node_modules/use-context-selector": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz", + "integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": "*", + "react-native": "*", + "scheduler": ">=0.19.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/@strapi/cloud-cli": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.8.1.tgz", + "integrity": "sha512-T4Fz68B/bTcf+zK2hRJcR8oft9MUQR/YHEQGV/uIAXuAMW6jsdYE3eY84c9T0yns2qXoSOeefobIi7Wy3GM1zw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@strapi/utils": "5.8.1", + "axios": "1.7.4", + "boxen": "5.1.2", + "chalk": "4.1.2", + "cli-progress": "3.12.0", + "commander": "8.3.0", + "eventsource": "2.0.2", + "fast-safe-stringify": "2.1.1", + "fs-extra": "11.2.0", + "inquirer": "8.2.5", + "jsonwebtoken": "9.0.0", + "jwks-rsa": "3.1.0", + "lodash": "4.17.21", + "minimatch": "9.0.3", + "open": "8.4.0", + "ora": "5.4.1", + "pkg-up": "3.1.0", + "tar": "6.2.1", + "xdg-app-paths": "8.3.0", + "yup": "0.32.9" + }, + "bin": { + "cloud-cli": "bin/index.js" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/cloud-cli/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/cloud-cli/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@strapi/cloud-cli/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/content-manager": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.8.1.tgz", + "integrity": "sha512-aaJKJ3sLDerFvztEOs6sfcvAu7b3bDuDbj5Of0v4iEeGY0vWqFm2TKA6EeTSqKWsVDsM/BFmmxDVsgYqddqxiA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@radix-ui/react-toolbar": "1.0.4", + "@reduxjs/toolkit": "1.9.7", + "@sindresorhus/slugify": "1.1.0", + "@strapi/design-system": "2.0.0-rc.14", + "@strapi/icons": "2.0.0-rc.14", + "@strapi/types": "5.8.1", + "@strapi/utils": "5.8.1", + "codemirror5": "npm:codemirror@^5.65.11", + "date-fns": "2.30.0", + "fractional-indexing": "3.2.0", + "highlight.js": "^10.4.1", + "immer": "9.0.21", + "koa": "2.15.2", + "lodash": "4.17.21", + "markdown-it": "^12.3.2", + "markdown-it-abbr": "^1.0.4", + "markdown-it-container": "^3.0.0", + "markdown-it-deflist": "^2.1.0", + "markdown-it-emoji": "^2.0.0", + "markdown-it-footnote": "^3.0.3", + "markdown-it-ins": "^3.0.1", + "markdown-it-mark": "^3.0.1", + "markdown-it-sub": "^1.0.0", + "markdown-it-sup": "1.0.0", + "node-schedule": "2.1.1", + "prismjs": "^1.29.0", + "qs": "6.11.1", + "react-dnd": "16.0.1", + "react-dnd-html5-backend": "16.0.1", + "react-helmet": "^6.1.0", + "react-intl": "6.6.2", + "react-query": "3.39.3", + "react-redux": "8.1.3", + "react-window": "1.8.10", + "sanitize-html": "2.13.0", + "slate": "0.94.1", + "slate-history": "0.93.0", + "slate-react": "0.98.3", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/admin": "^5.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/content-manager/node_modules/@strapi/logger": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.8.1.tgz", + "integrity": "sha512-tVaHUkXM75sHbnzPOJbg8kMO0Xuo2wOT7g/oRe/c/2ckeCki4mjA0637OYV1GibOq5SpEICF7DOv3JssYMdWIQ==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "lodash": "4.17.21", + "winston": "3.10.0" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-manager/node_modules/@strapi/permissions": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.8.1.tgz", + "integrity": "sha512-b+zir9726x0P5PeXnYcYmyXOsir8VqvuDkOVyrbBxw7hJtMViCiUZNHIt9HFshfGkgR3lk8XhiCyZixZbsCJgA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@strapi/utils": "5.8.1", + "lodash": "4.17.21", + "qs": "6.11.1", + "sift": "16.0.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-manager/node_modules/@strapi/types": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.8.1.tgz", + "integrity": "sha512-Zs/O45UKB383SRMPaDisG3x2UP7rfO/dtTISGsGBTpt6YMVz7clnTiZxYRzc6qGHx7vbpCINI+loBOIxk5/PSw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@koa/cors": "5.0.0", + "@koa/router": "12.0.2", + "@strapi/database": "5.8.1", + "@strapi/logger": "5.8.1", + "@strapi/permissions": "5.8.1", + "@strapi/utils": "5.8.1", + "commander": "8.3.0", + "koa": "2.15.2", + "koa-body": "6.0.1", + "node-schedule": "2.1.1", + "typedoc": "0.25.10", + "typedoc-github-wiki-theme": "1.1.0", + "typedoc-plugin-markdown": "3.17.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-manager/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-manager/node_modules/koa": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.9.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/@strapi/content-manager/node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-manager/node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-manager/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/content-manager/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/content-manager/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-releases": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.8.1.tgz", + "integrity": "sha512-PtL+EX/DHKlEEcRSQVtk6g81VlKY/EAQn54xm+4dXTuegO+AJuaBe28/XPvl4H70bN+wKpMhnDGc3roUSGgh0A==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@reduxjs/toolkit": "1.9.7", + "@strapi/database": "5.8.1", + "@strapi/design-system": "2.0.0-rc.14", + "@strapi/icons": "2.0.0-rc.14", + "@strapi/types": "5.8.1", + "@strapi/utils": "5.8.1", + "date-fns": "2.30.0", + "date-fns-tz": "2.0.1", + "formik": "2.4.5", + "lodash": "4.17.21", + "node-schedule": "2.1.1", + "qs": "6.11.1", + "react-intl": "6.6.2", + "react-redux": "8.1.3", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/admin": "^5.0.0", + "@strapi/content-manager": "^5.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/content-releases/node_modules/@strapi/logger": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.8.1.tgz", + "integrity": "sha512-tVaHUkXM75sHbnzPOJbg8kMO0Xuo2wOT7g/oRe/c/2ckeCki4mjA0637OYV1GibOq5SpEICF7DOv3JssYMdWIQ==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "lodash": "4.17.21", + "winston": "3.10.0" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-releases/node_modules/@strapi/permissions": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.8.1.tgz", + "integrity": "sha512-b+zir9726x0P5PeXnYcYmyXOsir8VqvuDkOVyrbBxw7hJtMViCiUZNHIt9HFshfGkgR3lk8XhiCyZixZbsCJgA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@strapi/utils": "5.8.1", + "lodash": "4.17.21", + "qs": "6.11.1", + "sift": "16.0.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-releases/node_modules/@strapi/types": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.8.1.tgz", + "integrity": "sha512-Zs/O45UKB383SRMPaDisG3x2UP7rfO/dtTISGsGBTpt6YMVz7clnTiZxYRzc6qGHx7vbpCINI+loBOIxk5/PSw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@koa/cors": "5.0.0", + "@koa/router": "12.0.2", + "@strapi/database": "5.8.1", + "@strapi/logger": "5.8.1", + "@strapi/permissions": "5.8.1", + "@strapi/utils": "5.8.1", + "commander": "8.3.0", + "koa": "2.15.2", + "koa-body": "6.0.1", + "node-schedule": "2.1.1", + "typedoc": "0.25.10", + "typedoc-github-wiki-theme": "1.1.0", + "typedoc-plugin-markdown": "3.17.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-releases/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-releases/node_modules/koa": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.9.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/@strapi/content-releases/node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-releases/node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-releases/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/content-releases/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/content-releases/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/content-type-builder": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.8.1.tgz", + "integrity": "sha512-6lsLc9ouyyAxd0I9nclCEHv5FE7uwaO/zFSVCScfkFBzTCQIUnE5Ae0ln/GGBhkRb9/aylTU51wk57RO8XFJ/Q==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@reduxjs/toolkit": "1.9.7", + "@sindresorhus/slugify": "1.1.0", + "@strapi/design-system": "2.0.0-rc.14", + "@strapi/generators": "5.8.1", + "@strapi/icons": "2.0.0-rc.14", + "@strapi/utils": "5.8.1", + "date-fns": "2.30.0", + "fs-extra": "11.2.0", + "immer": "9.0.21", + "lodash": "4.17.21", + "pluralize": "8.0.0", + "qs": "6.11.1", + "react-intl": "6.6.2", + "react-redux": "8.1.3", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/admin": "^5.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.0.0", + "styled-components": "^6.0.0" + } + }, + "node_modules/@strapi/content-type-builder/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/content-type-builder/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/content-type-builder/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/core": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.8.1.tgz", + "integrity": "sha512-JYHRGVfyJLHwwnXqt1TTQzarXIOwIF1dDBhyfC1sWdA+6edPP7pCxWN+BCTyTL1Jtqcl0FjqVJ+p+Rix+FYpGA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@koa/cors": "5.0.0", + "@koa/router": "12.0.2", + "@paralleldrive/cuid2": "2.2.2", + "@strapi/admin": "5.8.1", + "@strapi/database": "5.8.1", + "@strapi/generators": "5.8.1", + "@strapi/logger": "5.8.1", + "@strapi/pack-up": "5.0.2", + "@strapi/permissions": "5.8.1", + "@strapi/types": "5.8.1", + "@strapi/typescript-utils": "5.8.1", + "@strapi/utils": "5.8.1", + "bcryptjs": "2.4.3", + "boxen": "5.1.2", + "chalk": "4.1.2", + "ci-info": "4.0.0", + "cli-table3": "0.6.2", + "commander": "8.3.0", + "configstore": "5.0.1", + "copyfiles": "2.4.1", + "debug": "4.3.4", + "delegates": "1.0.0", + "dotenv": "16.4.5", + "execa": "5.1.1", + "fs-extra": "11.2.0", + "glob": "10.3.10", + "global-agent": "3.0.0", + "http-errors": "2.0.0", + "inquirer": "8.2.5", + "is-docker": "2.2.1", + "koa": "2.15.2", + "koa-body": "6.0.1", + "koa-compose": "4.1.0", + "koa-compress": "5.1.1", + "koa-favicon": "2.1.0", + "koa-helmet": "7.0.2", + "koa-ip": "^2.1.3", + "koa-session": "6.4.0", + "koa-static": "5.0.0", + "lodash": "4.17.21", + "mime-types": "2.1.35", + "node-schedule": "2.1.1", + "open": "8.4.0", + "ora": "5.4.1", + "package-json": "7.0.0", + "pkg-up": "3.1.0", + "qs": "6.11.1", + "resolve.exports": "2.0.2", + "semver": "7.5.4", + "statuses": "2.0.1", + "typescript": "5.3.2", + "undici": "6.19.2", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/core/node_modules/@strapi/admin": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.8.1.tgz", "integrity": "sha512-Rb6MMOhyjzYJktG4T8CheAIaMHwc5zqMBRz7oSlwgR7Y8VJ7YiN+1sn4fGRD5r4K0+7MLK2CbsYy3piu42GZdw==", "license": "SEE LICENSE IN LICENSE", - "peer": true, "dependencies": { "@casl/ability": "6.5.0", "@internationalized/date": "3.5.4", @@ -6131,247 +7133,205 @@ "styled-components": "^6.0.0" } }, - "node_modules/@strapi/admin/node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/@strapi/cloud-cli": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.8.1.tgz", - "integrity": "sha512-T4Fz68B/bTcf+zK2hRJcR8oft9MUQR/YHEQGV/uIAXuAMW6jsdYE3eY84c9T0yns2qXoSOeefobIi7Wy3GM1zw==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@strapi/utils": "5.8.1", - "axios": "1.7.4", - "boxen": "5.1.2", - "chalk": "4.1.2", - "cli-progress": "3.12.0", - "commander": "8.3.0", - "eventsource": "2.0.2", - "fast-safe-stringify": "2.1.1", - "fs-extra": "11.2.0", - "inquirer": "8.2.5", - "jsonwebtoken": "9.0.0", - "jwks-rsa": "3.1.0", - "lodash": "4.17.21", - "minimatch": "9.0.3", - "open": "8.4.0", - "ora": "5.4.1", - "pkg-up": "3.1.0", - "tar": "6.2.1", - "xdg-app-paths": "8.3.0", - "yup": "0.32.9" - }, - "bin": { - "cloud-cli": "bin/index.js" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/content-manager": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.8.1.tgz", - "integrity": "sha512-aaJKJ3sLDerFvztEOs6sfcvAu7b3bDuDbj5Of0v4iEeGY0vWqFm2TKA6EeTSqKWsVDsM/BFmmxDVsgYqddqxiA==", - "license": "SEE LICENSE IN LICENSE", - "peer": true, - "dependencies": { - "@radix-ui/react-toolbar": "1.0.4", - "@reduxjs/toolkit": "1.9.7", - "@sindresorhus/slugify": "1.1.0", - "@strapi/design-system": "2.0.0-rc.14", - "@strapi/icons": "2.0.0-rc.14", - "@strapi/types": "5.8.1", - "@strapi/utils": "5.8.1", - "codemirror5": "npm:codemirror@^5.65.11", - "date-fns": "2.30.0", - "fractional-indexing": "3.2.0", - "highlight.js": "^10.4.1", - "immer": "9.0.21", - "koa": "2.15.2", - "lodash": "4.17.21", - "markdown-it": "^12.3.2", - "markdown-it-abbr": "^1.0.4", - "markdown-it-container": "^3.0.0", - "markdown-it-deflist": "^2.1.0", - "markdown-it-emoji": "^2.0.0", - "markdown-it-footnote": "^3.0.3", - "markdown-it-ins": "^3.0.1", - "markdown-it-mark": "^3.0.1", - "markdown-it-sub": "^1.0.0", - "markdown-it-sup": "1.0.0", - "node-schedule": "2.1.1", - "prismjs": "^1.29.0", - "qs": "6.11.1", - "react-dnd": "16.0.1", - "react-dnd-html5-backend": "16.0.1", - "react-helmet": "^6.1.0", - "react-intl": "6.6.2", - "react-query": "3.39.3", - "react-redux": "8.1.3", - "react-window": "1.8.10", - "sanitize-html": "2.13.0", - "slate": "0.94.1", - "slate-history": "0.93.0", - "slate-react": "0.98.3", - "yup": "0.32.9" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - }, + "node_modules/@strapi/core/node_modules/@strapi/admin/node_modules/use-context-selector": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz", + "integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==", + "license": "MIT", "peerDependencies": { - "@strapi/admin": "^5.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.0.0", - "styled-components": "^6.0.0" + "react": ">=16.8.0", + "react-dom": "*", + "react-native": "*", + "scheduler": ">=0.19.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } } }, - "node_modules/@strapi/content-releases": { + "node_modules/@strapi/core/node_modules/@strapi/logger": { "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.8.1.tgz", - "integrity": "sha512-PtL+EX/DHKlEEcRSQVtk6g81VlKY/EAQn54xm+4dXTuegO+AJuaBe28/XPvl4H70bN+wKpMhnDGc3roUSGgh0A==", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.8.1.tgz", + "integrity": "sha512-tVaHUkXM75sHbnzPOJbg8kMO0Xuo2wOT7g/oRe/c/2ckeCki4mjA0637OYV1GibOq5SpEICF7DOv3JssYMdWIQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.8.1", - "@strapi/design-system": "2.0.0-rc.14", - "@strapi/icons": "2.0.0-rc.14", - "@strapi/types": "5.8.1", - "@strapi/utils": "5.8.1", - "date-fns": "2.30.0", - "date-fns-tz": "2.0.1", - "formik": "2.4.5", "lodash": "4.17.21", - "node-schedule": "2.1.1", - "qs": "6.11.1", - "react-intl": "6.6.2", - "react-redux": "8.1.3", - "yup": "0.32.9" + "winston": "3.10.0" }, "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/admin": "^5.0.0", - "@strapi/content-manager": "^5.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.0.0", - "styled-components": "^6.0.0" } }, - "node_modules/@strapi/content-type-builder": { + "node_modules/@strapi/core/node_modules/@strapi/permissions": { "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.8.1.tgz", - "integrity": "sha512-6lsLc9ouyyAxd0I9nclCEHv5FE7uwaO/zFSVCScfkFBzTCQIUnE5Ae0ln/GGBhkRb9/aylTU51wk57RO8XFJ/Q==", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.8.1.tgz", + "integrity": "sha512-b+zir9726x0P5PeXnYcYmyXOsir8VqvuDkOVyrbBxw7hJtMViCiUZNHIt9HFshfGkgR3lk8XhiCyZixZbsCJgA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@reduxjs/toolkit": "1.9.7", - "@sindresorhus/slugify": "1.1.0", - "@strapi/design-system": "2.0.0-rc.14", - "@strapi/generators": "5.8.1", - "@strapi/icons": "2.0.0-rc.14", + "@casl/ability": "6.5.0", "@strapi/utils": "5.8.1", - "date-fns": "2.30.0", - "fs-extra": "11.2.0", - "immer": "9.0.21", "lodash": "4.17.21", - "pluralize": "8.0.0", "qs": "6.11.1", - "react-intl": "6.6.2", - "react-redux": "8.1.3", - "yup": "0.32.9" + "sift": "16.0.1" }, "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/admin": "^5.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.0.0", - "styled-components": "^6.0.0" } }, - "node_modules/@strapi/core": { + "node_modules/@strapi/core/node_modules/@strapi/types": { "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.8.1.tgz", - "integrity": "sha512-JYHRGVfyJLHwwnXqt1TTQzarXIOwIF1dDBhyfC1sWdA+6edPP7pCxWN+BCTyTL1Jtqcl0FjqVJ+p+Rix+FYpGA==", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.8.1.tgz", + "integrity": "sha512-Zs/O45UKB383SRMPaDisG3x2UP7rfO/dtTISGsGBTpt6YMVz7clnTiZxYRzc6qGHx7vbpCINI+loBOIxk5/PSw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { + "@casl/ability": "6.5.0", "@koa/cors": "5.0.0", "@koa/router": "12.0.2", - "@paralleldrive/cuid2": "2.2.2", - "@strapi/admin": "5.8.1", "@strapi/database": "5.8.1", - "@strapi/generators": "5.8.1", "@strapi/logger": "5.8.1", - "@strapi/pack-up": "5.0.2", "@strapi/permissions": "5.8.1", - "@strapi/types": "5.8.1", - "@strapi/typescript-utils": "5.8.1", "@strapi/utils": "5.8.1", - "bcryptjs": "2.4.3", - "boxen": "5.1.2", - "chalk": "4.1.2", - "ci-info": "4.0.0", - "cli-table3": "0.6.2", "commander": "8.3.0", - "configstore": "5.0.1", - "copyfiles": "2.4.1", - "debug": "4.3.4", - "delegates": "1.0.0", - "dotenv": "16.4.5", - "execa": "5.1.1", - "fs-extra": "11.2.0", - "glob": "10.3.10", - "global-agent": "3.0.0", - "http-errors": "2.0.0", - "inquirer": "8.2.5", - "is-docker": "2.2.1", "koa": "2.15.2", "koa-body": "6.0.1", - "koa-compose": "4.1.0", - "koa-compress": "5.1.1", - "koa-favicon": "2.1.0", - "koa-helmet": "7.0.2", - "koa-ip": "^2.1.3", - "koa-session": "6.4.0", - "koa-static": "5.0.0", - "lodash": "4.17.21", - "mime-types": "2.1.35", "node-schedule": "2.1.1", - "open": "8.4.0", - "ora": "5.4.1", - "package-json": "7.0.0", - "pkg-up": "3.1.0", - "qs": "6.11.1", - "resolve.exports": "2.0.2", - "semver": "7.5.4", - "statuses": "2.0.1", - "typescript": "5.3.2", - "undici": "6.19.2", - "yup": "0.32.9" + "typedoc": "0.25.10", + "typedoc-github-wiki-theme": "1.1.0", + "typedoc-plugin-markdown": "3.17.1" }, "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/core/node_modules/@strapi/typescript-utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.8.1.tgz", + "integrity": "sha512-LORsREMH9mG/1EY5FVLHs+tKoYLZ+NTBqM4L2itpfhEPJLGPIO4nWvMbiKMlixd9oxMoTc8P3TN2JhM3L3hj6g==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "chalk": "4.1.2", + "cli-table3": "0.6.5", + "fs-extra": "11.2.0", + "lodash": "4.17.21", + "prettier": "3.3.3", + "typescript": "5.3.2" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/core/node_modules/@strapi/typescript-utils/node_modules/cli-table3": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", + "license": "MIT", + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } + }, + "node_modules/@strapi/core/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/core/node_modules/@testing-library/dom": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", + "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@strapi/core/node_modules/@testing-library/react": { + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^10.0.0", + "@types/react-dom": "^18.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/react": "^18.0.0", + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@strapi/core/node_modules/@testing-library/user-event": { + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "license": "MIT", + "engines": { + "node": ">=12", + "npm": ">=6" + }, + "peerDependencies": { + "@testing-library/dom": ">=7.21.4" + } + }, + "node_modules/@strapi/core/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/@strapi/core/node_modules/ci-info": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", @@ -6402,6 +7362,95 @@ "@colors/colors": "1.5.0" } }, + "node_modules/@strapi/core/node_modules/koa": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.9.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/@strapi/core/node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/core/node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/core/node_modules/koa/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/core/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/core/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/@strapi/core/node_modules/typescript": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", @@ -6416,15 +7465,15 @@ } }, "node_modules/@strapi/data-transfer": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.8.1.tgz", - "integrity": "sha512-uIyYhoJOldzkAyeJi2tJ5JzWfTnHiVX79trLKZcZjyL357ipG3CUVhyoFOmy0xpNlBplq0v1RUGJ/GZBpNpkVA==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.35.0.tgz", + "integrity": "sha512-V9y1GxylLZw5yVu9KUrc2W7aSCAyZVS9fD5p93s8GE1S3BhL2BKjvbcLLIqLCEWz7rGOK1wzmGjeK0F8DP11qg==", "license": "SEE LICENSE IN LICENSE", "peer": true, "dependencies": { - "@strapi/logger": "5.8.1", - "@strapi/types": "5.8.1", - "@strapi/utils": "5.8.1", + "@strapi/logger": "5.35.0", + "@strapi/types": "5.35.0", + "@strapi/utils": "5.35.0", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -6441,10 +7490,17 @@ "ws": "8.17.1" }, "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/data-transfer/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT", + "peer": true + }, "node_modules/@strapi/database": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.8.1.tgz", @@ -6467,6 +7523,34 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/database/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/database/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/design-system": { "version": "2.0.0-rc.14", "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.0.0-rc.14.tgz", @@ -6531,6 +7615,34 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/email/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/email/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/generators": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.8.1.tgz", @@ -6552,6 +7664,65 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/generators/node_modules/@strapi/typescript-utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.8.1.tgz", + "integrity": "sha512-LORsREMH9mG/1EY5FVLHs+tKoYLZ+NTBqM4L2itpfhEPJLGPIO4nWvMbiKMlixd9oxMoTc8P3TN2JhM3L3hj6g==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "chalk": "4.1.2", + "cli-table3": "0.6.5", + "fs-extra": "11.2.0", + "lodash": "4.17.21", + "prettier": "3.3.3", + "typescript": "5.3.2" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/generators/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/generators/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/generators/node_modules/typescript": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@strapi/i18n": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.8.1.tgz", @@ -6581,12 +7752,54 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/i18n/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/i18n/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/i18n/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/@strapi/icons": { "version": "2.0.0-rc.14", "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.0.0-rc.14.tgz", "integrity": "sha512-6kamFHcsoFpffp96HmFGgpM8FDezwb86sJ4c3Ydp7+eTgtEsHd8yLekAQhpaWXd2ZsHwRDbLLR0Tu1orgvRVYg==", "license": "MIT", - "peer": true, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", @@ -6594,16 +7807,16 @@ } }, "node_modules/@strapi/logger": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.8.1.tgz", - "integrity": "sha512-tVaHUkXM75sHbnzPOJbg8kMO0Xuo2wOT7g/oRe/c/2ckeCki4mjA0637OYV1GibOq5SpEICF7DOv3JssYMdWIQ==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.35.0.tgz", + "integrity": "sha512-EbYq+mZtMyw6S0dIy/XlIiJzR4psURqCb5cdBRPYYqZORimpEaIsaB1CcYWYgue9GBoYI14luhwyGX52427DWQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "lodash": "4.17.21", + "lodash": "4.17.23", "winston": "3.10.0" }, "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }, @@ -7086,9 +8299,9 @@ } }, "node_modules/@strapi/pack-up/node_modules/readdirp": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz", - "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", "license": "MIT", "engines": { "node": ">= 14.18.0" @@ -7116,7 +8329,6 @@ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -7578,22 +8790,28 @@ } }, "node_modules/@strapi/permissions": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.8.1.tgz", - "integrity": "sha512-b+zir9726x0P5PeXnYcYmyXOsir8VqvuDkOVyrbBxw7hJtMViCiUZNHIt9HFshfGkgR3lk8XhiCyZixZbsCJgA==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.35.0.tgz", + "integrity": "sha512-kBmVP4DeaqYYxhmIFt1Vmvzw6XO3hugKx3uduZuHb4Y8ZQzBCObDACQLgSFWcGjoPr/SibIy2YBgQzvT4H4frA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.5.0", - "@strapi/utils": "5.8.1", + "@strapi/utils": "5.35.0", "lodash": "4.17.21", - "qs": "6.11.1", + "qs": "6.14.1", "sift": "16.0.1" }, "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/permissions/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/plugin-cloud": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.8.1.tgz", @@ -7617,23 +8835,23 @@ } }, "node_modules/@strapi/plugin-documentation": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/plugin-documentation/-/plugin-documentation-5.12.6.tgz", - "integrity": "sha512-laesM2b+ZlKpXqmtsfpwix4fsIi9yeXPzdHlYD7J9rl+XzdVaDR+31xFhruivDQhj+8kiLyk0Kw/G7arXObAGQ==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/plugin-documentation/-/plugin-documentation-5.35.0.tgz", + "integrity": "sha512-Hn8RwPazNkIEaGRUl0aWGzlwxVzqzkR4tqShAedMogFlPruxY1as5QNYz8+rEMQvNcY2z43WPGz0euQg7CVtow==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", - "@strapi/admin": "5.12.6", - "@strapi/design-system": "2.0.0-rc.23", - "@strapi/icons": "2.0.0-rc.23", - "@strapi/utils": "5.12.6", + "@strapi/admin": "5.35.0", + "@strapi/design-system": "2.1.2", + "@strapi/icons": "2.1.2", + "@strapi/utils": "5.35.0", "bcryptjs": "2.4.3", "cheerio": "^1.0.0", "formik": "2.4.5", "fs-extra": "11.2.0", "immer": "9.0.21", "koa-static": "^5.0.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "path-to-regexp": "8.2.0", "react-intl": "6.6.2", "swagger-ui-dist": "4.19.0", @@ -7641,7 +8859,7 @@ "yup": "0.32.9" }, "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" }, "peerDependencies": { @@ -7652,113 +8870,10 @@ "styled-components": "^6.0.0" } }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/admin": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.12.6.tgz", - "integrity": "sha512-rYCXI5te93MYZgUZgr2zKE8WhpiwpZ/rEndygU+GsCUx5yGnyPj/amVg4TaiyvP9AOOmhelnWii7yT8RA10Lyw==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@casl/ability": "6.5.0", - "@internationalized/date": "3.5.4", - "@radix-ui/react-context": "1.0.1", - "@radix-ui/react-toolbar": "1.0.4", - "@reduxjs/toolkit": "1.9.7", - "@strapi/design-system": "2.0.0-rc.23", - "@strapi/icons": "2.0.0-rc.23", - "@strapi/permissions": "5.12.6", - "@strapi/types": "5.12.6", - "@strapi/typescript-utils": "5.12.6", - "@strapi/utils": "5.12.6", - "@testing-library/dom": "10.1.0", - "@testing-library/react": "15.0.7", - "@testing-library/user-event": "14.5.2", - "axios": "1.8.4", - "bcryptjs": "2.4.3", - "boxen": "5.1.2", - "chalk": "^4.1.2", - "codemirror5": "npm:codemirror@^5.65.11", - "cross-env": "^7.0.3", - "date-fns": "2.30.0", - "execa": "5.1.1", - "fast-deep-equal": "3.1.3", - "formik": "2.4.5", - "fractional-indexing": "3.2.0", - "fs-extra": "11.2.0", - "highlight.js": "^10.4.1", - "immer": "9.0.21", - "inquirer": "8.2.5", - "invariant": "^2.2.4", - "is-localhost-ip": "2.0.0", - "jsonwebtoken": "9.0.0", - "koa": "2.15.4", - "koa-compose": "4.1.0", - "koa-passport": "6.0.0", - "koa-static": "5.0.0", - "koa2-ratelimit": "^1.1.3", - "lodash": "4.17.21", - "node-schedule": "2.1.1", - "ora": "5.4.1", - "p-map": "4.0.0", - "passport-local": "1.0.0", - "pluralize": "8.0.0", - "punycode": "2.3.1", - "qs": "6.11.1", - "react-dnd": "16.0.1", - "react-dnd-html5-backend": "16.0.1", - "react-intl": "6.6.2", - "react-is": "^18.2.0", - "react-query": "3.39.3", - "react-redux": "8.1.3", - "react-select": "5.8.0", - "react-window": "1.8.10", - "rimraf": "5.0.5", - "sanitize-html": "2.13.0", - "scheduler": "0.23.0", - "semver": "7.5.4", - "sift": "16.0.1", - "typescript": "5.4.4", - "use-context-selector": "1.4.1", - "yup": "0.32.9", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/data-transfer": "^5.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.0.0", - "styled-components": "^6.0.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/database": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.12.6.tgz", - "integrity": "sha512-I12xzPkxMcpySut2AiAAlvquRMVaInddFEW2AB3V3Ot68uYgeUwHUZ+LNBekIq/T/wgFoFSOMkbjlC6l6YtrMQ==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@paralleldrive/cuid2": "2.2.2", - "@strapi/utils": "5.12.6", - "ajv": "8.16.0", - "date-fns": "2.30.0", - "debug": "4.3.4", - "fs-extra": "11.2.0", - "knex": "3.0.1", - "lodash": "4.17.21", - "semver": "7.5.4", - "umzug": "3.8.1" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, "node_modules/@strapi/plugin-documentation/node_modules/@strapi/design-system": { - "version": "2.0.0-rc.23", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.0.0-rc.23.tgz", - "integrity": "sha512-PXWVlNqA4GDPxx8B2r7LFuQtWgGgjnPXnCOZhynpqqEVVcFkrYmRCPALFhHPD4J3hpEadlUinvlcisMymVviUw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.1.2.tgz", + "integrity": "sha512-0EFhstDnQeXC2wuxKdyguo/7l1kswfXvBq/mZYguzisiAqJ0QhCRHPuoTgVkkB59npAZEY7jSFMTb20XKa8jIg==", "license": "MIT", "dependencies": { "@codemirror/lang-json": "6.0.1", @@ -7782,7 +8897,7 @@ "@radix-ui/react-tabs": "1.0.4", "@radix-ui/react-tooltip": "1.0.7", "@radix-ui/react-use-callback-ref": "1.0.1", - "@strapi/ui-primitives": "2.0.0-rc.23", + "@strapi/ui-primitives": "2.1.2", "@uiw/react-codemirror": "4.22.2", "lodash": "4.17.21", "react-remove-scroll": "2.5.10" @@ -7794,97 +8909,27 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/plugin-documentation/node_modules/@strapi/design-system/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/plugin-documentation/node_modules/@strapi/icons": { - "version": "2.0.0-rc.23", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.0.0-rc.23.tgz", - "integrity": "sha512-sJ7iQ8kZ28z3mTkDm/gnsWIQljK3w0UaOk2irO77iSmbh+uR3W9gDF5CP/4Z+KDUqnjDke2kaOIPRI67etvi9A==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.1.2.tgz", + "integrity": "sha512-RnVKuhO8gCWbpIjIs0Qfm0rmOLUrvmCR33AHHClwi7L5i9UwTqVG8ajRPVGptG2dC5vA6JCigsVPAS6yXjUTHQ==", "license": "MIT", - "peer": true, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "styled-components": "^6.0.0" } }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/logger": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.12.6.tgz", - "integrity": "sha512-oSX3fyKg1G46h1YT32fhERm8KgGMgIWUBpTtBC5/Q1vcTsQ09JuXlgTYifT618WF3TUk7RQTXsSIMRcMr5/bzQ==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "lodash": "4.17.21", - "winston": "3.10.0" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/permissions": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.12.6.tgz", - "integrity": "sha512-F58d+UrbJeSly9UawuK1yFE4oD8fGenyDYqMmfE2n/ME061ZD3i5LKrUh9Fx1biCaeRAp2amiXKWNndcxxlngA==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@casl/ability": "6.5.0", - "@strapi/utils": "5.12.6", - "lodash": "4.17.21", - "qs": "6.11.1", - "sift": "16.0.1" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/types": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.12.6.tgz", - "integrity": "sha512-38gb6FVhUOQDGJNv64541FNJiGKqXMuqWX+wzw8XqQsNk9tNkhMR3T08BUMZv3PgaccyDxo8ULfO8E0XdPH1Pw==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@casl/ability": "6.5.0", - "@koa/cors": "5.0.0", - "@koa/router": "12.0.2", - "@strapi/database": "5.12.6", - "@strapi/logger": "5.12.6", - "@strapi/permissions": "5.12.6", - "@strapi/utils": "5.12.6", - "commander": "8.3.0", - "koa": "2.15.4", - "koa-body": "6.0.1", - "node-schedule": "2.1.1", - "typedoc": "0.25.10", - "typedoc-github-wiki-theme": "1.1.0", - "typedoc-plugin-markdown": "3.17.1" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/typescript-utils": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.12.6.tgz", - "integrity": "sha512-aIMnL5zvYOizMJ6TK72nS/atuC40tMQ9Ews5e2zbsbVjvB47AghuzvbPH6CYa0x9X44AdcKUT92kh/CCmuXTGQ==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "chalk": "4.1.2", - "cli-table3": "0.6.5", - "fs-extra": "11.2.0", - "lodash": "4.17.21", - "prettier": "3.3.3", - "typescript": "5.4.4" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, "node_modules/@strapi/plugin-documentation/node_modules/@strapi/ui-primitives": { - "version": "2.0.0-rc.23", - "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.0.0-rc.23.tgz", - "integrity": "sha512-YMH9z0k/aX8HYrq+sDCc5v2cPPqRBwgzQ/NxkzV1pvqvonKFgH3V3sQTXM3tStVkz4z4RuxB/lXoEZXGe/aVdg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.1.2.tgz", + "integrity": "sha512-9PLnqJjWBSFlWmZdz0zLcgOhda6tIF/6tu8ZoX7JudlAg9gv8KElEHR0ZbACuH/+b+8BBpQ5fU7rcnMJyK6lJg==", "license": "MIT", "dependencies": { "@radix-ui/number": "1.0.1", @@ -7905,6 +8950,7 @@ "@radix-ui/react-use-layout-effect": "1.0.1", "@radix-ui/react-use-previous": "1.0.1", "@radix-ui/react-visually-hidden": "1.0.3", + "@tanstack/react-virtual": "^3.10.8", "aria-hidden": "1.2.4", "react-remove-scroll": "2.5.10" }, @@ -7913,127 +8959,16 @@ "react-dom": "^17.0.0 || ^18.0.0" } }, - "node_modules/@strapi/plugin-documentation/node_modules/@strapi/utils": { - "version": "5.12.6", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.12.6.tgz", - "integrity": "sha512-hycl6hO/27q+uzRLx6WwnQq1sxiuu2IQknMXgBrtAhuYrtoA7K34pYACdNO98zM8/2qGum8jfh+C+kigMajuRA==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@sindresorhus/slugify": "1.1.0", - "date-fns": "2.30.0", - "execa": "5.1.1", - "http-errors": "2.0.0", - "lodash": "4.17.21", - "node-machine-id": "1.1.12", - "p-map": "4.0.0", - "preferred-pm": "3.1.2", - "yup": "0.32.9", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.0.0 <=22.x.x", - "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/axios": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", - "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "node_modules/@strapi/plugin-documentation/node_modules/aria-hidden": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", + "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/koa": { - "version": "2.15.4", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.4.tgz", - "integrity": "sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ==", - "license": "MIT", - "dependencies": { - "accepts": "^1.3.5", - "cache-content-type": "^1.0.0", - "content-disposition": "~0.5.2", - "content-type": "^1.0.4", - "cookies": "~0.9.0", - "debug": "^4.3.2", - "delegates": "^1.0.0", - "depd": "^2.0.0", - "destroy": "^1.0.4", - "encodeurl": "^1.0.2", - "escape-html": "^1.0.3", - "fresh": "~0.5.2", - "http-assert": "^1.3.0", - "http-errors": "^1.6.3", - "is-generator-function": "^1.0.7", - "koa-compose": "^4.1.0", - "koa-convert": "^2.0.0", - "on-finished": "^2.3.0", - "only": "~0.0.2", - "parseurl": "^1.3.2", - "statuses": "^1.5.0", - "type-is": "^1.6.16", - "vary": "^1.1.2" + "tslib": "^2.0.0" }, "engines": { - "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/koa/node_modules/http-errors": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "license": "MIT", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/koa/node_modules/http-errors/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/path-to-regexp": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", - "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", - "license": "MIT", - "engines": { - "node": ">=16" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@strapi/plugin-documentation/node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" + "node": ">=10" } }, "node_modules/@strapi/plugin-users-permissions": { @@ -8074,20 +9009,116 @@ "styled-components": "^6.0.0" } }, - "node_modules/@strapi/provider-email-nodemailer": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@strapi/provider-email-nodemailer/-/provider-email-nodemailer-5.9.0.tgz", - "integrity": "sha512-tHTxdhGYQSQO7cKs+/9dejOv7egw33M8msu/w5sc7xi9lHO3onss05r2Nqy8JdlQQESh6qDO7ZtdXDTbtwoPdg==", + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", "lodash": "4.17.21", - "nodemailer": "6.9.1" + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" }, "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/plugin-users-permissions/node_modules/koa": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.9.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/provider-email-nodemailer": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/provider-email-nodemailer/-/provider-email-nodemailer-5.35.0.tgz", + "integrity": "sha512-ibm7stO8DA/PgoVR99RxrqDDpKWaKtl24cYg+ZAKndgwAj+kqWg0mwS4aha3yeq5pGKrXLZrfyarAtZdJcsmPA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "lodash": "4.17.23", + "nodemailer": "6.10.1" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + } + }, "node_modules/@strapi/provider-email-sendmail": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.8.1.tgz", @@ -8102,20 +9133,48 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/provider-email-sendmail/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/provider-email-sendmail/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/provider-upload-aws-s3": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/@strapi/provider-upload-aws-s3/-/provider-upload-aws-s3-5.11.0.tgz", - "integrity": "sha512-vQOrWi+NhU/i1SJqIPx3yptsiGM1lpjjFza+R0eSqmrzM7HWWrElr+Jp+ZZ5WPxqiy9OZpj/pp4o+tq6VOPZ7g==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/provider-upload-aws-s3/-/provider-upload-aws-s3-5.35.0.tgz", + "integrity": "sha512-oi0ZWVOgSmUyXP29az5heMNt5M7cSNguw49heqPQuRRbfm2nLyAsz6IeI5Ch9SYeIY2BrDfkm4J0ySiD+1wVqA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@aws-sdk/client-s3": "3.600.0", "@aws-sdk/lib-storage": "3.433.0", "@aws-sdk/s3-request-presigner": "3.433.0", "@aws-sdk/types": "3.433.0", - "lodash": "4.17.21" + "lodash": "4.17.23" }, "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }, @@ -8133,6 +9192,34 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/provider-upload-local/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/provider-upload-local/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/review-workflows": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.8.1.tgz", @@ -8164,12 +9251,39 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/review-workflows/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/review-workflows/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@strapi/strapi": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.8.1.tgz", "integrity": "sha512-i1l+CaLNjHdZ6o0GLwlK2eBRmQ/hQwC3Tl4aYK7IsRfbyeT0+1ScEtJF5WIn51ENmvnD+BCual6oz5D3T3g02A==", "license": "SEE LICENSE IN LICENSE", - "peer": true, "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", "@strapi/admin": "5.8.1", @@ -8251,20 +9365,168 @@ "styled-components": "^6.0.0" } }, - "node_modules/@strapi/strapi/node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" + "node_modules/@strapi/strapi/node_modules/@strapi/admin": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.8.1.tgz", + "integrity": "sha512-Rb6MMOhyjzYJktG4T8CheAIaMHwc5zqMBRz7oSlwgR7Y8VJ7YiN+1sn4fGRD5r4K0+7MLK2CbsYy3piu42GZdw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@internationalized/date": "3.5.4", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-toolbar": "1.0.4", + "@reduxjs/toolkit": "1.9.7", + "@strapi/design-system": "2.0.0-rc.14", + "@strapi/icons": "2.0.0-rc.14", + "@strapi/permissions": "5.8.1", + "@strapi/types": "5.8.1", + "@strapi/typescript-utils": "5.8.1", + "@strapi/utils": "5.8.1", + "@testing-library/dom": "10.1.0", + "@testing-library/react": "15.0.7", + "@testing-library/user-event": "14.5.2", + "axios": "1.7.4", + "bcryptjs": "2.4.3", + "boxen": "5.1.2", + "chalk": "^4.1.2", + "codemirror5": "npm:codemirror@^5.65.11", + "cross-env": "^7.0.3", + "date-fns": "2.30.0", + "execa": "5.1.1", + "fast-deep-equal": "3.1.3", + "formik": "2.4.5", + "fractional-indexing": "3.2.0", + "fs-extra": "11.2.0", + "highlight.js": "^10.4.1", + "immer": "9.0.21", + "inquirer": "8.2.5", + "invariant": "^2.2.4", + "is-localhost-ip": "2.0.0", + "jsonwebtoken": "9.0.0", + "koa": "2.15.2", + "koa-compose": "4.1.0", + "koa-passport": "6.0.0", + "koa-static": "5.0.0", + "koa2-ratelimit": "^1.1.3", + "lodash": "4.17.21", + "node-schedule": "2.1.1", + "ora": "5.4.1", + "p-map": "4.0.0", + "passport-local": "1.0.0", + "pluralize": "8.0.0", + "punycode": "2.3.1", + "qs": "6.11.1", + "react-dnd": "16.0.1", + "react-dnd-html5-backend": "16.0.1", + "react-intl": "6.6.2", + "react-is": "^18.2.0", + "react-query": "3.39.3", + "react-redux": "8.1.3", + "react-select": "5.8.0", + "react-window": "1.8.10", + "rimraf": "5.0.5", + "sanitize-html": "2.13.0", + "scheduler": "0.23.0", + "semver": "7.5.4", + "sift": "16.0.1", + "typescript": "5.3.2", + "use-context-selector": "1.4.1", + "yup": "0.32.9", + "zod": "^3.22.4" }, "engines": { - "node": ">=14.17" + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/data-transfer": "^5.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.0.0", + "styled-components": "^6.0.0" } }, - "node_modules/@strapi/types": { + "node_modules/@strapi/strapi/node_modules/@strapi/admin/node_modules/use-context-selector": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz", + "integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": "*", + "react-native": "*", + "scheduler": ">=0.19.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/@strapi/strapi/node_modules/@strapi/data-transfer": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.8.1.tgz", + "integrity": "sha512-uIyYhoJOldzkAyeJi2tJ5JzWfTnHiVX79trLKZcZjyL357ipG3CUVhyoFOmy0xpNlBplq0v1RUGJ/GZBpNpkVA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@strapi/logger": "5.8.1", + "@strapi/types": "5.8.1", + "@strapi/utils": "5.8.1", + "chalk": "4.1.2", + "cli-table3": "0.6.5", + "commander": "8.3.0", + "fs-extra": "11.2.0", + "inquirer": "8.2.5", + "lodash": "4.17.21", + "ora": "5.4.1", + "resolve-cwd": "3.0.0", + "semver": "7.5.4", + "stream-chain": "2.2.5", + "stream-json": "1.8.0", + "tar": "6.2.1", + "tar-stream": "2.2.0", + "ws": "8.17.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/strapi/node_modules/@strapi/logger": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.8.1.tgz", + "integrity": "sha512-tVaHUkXM75sHbnzPOJbg8kMO0Xuo2wOT7g/oRe/c/2ckeCki4mjA0637OYV1GibOq5SpEICF7DOv3JssYMdWIQ==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "lodash": "4.17.21", + "winston": "3.10.0" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/strapi/node_modules/@strapi/permissions": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.8.1.tgz", + "integrity": "sha512-b+zir9726x0P5PeXnYcYmyXOsir8VqvuDkOVyrbBxw7hJtMViCiUZNHIt9HFshfGkgR3lk8XhiCyZixZbsCJgA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@strapi/utils": "5.8.1", + "lodash": "4.17.21", + "qs": "6.11.1", + "sift": "16.0.1" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/strapi/node_modules/@strapi/types": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.8.1.tgz", "integrity": "sha512-Zs/O45UKB383SRMPaDisG3x2UP7rfO/dtTISGsGBTpt6YMVz7clnTiZxYRzc6qGHx7vbpCINI+loBOIxk5/PSw==", @@ -8290,7 +9552,7 @@ "npm": ">=6.0.0" } }, - "node_modules/@strapi/typescript-utils": { + "node_modules/@strapi/strapi/node_modules/@strapi/typescript-utils": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.8.1.tgz", "integrity": "sha512-LORsREMH9mG/1EY5FVLHs+tKoYLZ+NTBqM4L2itpfhEPJLGPIO4nWvMbiKMlixd9oxMoTc8P3TN2JhM3L3hj6g==", @@ -8308,7 +9570,185 @@ "npm": ">=6.0.0" } }, - "node_modules/@strapi/typescript-utils/node_modules/typescript": { + "node_modules/@strapi/strapi/node_modules/@strapi/utils": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", + "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "^3.22.4" + }, + "engines": { + "node": ">=18.0.0 <=22.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/strapi/node_modules/@testing-library/dom": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", + "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@strapi/strapi/node_modules/@testing-library/react": { + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^10.0.0", + "@types/react-dom": "^18.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/react": "^18.0.0", + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@strapi/strapi/node_modules/@testing-library/user-event": { + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "license": "MIT", + "engines": { + "node": ">=12", + "npm": ">=6" + }, + "peerDependencies": { + "@testing-library/dom": ">=7.21.4" + } + }, + "node_modules/@strapi/strapi/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@strapi/strapi/node_modules/koa": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", + "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.9.0", + "debug": "^4.3.2", + "delegates": "^1.0.0", + "depd": "^2.0.0", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^2.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/@strapi/strapi/node_modules/koa/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/strapi/node_modules/koa/node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/strapi/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/strapi/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/strapi/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@strapi/strapi/node_modules/typescript": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", @@ -8321,6 +9761,93 @@ "node": ">=14.17" } }, + "node_modules/@strapi/types": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.35.0.tgz", + "integrity": "sha512-q++vWJbCJLsfQhGIZva4OvA5r6W7LC6aOpGmXYOb7pJ3hm0XPldALTLcjMnYL8irCsqZ0xxnkSwJggllYH46pw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@casl/ability": "6.5.0", + "@koa/cors": "5.0.0", + "@koa/router": "12.0.2", + "@strapi/database": "5.35.0", + "@strapi/logger": "5.35.0", + "@strapi/permissions": "5.35.0", + "@strapi/utils": "5.35.0", + "commander": "8.3.0", + "json-logic-js": "2.0.5", + "koa": "2.16.3", + "koa-body": "6.0.1", + "node-schedule": "2.1.1", + "typedoc": "0.25.10", + "typedoc-github-wiki-theme": "1.1.0", + "typedoc-plugin-markdown": "3.17.1", + "zod": "3.25.67" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/types/node_modules/@strapi/database": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.35.0.tgz", + "integrity": "sha512-3mqw2azRCvBqdQXajSSoJgpTAjNrBPcgTb+3UtIxlenRRqo0dGwG5wSQ+fBIGGzHe498xwbkYLL0xoBHLUFiRw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@paralleldrive/cuid2": "2.2.2", + "@strapi/utils": "5.35.0", + "ajv": "8.16.0", + "date-fns": "2.30.0", + "debug": "4.3.4", + "fs-extra": "11.2.0", + "knex": "3.0.1", + "lodash": "4.17.21", + "semver": "7.5.4", + "umzug": "3.8.1" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/types/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/typescript-utils": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.35.0.tgz", + "integrity": "sha512-mlXA83ufoQpbQDImHK2e3ZrrDpXMOB7qx2tFPQYrf42SmwdTyBAx+sx4d0f+G9trUw77icsSVaosDt2mP9D29Q==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "chalk": "4.1.2", + "cli-table3": "0.6.5", + "fs-extra": "11.2.0", + "lodash": "4.17.23", + "prettier": "3.3.3", + "typescript": "5.4.4" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/typescript-utils/node_modules/typescript": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@strapi/ui-primitives": { "version": "2.0.0-rc.14", "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.0.0-rc.14.tgz", @@ -8354,6 +9881,18 @@ "react-dom": "^17.0.0 || ^18.0.0" } }, + "node_modules/@strapi/ui-primitives/node_modules/aria-hidden": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", + "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@strapi/upload": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.8.1.tgz", @@ -8397,7 +9936,7 @@ "styled-components": "^6.0.0" } }, - "node_modules/@strapi/utils": { + "node_modules/@strapi/upload/node_modules/@strapi/utils": { "version": "5.8.1", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.8.1.tgz", "integrity": "sha512-GodrZ9TumxdENXTz1lXxETlhewjsoiobEG+xDzBhuQgac8E5QhtkyRXUIc3avZXvW0OML8Q5cMorY8iAm9S8MA==", @@ -8419,15 +9958,64 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/upload/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, + "node_modules/@strapi/upload/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/utils": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.35.0.tgz", + "integrity": "sha512-lQqMrbPv/k61SExP4nZ4XVKI9yawTzY6hIuG/8DGM2lYHRVkUMCjTDT7wgfEIFft+w6LaPEaAqd8VELxhQVDlg==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "execa": "5.1.1", + "http-errors": "2.0.0", + "lodash": "4.17.21", + "node-machine-id": "1.1.12", + "p-map": "4.0.0", + "preferred-pm": "3.1.2", + "yup": "0.32.9", + "zod": "3.25.67" + }, + "engines": { + "node": ">=20.0.0 <=24.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/utils/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" + }, "node_modules/@swc/core": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.10.9.tgz", - "integrity": "sha512-MQ97YSXu2oibzm7wi4GNa7hhndjLuVt/lmO2sq53+P37oZmyg/JQ/IYYtSiC6UGK3+cHoiVAykrK+glxLjJbag==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.11.tgz", + "integrity": "sha512-iLmLTodbYxU39HhMPaMUooPwO/zqJWvsqkrXv1ZI38rMb048p6N7qtAtTp37sw9NzSrvH6oli8EdDygo09IZ/w==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3", - "@swc/types": "^0.1.17" + "@swc/types": "^0.1.25" }, "engines": { "node": ">=10" @@ -8437,19 +10025,19 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.10.9", - "@swc/core-darwin-x64": "1.10.9", - "@swc/core-linux-arm-gnueabihf": "1.10.9", - "@swc/core-linux-arm64-gnu": "1.10.9", - "@swc/core-linux-arm64-musl": "1.10.9", - "@swc/core-linux-x64-gnu": "1.10.9", - "@swc/core-linux-x64-musl": "1.10.9", - "@swc/core-win32-arm64-msvc": "1.10.9", - "@swc/core-win32-ia32-msvc": "1.10.9", - "@swc/core-win32-x64-msvc": "1.10.9" + "@swc/core-darwin-arm64": "1.15.11", + "@swc/core-darwin-x64": "1.15.11", + "@swc/core-linux-arm-gnueabihf": "1.15.11", + "@swc/core-linux-arm64-gnu": "1.15.11", + "@swc/core-linux-arm64-musl": "1.15.11", + "@swc/core-linux-x64-gnu": "1.15.11", + "@swc/core-linux-x64-musl": "1.15.11", + "@swc/core-win32-arm64-msvc": "1.15.11", + "@swc/core-win32-ia32-msvc": "1.15.11", + "@swc/core-win32-x64-msvc": "1.15.11" }, "peerDependencies": { - "@swc/helpers": "*" + "@swc/helpers": ">=0.5.17" }, "peerDependenciesMeta": { "@swc/helpers": { @@ -8458,9 +10046,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.10.9.tgz", - "integrity": "sha512-XTHLtijFervv2B+i1ngM993umhSj9K1IeMomvU/Db84Asjur2XmD4KXt9QPnGDRFgv2kLSjZ+DDL25Qk0f4r+w==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.11.tgz", + "integrity": "sha512-QoIupRWVH8AF1TgxYyeA5nS18dtqMuxNwchjBIwJo3RdwLEFiJq6onOx9JAxHtuPwUkIVuU2Xbp+jCJ7Vzmgtg==", "cpu": [ "arm64" ], @@ -8474,9 +10062,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.10.9.tgz", - "integrity": "sha512-bi3el9/FV/la8HIsolSjeDar+tM7m9AmSF1w7X6ZByW2qgc4Z1tmq0A4M4H9aH3TfHesZbfq8hgaNtc2/VtzzQ==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.11.tgz", + "integrity": "sha512-S52Gu1QtPSfBYDiejlcfp9GlN+NjTZBRRNsz8PNwBgSE626/FUf2PcllVUix7jqkoMC+t0rS8t+2/aSWlMuQtA==", "cpu": [ "x64" ], @@ -8490,9 +10078,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.10.9.tgz", - "integrity": "sha512-xsLHV02S+RTDuI+UJBkA2muNk/s0ETRpoc1K/gNt0i8BqTurPYkrvGDDALN9+leiUPydHvZi9P1qdExbgUJnXw==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.11.tgz", + "integrity": "sha512-lXJs8oXo6Z4yCpimpQ8vPeCjkgoHu5NoMvmJZ8qxDyU99KVdg6KwU9H79vzrmB+HfH+dCZ7JGMqMF//f8Cfvdg==", "cpu": [ "arm" ], @@ -8506,9 +10094,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.10.9.tgz", - "integrity": "sha512-41hJgPoGhIa12U6Tud+yLF/m64YA3mGut3TmBEkj2R7rdJdE0mljdtR0tf4J2RoQaWZPPi0DBSqGdROiAEx9dg==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.11.tgz", + "integrity": "sha512-chRsz1K52/vj8Mfq/QOugVphlKPWlMh10V99qfH41hbGvwAU6xSPd681upO4bKiOr9+mRIZZW+EfJqY42ZzRyA==", "cpu": [ "arm64" ], @@ -8522,9 +10110,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.10.9.tgz", - "integrity": "sha512-DUMRhl49b9r7bLg9oNzCdW4lLcDJKrRBn87Iq5APPvixsm1auGnsVQycGkQcDDKvVllxIFSbmCYzjagx3l8Hnw==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.11.tgz", + "integrity": "sha512-PYftgsTaGnfDK4m6/dty9ryK1FbLk+LosDJ/RJR2nkXGc8rd+WenXIlvHjWULiBVnS1RsjHHOXmTS4nDhe0v0w==", "cpu": [ "arm64" ], @@ -8538,9 +10126,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.10.9.tgz", - "integrity": "sha512-xW0y88vQvmzYo3Gn7yFnY03TfHMwuca4aFH3ZmhwDNOYHmTOi6fmhAkg/13F/NrwjMYO+GnF5uJTjdjb3B6tdQ==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.11.tgz", + "integrity": "sha512-DKtnJKIHiZdARyTKiX7zdRjiDS1KihkQWatQiCHMv+zc2sfwb4Glrodx2VLOX4rsa92NLR0Sw8WLcPEMFY1szQ==", "cpu": [ "x64" ], @@ -8554,9 +10142,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.10.9.tgz", - "integrity": "sha512-jYs32BEx+CPVuxN6NdsWEpdehjnmAag25jyJzwjQx+NCGYwHEV3bT5y8TX4eFhaVB1rafmqJOlYQPs4+MSyGCg==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.11.tgz", + "integrity": "sha512-mUjjntHj4+8WBaiDe5UwRNHuEzLjIWBTSGTw0JT9+C9/Yyuh4KQqlcEQ3ro6GkHmBGXBFpGIj/o5VMyRWfVfWw==", "cpu": [ "x64" ], @@ -8570,9 +10158,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.10.9.tgz", - "integrity": "sha512-Uhh5T3Fq3Nyom96Bm3ACBNASH3iqNc76in7ewZz8PooUqeTIO8aZpsghnncjctRNE9T819/8btpiFIhHo3sKtg==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.11.tgz", + "integrity": "sha512-ZkNNG5zL49YpaFzfl6fskNOSxtcZ5uOYmWBkY4wVAvgbSAQzLRVBp+xArGWh2oXlY/WgL99zQSGTv7RI5E6nzA==", "cpu": [ "arm64" ], @@ -8586,9 +10174,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.10.9.tgz", - "integrity": "sha512-bD5BpbojEsDfrAvT+1qjQPf5RCKLg4UL+3Uwm019+ZR02hd8qO538BlOnQdOqRqccu+75DF6aRglQ7AJ24Cs0Q==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.11.tgz", + "integrity": "sha512-6XnzORkZCQzvTQ6cPrU7iaT9+i145oLwnin8JrfsLG41wl26+5cNQ2XV3zcbrnFEV6esjOceom9YO1w9mGJByw==", "cpu": [ "ia32" ], @@ -8602,9 +10190,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.10.9.tgz", - "integrity": "sha512-NwkuUNeBBQnAaXVvcGw8Zr6RR8kylyjFUnlYZZ3G0QkQZ4rYLXYTafAmiRjrfzgVb0LcMF/sBzJvGOk7SwtIDg==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.11.tgz", + "integrity": "sha512-IQ2n6af7XKLL6P1gIeZACskSxK8jWtoKpJWLZmdXTDj1MGzktUy4i+FvpdtxFmJWNavRWH1VmTr6kAubRDHeKw==", "cpu": [ "x64" ], @@ -8624,18 +10212,18 @@ "license": "Apache-2.0" }, "node_modules/@swc/helpers": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", - "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.18.tgz", + "integrity": "sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.8.0" } }, "node_modules/@swc/types": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.17.tgz", - "integrity": "sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==", + "version": "0.1.25", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz", + "integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==", "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" @@ -8653,20 +10241,46 @@ "node": ">=10" } }, - "node_modules/@testing-library/dom": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", - "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "node_modules/@tanstack/react-virtual": { + "version": "3.13.18", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.18.tgz", + "integrity": "sha512-dZkhyfahpvlaV0rIKnvQiVoWPyURppl6w4m9IwMDpuIjcJ1sD9YGWrt0wISvgU7ewACXx2Ct46WPgI6qAD4v6A==", + "license": "MIT", + "dependencies": { + "@tanstack/virtual-core": "3.13.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/@tanstack/virtual-core": { + "version": "3.13.18", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.18.tgz", + "integrity": "sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@testing-library/dom": { + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", + "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", "aria-query": "5.3.0", - "chalk": "^4.1.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", + "picocolors": "1.1.1", "pretty-format": "^27.0.2" }, "engines": { @@ -8674,33 +10288,36 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", - "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", + "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^10.0.0", - "@types/react-dom": "^18.0.0" + "@babel/runtime": "^7.12.5" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@types/react": "^18.0.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "@testing-library/dom": "^10.0.0", + "@types/react": "^18.0.0 || ^19.0.0", + "@types/react-dom": "^18.0.0 || ^19.0.0", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true + }, + "@types/react-dom": { + "optional": true } } }, "node_modules/@testing-library/user-event": { - "version": "14.5.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", + "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", "license": "MIT", "engines": { "node": ">=12", @@ -8738,9 +10355,9 @@ "license": "MIT" }, "node_modules/@types/body-parser": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", "license": "MIT", "dependencies": { "@types/connect": "*", @@ -8779,15 +10396,15 @@ } }, "node_modules/@types/content-disposition": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.8.tgz", - "integrity": "sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.9.tgz", + "integrity": "sha512-8uYXI3Gw35MhiVYhG3s295oihrxRyytcRHjSjqnqZVDDy/xcGBRny7+Xj1Wgfhv5QzRtN2hB2dVRBUX9XW3UcQ==", "license": "MIT" }, "node_modules/@types/cookies": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.9.0.tgz", - "integrity": "sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.9.2.tgz", + "integrity": "sha512-1AvkDdZM2dbyFybL4fxpuNCaWyv//0AwsuUk2DWeXyM1/5ZKm6W3z6mQi24RZ4l2ucY+bkSHzbDVpySqPGuV8A==", "license": "MIT", "dependencies": { "@types/connect": "*", @@ -8817,27 +10434,27 @@ } }, "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "license": "MIT" }, "node_modules/@types/express": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "version": "4.17.25", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz", + "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", "@types/qs": "*", - "@types/serve-static": "*" + "@types/serve-static": "^1" } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz", + "integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -8881,13 +10498,15 @@ } }, "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz", - "integrity": "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz", + "integrity": "sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g==", "license": "MIT", "dependencies": { - "@types/react": "*", "hoist-non-react-statics": "^3.3.0" + }, + "peerDependencies": { + "@types/react": "*" } }, "node_modules/@types/html-minifier-terser": { @@ -8903,15 +10522,15 @@ "license": "MIT" }, "node_modules/@types/http-cache-semantics": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", - "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==", "license": "MIT" }, "node_modules/@types/http-errors": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", "license": "MIT" }, "node_modules/@types/inquirer": { @@ -8955,9 +10574,9 @@ "license": "MIT" }, "node_modules/@types/jsonwebtoken": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.8.tgz", - "integrity": "sha512-7fx54m60nLFUVYlxAB1xpe9CBWX2vSrk50Y6ogRJ1v5xxtba7qXTg5BgYDN5dq+yuQQ9HaVlHJyAAt1/mxryFg==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz", + "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==", "license": "MIT", "dependencies": { "@types/ms": "*", @@ -8996,9 +10615,9 @@ } }, "node_modules/@types/koa-compose": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.8.tgz", - "integrity": "sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.9.tgz", + "integrity": "sha512-BroAZ9FTvPiCy0Pi8tjD1OfJ7bgU1gQf0eR6e1Vm+JJATy9eKOG3hQMFtMciMawiSOVnLMdmUOC46s7HBhSTsA==", "license": "MIT", "dependencies": { "@types/koa": "*" @@ -9015,9 +10634,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", "license": "MIT" }, "node_modules/@types/mime": { @@ -9039,12 +10658,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.16.tgz", - "integrity": "sha512-vOTpLduLkZXePLxHiHsBLp98mHGnl8RptV4YAO3HfKO5UHjDvySGbxKtpYfy8Sx5+WKcgc45qNreJJRVM3L6mw==", + "version": "20.19.33", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz", + "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/@types/nodemon": { @@ -9068,25 +10687,22 @@ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", "license": "MIT" }, - "node_modules/@types/progress-stream": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/progress-stream/-/progress-stream-2.0.5.tgz", - "integrity": "sha512-5YNriuEZkHlFHHepLIaxzq3atGeav1qCTGzB74HKWpo66qjfostF+rHc785YYYHeBytve8ZG3ejg42jEIfXNiQ==", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } + "node_modules/@types/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", + "license": "MIT" }, "node_modules/@types/prop-types": { - "version": "15.7.14", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.18", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", - "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "license": "MIT" }, "node_modules/@types/range-parser": { @@ -9096,22 +10712,20 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.18", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", - "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", + "version": "18.3.28", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", + "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", "license": "MIT", - "peer": true, "dependencies": { "@types/prop-types": "*", - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz", - "integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==", + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", + "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", "license": "MIT", - "peer": true, "peerDependencies": { "@types/react": "^18.0.0" } @@ -9135,30 +10749,39 @@ } }, "node_modules/@types/send": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", + "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", + "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "<1" + } + }, + "node_modules/@types/serve-static/node_modules/@types/send": { + "version": "0.17.6", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", + "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", "license": "MIT", "dependencies": { "@types/mime": "^1", "@types/node": "*" } }, - "node_modules/@types/serve-static": { - "version": "1.15.7", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", - "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", - "license": "MIT", - "dependencies": { - "@types/http-errors": "*", - "@types/node": "*", - "@types/send": "*" - } - }, "node_modules/@types/stylis": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz", - "integrity": "sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.7.tgz", + "integrity": "sha512-VgDNokpBoKF+wrdvhAAfS55OMQpL6QRglwTwNC3kIgBrzZxA4WsFj+2eLfEA/uMUDzBcEhYmjSbwQakn/i3ajA==", "license": "MIT" }, "node_modules/@types/through": { @@ -9199,12 +10822,12 @@ "license": "Apache-2.0" }, "node_modules/@ucast/js": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@ucast/js/-/js-3.0.4.tgz", - "integrity": "sha512-TgG1aIaCMdcaEyckOZKQozn1hazE0w90SVdlpIJ/er8xVumE11gYAtSbw/LBeUnA4fFnFWTcw3t6reqseeH/4Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@ucast/js/-/js-3.1.0.tgz", + "integrity": "sha512-eJ7yQeYtMK85UZjxoxBEbTWx6UMxEXKbjVyp+NlzrT5oMKV5Gpo/9bjTl3r7msaXTVC8iD9NJacqJ8yp7joX+Q==", "license": "Apache-2.0", "dependencies": { - "@ucast/core": "^1.0.0" + "@ucast/core": "1.10.2" } }, "node_modules/@ucast/mongo": { @@ -9217,14 +10840,14 @@ } }, "node_modules/@ucast/mongo2js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@ucast/mongo2js/-/mongo2js-1.3.4.tgz", - "integrity": "sha512-ahazOr1HtelA5AC1KZ9x0UwPMqqimvfmtSm/PRRSeKKeE5G2SCqTgwiNzO7i9jS8zA3dzXpKVPpXMkcYLnyItA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@ucast/mongo2js/-/mongo2js-1.4.1.tgz", + "integrity": "sha512-9aeg5cmqwRQnKCXHN6I17wk83Rcm487bHelaG8T4vfpWneAI469wSI3Srnbu+PuZ5znWRbnwtVq9RgPL+bN6CA==", "license": "Apache-2.0", "dependencies": { - "@ucast/core": "^1.6.1", - "@ucast/js": "^3.0.0", - "@ucast/mongo": "^2.4.0" + "@ucast/core": "1.10.2", + "@ucast/js": "3.1.0", + "@ucast/mongo": "2.4.3" } }, "node_modules/@uiw/codemirror-extensions-basic-setup": { @@ -9464,9 +11087,9 @@ } }, "node_modules/acorn": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", - "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -9475,6 +11098,18 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-import-phases": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", + "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", + "license": "MIT", + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "acorn": "^8.14.0" + } + }, "node_modules/acorn-walk": { "version": "8.3.4", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", @@ -9494,9 +11129,9 @@ "license": "MIT" }, "node_modules/agent-base": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", - "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "license": "MIT", "engines": { "node": ">= 14" @@ -9520,7 +11155,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz", "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", @@ -9645,9 +11279,9 @@ } }, "node_modules/ansi-sequence-parser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", - "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.3.tgz", + "integrity": "sha512-+fksAx9eG3Ab6LDnLs3ZqZa8KVJ/jYnX+D4Qe1azX+LFGFAXqynCQLOdLpNYN/l9e7l6hMWwZbrnctqr6eSQSw==", "license": "MIT" }, "node_modules/ansi-styles": { @@ -9691,9 +11325,9 @@ "license": "Python-2.0" }, "node_modules/aria-hidden": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", - "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", + "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" @@ -9781,22 +11415,16 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, - "node_modules/b4a": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", - "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", - "license": "Apache-2.0" - }, "node_modules/babel-plugin-macros": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", @@ -9819,35 +11447,52 @@ "license": "MIT" }, "node_modules/bare-events": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz", - "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz", + "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", "license": "Apache-2.0", - "optional": true + "peerDependencies": { + "bare-abort-controller": "*" + }, + "peerDependenciesMeta": { + "bare-abort-controller": { + "optional": true + } + } }, "node_modules/bare-fs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.0.1.tgz", - "integrity": "sha512-ilQs4fm/l9eMfWY2dY0WCIUplSUp7U0CT1vrqMg1MUdeZl4fypu5UP0XcDBK5WBQPJAKP1b7XEodISmekH/CEg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.3.tgz", + "integrity": "sha512-9+kwVx8QYvt3hPWnmb19tPnh38c6Nihz8Lx3t0g9+4GoIf3/fTgYwM4Z6NxgI+B9elLQA7mLE9PpqcWtOMRDiQ==", "license": "Apache-2.0", "optional": true, "dependencies": { - "bare-events": "^2.0.0", + "bare-events": "^2.5.4", "bare-path": "^3.0.0", - "bare-stream": "^2.0.0" + "bare-stream": "^2.6.4", + "bare-url": "^2.2.2", + "fast-fifo": "^1.3.2" }, "engines": { - "bare": ">=1.7.0" + "bare": ">=1.16.0" + }, + "peerDependencies": { + "bare-buffer": "*" + }, + "peerDependenciesMeta": { + "bare-buffer": { + "optional": true + } } }, "node_modules/bare-os": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.4.0.tgz", - "integrity": "sha512-9Ous7UlnKbe3fMi7Y+qh0DwAup6A1JkYgPnjvMDNOlmnxNRQvQ/7Nst+OnUQKzk0iAT0m9BisbDVp9gCv8+ETA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz", + "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==", "license": "Apache-2.0", "optional": true, "engines": { - "bare": ">=1.6.0" + "bare": ">=1.14.0" } }, "node_modules/bare-path": { @@ -9861,9 +11506,9 @@ } }, "node_modules/bare-stream": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.4.tgz", - "integrity": "sha512-G6i3A74FjNq4nVrrSTUz5h3vgXzBJnjmWAVlBWaZETkgu+LgKd7AiyOml3EDJY1AHlIbBHKDXE+TUT53Ff8OaA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz", + "integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -9882,6 +11527,16 @@ } } }, + "node_modules/bare-url": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz", + "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "bare-path": "^3.0.0" + } + }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -9902,10 +11557,19 @@ ], "license": "MIT" }, + "node_modules/baseline-browser-mapping": { + "version": "2.9.19", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", + "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } + }, "node_modules/basic-ftp": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", - "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.1.0.tgz", + "integrity": "sha512-RkaJzeJKDbaDWTIPiJwubyljaEPwpVWkm9Rt5h9Nd6h7tEXTJ3VB4qxdZBioV7JO5yLUaOKwz7vDOzlncUsegw==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -10002,9 +11666,9 @@ } }, "node_modules/bn.js": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", - "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.2.tgz", + "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==", "license": "MIT" }, "node_modules/boolbase": { @@ -10021,9 +11685,9 @@ "license": "MIT" }, "node_modules/bowser": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", - "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz", + "integrity": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==", "license": "MIT" }, "node_modules/boxen": { @@ -10049,9 +11713,9 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -10086,9 +11750,9 @@ } }, "node_modules/broadcast-channel/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -10099,7 +11763,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -10151,9 +11815,9 @@ "license": "MIT" }, "node_modules/browserslist": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", - "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", + "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", "funding": [ { "type": "opencollective", @@ -10169,12 +11833,12 @@ } ], "license": "MIT", - "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001688", - "electron-to-chromium": "^1.5.73", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.1" + "baseline-browser-mapping": "^2.9.0", + "caniuse-lite": "^1.0.30001759", + "electron-to-chromium": "^1.5.263", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.2.0" }, "bin": { "browserslist": "cli.js" @@ -10196,27 +11860,13 @@ } }, "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", + "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", "license": "MIT", "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" } }, "node_modules/buffer-crc32": { @@ -10349,9 +11999,9 @@ } }, "node_modules/call-bind-apply-helpers": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", - "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -10362,13 +12012,13 @@ } }, "node_modules/call-bound": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz", - "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", "license": "MIT", "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "get-intrinsic": "^1.2.6" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" }, "engines": { "node": ">= 0.4" @@ -10418,9 +12068,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001695", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz", - "integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==", + "version": "1.0.30001769", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz", + "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==", "funding": [ { "type": "opencollective", @@ -10437,58 +12087,19 @@ ], "license": "CC-BY-4.0" }, - "node_modules/capital-case": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", - "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", - "license": "MIT", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - } - }, - "node_modules/capital-case/node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/capital-case/node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "license": "MIT", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/capital-case/node_modules/upper-case-first": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", - "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } - }, "node_modules/castable-video": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.4.tgz", - "integrity": "sha512-EBQJ04ShZFi1CGKXhBui6UYFJf+6C6wNIa12J2/NSu+ca/XeF5gkXUwHQ8uSKVCpvFYS2RRRB2zf29R0OYz8Iw==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.11.tgz", + "integrity": "sha512-LCRTK6oe7SB1SiUQFzZCo6D6gcEzijqBTVIuj3smKpQdesXM18QTbCVqWgh9MfOeQgTx/i9ji5jGcdqNPeWg2g==", "license": "MIT", "dependencies": { - "custom-media-element": "~1.4.2" + "custom-media-element": "~1.4.5" } }, "node_modules/castable-video/node_modules/custom-media-element": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.4.2.tgz", - "integrity": "sha512-AM6FRWqJyW7pWTvXb4uJj6yvHE7C6UutdhJ5o3XO5NEl5aWFcfnpz8/TuW8qr1+/wfbj50wRvdArnSNjTmjmVw==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.4.5.tgz", + "integrity": "sha512-cjrsQufETwxjvwZbYbKBCJNvmQ2++G9AvT45zDi7NXL9k2PdVcs2h0jQz96J6G4TMKRCcEsoJ+QTgQD00Igtjw==", "license": "MIT" }, "node_modules/chalk": { @@ -10569,25 +12180,25 @@ "license": "MIT" }, "node_modules/cheerio": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz", - "integrity": "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz", + "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==", "license": "MIT", "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", - "domutils": "^3.1.0", - "encoding-sniffer": "^0.2.0", - "htmlparser2": "^9.1.0", - "parse5": "^7.1.2", - "parse5-htmlparser2-tree-adapter": "^7.0.0", + "domutils": "^3.2.2", + "encoding-sniffer": "^0.2.1", + "htmlparser2": "^10.1.0", + "parse5": "^7.3.0", + "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", - "undici": "^6.19.5", + "undici": "^7.19.0", "whatwg-mimetype": "^4.0.0" }, "engines": { - "node": ">=18.17" + "node": ">=20.18.1" }, "funding": { "url": "https://github.com/cheeriojs/cheerio?sponsor=1" @@ -10610,158 +12221,13 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/cheerio-select/node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/cheerio-select/node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/cheerio-select/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/cheerio-select/node_modules/domutils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", - "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", - "license": "BSD-2-Clause", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/cheerio-select/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/cheerio/node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/cheerio/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/cheerio/node_modules/domutils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", - "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", - "license": "BSD-2-Clause", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/cheerio/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/cheerio/node_modules/htmlparser2": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", - "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.1.0", - "entities": "^4.5.0" - } - }, "node_modules/cheerio/node_modules/undici": { - "version": "6.21.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz", - "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.21.0.tgz", + "integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/chokidar": { @@ -10807,9 +12273,9 @@ } }, "node_modules/chromium-bidi": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-2.1.2.tgz", - "integrity": "sha512-vtRWBK2uImo5/W2oG6/cDkkHSm+2t6VHgnj+Rcwhb0pP74OoUb4GipyRX/T/y39gYQPhioP0DPShn+A7P6CHNw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-13.1.1.tgz", + "integrity": "sha512-zB9MpoPd7VJwjowQqiW3FKOvQwffFMjQ8Iejp5ZW+sJaKLRhZX1sTxzl3Zt22TDB4zP0OOqs8lRoY7eAW5geyQ==", "license": "Apache-2.0", "dependencies": { "mitt": "^3.0.1", @@ -11007,9 +12473,9 @@ } }, "node_modules/codemirror": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz", - "integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz", + "integrity": "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", @@ -11023,9 +12489,9 @@ }, "node_modules/codemirror5": { "name": "codemirror", - "version": "5.65.18", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.18.tgz", - "integrity": "sha512-Gaz4gHnkbHMGgahNt3CA5HBk5lLQBqmD/pBgeB4kQU6OedZmqMBjlRF0LSrp2tJ4wlLNPm2FfaUd1pDy0mdlpA==", + "version": "5.65.21", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.21.tgz", + "integrity": "sha512-6teYk0bA0nR3QP0ihGMoxuKzpl5W80FpnHpBJpgy66NK3cZv5b/d/HY8PnRvfSsCG1MTfr92u2WUl+wT0E40mQ==", "license": "MIT" }, "node_modules/color": { @@ -11075,41 +12541,6 @@ "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", "license": "MIT" }, - "node_modules/colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", - "license": "MIT", - "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" - } - }, - "node_modules/colorspace/node_modules/color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - } - }, - "node_modules/colorspace/node_modules/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==", - "license": "MIT", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/colorspace/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "license": "MIT" - }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -11268,9 +12699,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "license": "MIT", "optional": true, "engines": { @@ -11320,9 +12751,9 @@ } }, "node_modules/copyfiles/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -11344,7 +12775,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -11401,9 +12832,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.40.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz", - "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==", + "version": "3.48.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.48.0.tgz", + "integrity": "sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -11552,15 +12983,15 @@ } }, "node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", + "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", "nth-check": "^2.0.1" }, "funding": { @@ -11579,9 +13010,9 @@ } }, "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", "license": "BSD-2-Clause", "engines": { "node": ">= 6" @@ -11603,9 +13034,9 @@ } }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, "node_modules/custom-media-element": { @@ -11628,7 +13059,6 @@ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -11809,9 +13239,9 @@ } }, "node_modules/del/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -11822,7 +13252,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -11932,18 +13362,21 @@ } }, "node_modules/detect-indent": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz", - "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.2.tgz", + "integrity": "sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==", "license": "MIT", "engines": { "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/detect-libc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", - "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "license": "Apache-2.0", "engines": { "node": ">=8" @@ -11974,11 +13407,10 @@ "license": "MIT" }, "node_modules/devtools-protocol": { - "version": "0.0.1413902", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1413902.tgz", - "integrity": "sha512-yRtvFD8Oyk7C9Os3GmnFZLu53yAfsnyw1s+mLmHHUK0GQEc9zthHWvS1r67Zqzm5t7v56PILHIVZ7kmFMaL2yQ==", - "license": "BSD-3-Clause", - "peer": true + "version": "0.0.1566079", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1566079.tgz", + "integrity": "sha512-MJfAEA1UfVhSs7fbSQOG4czavUp1ajfg6prlAN0+cmfa2zNjaIbvq8VneP7do1WAQQIvgNJWSMeP6UyI90gIlQ==", + "license": "BSD-3-Clause" }, "node_modules/dezalgo": { "version": "1.0.4", @@ -12024,6 +13456,12 @@ "libmime": "^2.0.3" } }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "license": "MIT" + }, "node_modules/dnd-core": { "version": "16.0.1", "resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-16.0.1.tgz", @@ -12061,14 +13499,14 @@ } }, "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "license": "MIT", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" @@ -12087,12 +13525,12 @@ "license": "BSD-2-Clause" }, "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", "license": "BSD-2-Clause", "dependencies": { - "domelementtype": "^2.2.0" + "domelementtype": "^2.3.0" }, "engines": { "node": ">= 4" @@ -12102,14 +13540,14 @@ } }, "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", "license": "BSD-2-Clause", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" }, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" @@ -12190,9 +13628,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.88", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.88.tgz", - "integrity": "sha512-K3C2qf1o+bGzbilTDCTBhTQcMS9KW60yTAaTeeXsfvQuTDDwlokLam/AdqlqcSy9u4UainDgsHV23ksXAOgamw==", + "version": "1.5.286", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz", + "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==", "license": "ISC" }, "node_modules/elliptic": { @@ -12253,9 +13691,9 @@ } }, "node_modules/encoding-sniffer": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz", - "integrity": "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz", + "integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==", "license": "MIT", "dependencies": { "iconv-lite": "^0.6.3", @@ -12265,45 +13703,36 @@ "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" } }, - "node_modules/encoding-sniffer/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/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==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enhanced-resolve": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz", - "integrity": "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz", + "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" + "tapable": "^2.3.0" }, "engines": { "node": ">=10.13.0" } }, "node_modules/entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -12318,9 +13747,9 @@ } }, "node_modules/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==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" @@ -12354,9 +13783,9 @@ } }, "node_modules/es-module-lexer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", - "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz", + "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==", "license": "MIT" }, "node_modules/es-object-atoms": { @@ -12371,6 +13800,21 @@ "node": ">= 0.4" } }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es6-error": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", @@ -12383,7 +13827,6 @@ "integrity": "sha512-Kgq0/ZsAPzKrbOjCQcjoSmPoWhlcVnGAUo7jvaLHoxW1Drto0KGkR1xBNg2Cp43b9ImvxmPEJZ9xkfcnqPsfBw==", "hasInstallScript": true, "license": "MIT", - "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -12885,15 +14328,6 @@ "source-map": "~0.6.1" } }, - "node_modules/escodegen/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, "node_modules/escodegen/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -12917,6 +14351,15 @@ "node": ">=8.0.0" } }, + "node_modules/eslint-scope/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, "node_modules/esm": { "version": "3.2.25", "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", @@ -12951,7 +14394,7 @@ "node": ">=4.0" } }, - "node_modules/esrecurse/node_modules/estraverse": { + "node_modules/estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", @@ -12960,15 +14403,6 @@ "node": ">=4.0" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -12987,6 +14421,15 @@ "node": ">=0.8.x" } }, + "node_modules/events-universal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz", + "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==", + "license": "Apache-2.0", + "dependencies": { + "bare-events": "^2.7.0" + } + }, "node_modules/eventsource": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", @@ -13060,6 +14503,18 @@ "node": ">=4" } }, + "node_modules/external-editor/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/extract-zip": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", @@ -13158,9 +14613,9 @@ } }, "node_modules/fastq": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz", - "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", "license": "ISC", "dependencies": { "reusify": "^1.0.4" @@ -13298,9 +14753,9 @@ "license": "MIT" }, "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", "funding": [ { "type": "individual", @@ -13339,12 +14794,12 @@ } }, "node_modules/foreground-child": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", - "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", "license": "ISC", "dependencies": { - "cross-spawn": "^7.0.0", + "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" }, "engines": { @@ -13399,7 +14854,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -13421,9 +14875,9 @@ } }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -13481,13 +14935,15 @@ } }, "node_modules/form-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", - "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" }, "engines": { @@ -13495,13 +14951,13 @@ } }, "node_modules/formidable": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.2.tgz", - "integrity": "sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.5.tgz", + "integrity": "sha512-Oz5Hwvwak/DCaXVVUtPn4oLMLLy1CdclLKO1LFgU7XzDpVMUU5UjlSLpGMocyQNNk8F6IJW9M/YdooSn2MRI+Q==", "license": "MIT", "dependencies": { + "@paralleldrive/cuid2": "^2.2.2", "dezalgo": "^1.0.4", - "hexoid": "^1.0.0", "once": "^1.4.0", "qs": "^6.11.0" }, @@ -13552,6 +15008,33 @@ "node": "^14.13.1 || >=16.0.0" } }, + "node_modules/framer-motion": { + "version": "12.34.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.0.tgz", + "integrity": "sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg==", + "license": "MIT", + "dependencies": { + "motion-dom": "^12.34.0", + "motion-utils": "^12.29.2", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -13606,9 +15089,9 @@ } }, "node_modules/fs-monkey": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz", + "integrity": "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==", "license": "Unlicense" }, "node_modules/fs.realpath": { @@ -13640,6 +15123,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -13650,9 +15142,9 @@ } }, "node_modules/get-east-asian-width": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", - "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", + "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", "license": "MIT", "engines": { "node": ">=18" @@ -13662,17 +15154,17 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz", - "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT", "dependencies": { - "call-bind-apply-helpers": "^1.0.1", + "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", + "es-object-atoms": "^1.1.1", "function-bind": "^1.1.2", - "get-proto": "^1.0.0", + "get-proto": "^1.0.1", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", @@ -13686,23 +15178,54 @@ } }, "node_modules/get-it": { - "version": "8.6.6", - "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.6.6.tgz", - "integrity": "sha512-2YKp5J+/x7VE9n8n6QGF6+gE4o1WOVSWrJd/C79JFqPlzHzWx/JQS6L49STWwqmkonkrXHhohQ/PkaI2o7l01g==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.7.0.tgz", + "integrity": "sha512-uong/+jOz0GiuIWIUJXp2tnQKgQKukC99LEqOxLckPUoHYoerQbV6vC0Tu+/pSgk0tgHh1xX2aJtCk4y35LLLg==", "license": "MIT", "dependencies": { "@types/follow-redirects": "^1.14.4", - "@types/progress-stream": "^2.0.5", "decompress-response": "^7.0.0", "follow-redirects": "^1.15.9", "is-retry-allowed": "^2.2.0", - "progress-stream": "^2.0.0", + "through2": "^4.0.2", "tunnel-agent": "^0.6.0" }, "engines": { "node": ">=14.0.0" } }, + "node_modules/get-it/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/get-it/node_modules/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==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/get-it/node_modules/through2": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", + "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", + "license": "MIT", + "dependencies": { + "readable-stream": "3" + } + }, "node_modules/get-latest-version": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/get-latest-version/-/get-latest-version-5.1.0.tgz", @@ -13774,9 +15297,9 @@ } }, "node_modules/get-uri": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz", - "integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz", + "integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==", "license": "MIT", "dependencies": { "basic-ftp": "^5.0.2", @@ -13794,9 +15317,9 @@ "license": "MIT" }, "node_modules/git-hooks-list": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz", - "integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.2.0.tgz", + "integrity": "sha512-ZHG9a1gEhUMX1TvGrLdyWb9kDopCBbTnI8z4JgRMYxsijWipgjSEYoPWqBuIB0DnRnvqlQSEeVmzpeuPm7NdFQ==", "license": "MIT", "funding": { "url": "https://github.com/fisker/git-hooks-list?sponsor=1" @@ -13831,6 +15354,7 @@ "version": "10.3.10", "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -13932,15 +15456,6 @@ "which": "bin/which" } }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/globalthis": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", @@ -13977,9 +15492,9 @@ } }, "node_modules/globby/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -13990,7 +15505,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -14078,12 +15593,12 @@ "license": "ISC" }, "node_modules/grant": { - "version": "5.4.23", - "resolved": "https://registry.npmjs.org/grant/-/grant-5.4.23.tgz", - "integrity": "sha512-lEMfgem990lWTU+j9jbOKmIsvvetVlwGzsWjoCgKz9zKcP7edI6mjyUA5QUSn7aeBYONTE3WnfhBhvONQGP1Hg==", + "version": "5.4.24", + "resolved": "https://registry.npmjs.org/grant/-/grant-5.4.24.tgz", + "integrity": "sha512-PD5AvSI7wgCBDi2mEd6M/TIe+70c/fVc3Ik4B0s4mloWTy9J800eUEcxivOiyqSP9wvBy2QjWq1JR8gOfDMnEg==", "license": "MIT", "dependencies": { - "qs": "^6.13.0", + "qs": "^6.14.0", "request-compose": "^2.1.7", "request-oauth": "^1.0.1" }, @@ -14091,9 +15606,9 @@ "node": ">=12.0.0" }, "optionalDependencies": { - "cookie": "^0.6.0", - "cookie-signature": "^1.2.1", - "jwk-to-pem": "^2.0.6", + "cookie": "^0.7.2", + "cookie-signature": "^1.2.2", + "jwk-to-pem": "^2.0.7", "jws": "^4.0.0" } }, @@ -14124,21 +15639,6 @@ "safe-buffer": "^5.0.1" } }, - "node_modules/grant/node_modules/qs": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", - "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", - "license": "BSD-3-Clause", - "dependencies": { - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/gzip-size": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", @@ -14282,15 +15782,6 @@ "node": ">=14.0.0" } }, - "node_modules/hexoid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", - "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/highlight.js": { "version": "10.7.3", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", @@ -14351,9 +15842,9 @@ "license": "ISC" }, "node_modules/html-entities": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", + "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", "funding": [ { "type": "github", @@ -14426,9 +15917,9 @@ } }, "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz", + "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -14438,10 +15929,22 @@ ], "license": "MIT", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.2", + "entities": "^7.0.1" + } + }, + "node_modules/htmlparser2/node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/http-assert": { @@ -14492,9 +15995,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", "license": "BSD-2-Clause" }, "node_modules/http-errors": { @@ -14578,12 +16081,12 @@ } }, "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" @@ -14646,9 +16149,9 @@ } }, "node_modules/ignore-walk/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -14678,9 +16181,9 @@ } }, "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", "license": "MIT", "dependencies": { "parent-module": "^1.0.0", @@ -14821,14 +16324,10 @@ } }, "node_modules/ip-address": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", - "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", + "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", "license": "MIT", - "dependencies": { - "jsbn": "1.1.0", - "sprintf-js": "^1.1.3" - }, "engines": { "node": ">= 12" } @@ -14919,13 +16418,14 @@ } }, "node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "license": "MIT", "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -15081,9 +16581,9 @@ } }, "node_modules/is-ssh": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz", - "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz", + "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==", "license": "MIT", "dependencies": { "protocols": "^2.0.1" @@ -15295,9 +16795,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -15322,12 +16822,6 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "license": "BSD-3-Clause" }, - "node_modules/jsbn": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", - "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "license": "MIT" - }, "node_modules/jsesc": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", @@ -15346,6 +16840,12 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "license": "MIT" }, + "node_modules/json-logic-js": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/json-logic-js/-/json-logic-js-2.0.5.tgz", + "integrity": "sha512-rTT2+lqcuUmj4DgWfmzupZqQDA64AdmYqizzMPWj3DxGdfFNsxPpcNVSaTj4l8W2tG/+hg7/mQhxjU3aPacO6g==", + "license": "MIT" + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -15383,9 +16883,9 @@ "license": "MIT" }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" @@ -15411,34 +16911,34 @@ } }, "node_modules/jsonwebtoken/node_modules/jwa": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz", + "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==", "license": "MIT", "dependencies": { - "buffer-equal-constant-time": "1.0.1", + "buffer-equal-constant-time": "^1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" } }, "node_modules/jsonwebtoken/node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz", + "integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==", "license": "MIT", "dependencies": { - "jwa": "^1.4.1", + "jwa": "^1.4.2", "safe-buffer": "^5.0.1" } }, "node_modules/jwa": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", - "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz", + "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==", "license": "MIT", "optional": true, "dependencies": { - "buffer-equal-constant-time": "1.0.1", + "buffer-equal-constant-time": "^1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" } @@ -15472,13 +16972,13 @@ } }, "node_modules/jws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", - "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz", + "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==", "license": "MIT", "optional": true, "dependencies": { - "jwa": "^2.0.0", + "jwa": "^2.0.1", "safe-buffer": "^5.0.1" } }, @@ -15582,11 +17082,10 @@ } }, "node_modules/koa": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.2.tgz", - "integrity": "sha512-MXTeZH3M6AJ8ukW2QZ8wqO3Dcdfh2WRRmjCBkEP+NhKNCiqlO5RDqHmSnsyNrbRJrdjyvIGSJho4vQiWgQJSVA==", + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.3.tgz", + "integrity": "sha512-zPPuIt+ku1iCpFBRwseMcPYQ1cJL8l60rSmKeOuGfOXyE6YnTBmf2aEFNL2HQGrD0cPcLO/t+v9RTgC+fwEh/g==", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", @@ -15720,16 +17219,39 @@ } }, "node_modules/koa-ip": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/koa-ip/-/koa-ip-2.1.3.tgz", - "integrity": "sha512-QLVBByImwDq9enZXVOD3Astk876B7N0IYta7Kik4iyNB462rVzBB1/LD0Ek1F+v9nGUTHBFyhh8043EIlskK9Q==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/koa-ip/-/koa-ip-2.1.4.tgz", + "integrity": "sha512-u2I6lI/FPrMh0MGobP4WWDduMb1Zq6KqX2SAzZCOvhI86W0dzdTzjbmd6qYh49XGfXzaTPxSTC1xqDFb43ag0Q==", "license": "MIT", "dependencies": { - "debug": "4.3.4", + "debug": "4.4.3", "lodash.isplainobject": "4.0.6", "request-ip": "3.3.0" } }, + "node_modules/koa-ip/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/koa-ip/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, "node_modules/koa-is-json": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/koa-is-json/-/koa-is-json-1.0.0.tgz", @@ -15823,6 +17345,15 @@ "node": ">=8.0.0" } }, + "node_modules/koa-session/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/koa-static": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/koa-static/-/koa-static-5.0.0.tgz", @@ -15997,12 +17528,16 @@ } }, "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "license": "MIT", "engines": { "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/loader-utils": { @@ -16033,15 +17568,15 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", "license": "MIT" }, "node_modules/lodash.clonedeep": { @@ -16182,9 +17717,9 @@ "license": "MIT" }, "node_modules/luxon": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", - "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.2.tgz", + "integrity": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==", "license": "MIT", "engines": { "node": ">=12" @@ -16345,6 +17880,15 @@ "integrity": "sha512-E32m0nV9iyhRR7CrhnzL5msqic7rL1juWre6TQNxsnApg7Uf+F97JOKxUijg5YwXz86lZ0mqfOnutoryyNdntQ==", "license": "MIT" }, + "node_modules/markdown-it/node_modules/entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "license": "BSD-2-Clause", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/marked": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", @@ -16401,9 +17945,9 @@ "license": "MIT" }, "node_modules/media-tracks": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/media-tracks/-/media-tracks-0.3.3.tgz", - "integrity": "sha512-9P2FuUHnZZ3iji+2RQk7Zkh5AmZTnOG5fODACnjhCVveX1McY3jmCRHofIEI+yTBqplz7LXy48c7fQ3Uigp88w==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/media-tracks/-/media-tracks-0.3.4.tgz", + "integrity": "sha512-5SUElzGMYXA7bcyZBL1YzLTxH9Iyw1AeYNJxzByqbestrrtB0F3wfiWUr7aROpwodO4fwnxOt78Xjb3o3ONNQg==", "license": "MIT" }, "node_modules/media-typer": { @@ -16477,9 +18021,9 @@ "license": "MIT" }, "node_modules/mime-db": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz", - "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -16652,10 +18196,51 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "license": "MIT" }, + "node_modules/motion": { + "version": "12.23.24", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.24.tgz", + "integrity": "sha512-Rc5E7oe2YZ72N//S3QXGzbnXgqNrTESv8KKxABR20q2FLch9gHLo0JLyYo2hZ238bZ9Gx6cWhj9VO0IgwbMjCw==", + "license": "MIT", + "dependencies": { + "framer-motion": "^12.23.24", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/motion-dom": { + "version": "12.34.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.34.0.tgz", + "integrity": "sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q==", + "license": "MIT", + "dependencies": { + "motion-utils": "^12.29.2" + } + }, + "node_modules/motion-utils": { + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz", + "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==", + "license": "MIT" + }, "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", + "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", "license": "MIT", "engines": { "node": ">=10" @@ -16721,9 +18306,9 @@ "license": "ISC" }, "node_modules/mux-embed": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/mux-embed/-/mux-embed-5.5.0.tgz", - "integrity": "sha512-81XjttB/8aDXMbK6zVD5DSsxbNWlKVrf/ZngxTV7oI8FldD1Ky3q6TTM1GYgZxQIw5txUK8ba30R2zWXpvnmrQ==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/mux-embed/-/mux-embed-5.16.1.tgz", + "integrity": "sha512-XWeOG/nzrfRjdyDajW9VNiP0FuKZhEIHMh8Ybpo8uudQByRSOKH8qOaL+MEGdm7KAHzJunwoyYNodD059Spw/A==", "license": "MIT" }, "node_modules/mz": { @@ -16753,9 +18338,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "funding": [ { "type": "github", @@ -16810,9 +18395,9 @@ } }, "node_modules/node-abi": { - "version": "3.73.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.73.0.tgz", - "integrity": "sha512-z8iYzQGBu35ZkTQ9mtR8RqugJZ9RCLn8fv3d7LsgDBzOijGQP3RdKTX4LA7LXw03ZhU5z0l4xfhIMgSES31+cg==", + "version": "3.87.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.87.0.tgz", + "integrity": "sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==", "license": "MIT", "dependencies": { "semver": "^7.3.5" @@ -16916,9 +18501,9 @@ "license": "0BSD" }, "node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", "license": "MIT" }, "node_modules/node-schedule": { @@ -16936,10 +18521,10 @@ } }, "node_modules/nodemailer": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.1.tgz", - "integrity": "sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==", - "license": "MIT", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.10.1.tgz", + "integrity": "sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==", + "license": "MIT-0", "engines": { "node": ">=6.0.0" } @@ -16988,9 +18573,9 @@ } }, "node_modules/nodemon/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -17116,9 +18701,9 @@ } }, "node_modules/npm-packlist/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -17129,7 +18714,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -17201,9 +18786,9 @@ } }, "node_modules/object-inspect": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", - "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -17608,9 +19193,9 @@ } }, "node_modules/parse-path": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz", - "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz", + "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==", "license": "MIT", "dependencies": { "protocols": "^2.0.0" @@ -17656,21 +19241,6 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5-htmlparser2-tree-adapter/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, "node_modules/parse5-parser-stream": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", @@ -17684,9 +19254,9 @@ } }, "node_modules/parse5/node_modules/entities": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz", - "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -17856,10 +19426,13 @@ "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", - "license": "MIT" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -17882,22 +19455,22 @@ "license": "MIT" }, "node_modules/pg": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.13.1.tgz", - "integrity": "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.18.0.tgz", + "integrity": "sha512-xqrUDL1b9MbkydY/s+VZ6v+xiMUmOUk7SS9d/1kpyQxoJ6U9AO1oIJyUWVZojbfe5Cc/oluutcgFG4L9RDP1iQ==", "license": "MIT", "dependencies": { - "pg-connection-string": "^2.7.0", - "pg-pool": "^3.7.0", - "pg-protocol": "^1.7.0", - "pg-types": "^2.1.0", - "pgpass": "1.x" + "pg-connection-string": "^2.11.0", + "pg-pool": "^3.11.0", + "pg-protocol": "^1.11.0", + "pg-types": "2.2.0", + "pgpass": "1.0.5" }, "engines": { - "node": ">= 8.0.0" + "node": ">= 16.0.0" }, "optionalDependencies": { - "pg-cloudflare": "^1.1.1" + "pg-cloudflare": "^1.3.0" }, "peerDependencies": { "pg-native": ">=3.0.1" @@ -17909,9 +19482,9 @@ } }, "node_modules/pg-cloudflare": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz", - "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz", + "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==", "license": "MIT", "optional": true }, @@ -17931,18 +19504,18 @@ } }, "node_modules/pg-pool": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.0.tgz", - "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.11.0.tgz", + "integrity": "sha512-MJYfvHwtGp870aeusDh+hg9apvOe2zmpZJpyt+BMtzUWlVqbhFmMK6bOBXLBUPd7iRtIF9fZplDc7KrPN3PN7w==", "license": "MIT", "peerDependencies": { "pg": ">=8.0" } }, "node_modules/pg-protocol": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz", - "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.11.0.tgz", + "integrity": "sha512-pfsxk2M9M3BuGgDOfuy37VNRRX3jmKgMjcvAcWqNDpZSf4cUmv8HSOl5ViRQFsfARFn0KuUQTgLxVMbNq5NW3g==", "license": "MIT" }, "node_modules/pg-types": { @@ -17962,9 +19535,9 @@ } }, "node_modules/pg/node_modules/pg-connection-string": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.7.0.tgz", - "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.11.0.tgz", + "integrity": "sha512-kecgoJwhOpxYU21rZjULrmrBJ698U2RxXofKVzOn5UDj61BPj/qMb7diYUR1nLScCDbrztQFl1TaQZT0t1EtzQ==", "license": "MIT" }, "node_modules/pgpass": { @@ -18112,35 +19685,19 @@ } }, "node_modules/plop/node_modules/@types/inquirer": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.7.tgz", - "integrity": "sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.9.tgz", + "integrity": "sha512-/mWx5136gts2Z2e5izdoRCo46lPp5TMs9R15GTSsgg/XnZyxDWVqoVU3R9lWnccKpqwsJLvRoxbCjoJtZB7DSw==", "license": "MIT", "dependencies": { "@types/through": "*", "rxjs": "^7.2.0" } }, - "node_modules/plop/node_modules/aggregate-error": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", - "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", - "license": "MIT", - "dependencies": { - "clean-stack": "^4.0.0", - "indent-string": "^5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/plop/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "license": "MIT", "engines": { "node": ">=12" @@ -18149,20 +19706,10 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/plop/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, "node_modules/plop/node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -18172,39 +19719,10 @@ } }, "node_modules/plop/node_modules/change-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", - "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", - "license": "MIT", - "dependencies": { - "camel-case": "^4.1.2", - "capital-case": "^1.0.4", - "constant-case": "^3.0.4", - "dot-case": "^3.0.4", - "header-case": "^2.0.4", - "no-case": "^3.0.4", - "param-case": "^3.0.4", - "pascal-case": "^3.1.2", - "path-case": "^3.0.4", - "sentence-case": "^3.0.4", - "snake-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/plop/node_modules/clean-stack": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", - "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", - "license": "MIT", - "dependencies": { - "escape-string-regexp": "5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz", + "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==", + "license": "MIT" }, "node_modules/plop/node_modules/cli-width": { "version": "4.1.0", @@ -18215,139 +19733,22 @@ "node": ">= 12" } }, - "node_modules/plop/node_modules/constant-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", - "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", - "license": "MIT", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case": "^2.0.2" - } - }, - "node_modules/plop/node_modules/del": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/del/-/del-7.1.0.tgz", - "integrity": "sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==", - "license": "MIT", - "dependencies": { - "globby": "^13.1.2", - "graceful-fs": "^4.2.10", - "is-glob": "^4.0.3", - "is-path-cwd": "^3.0.0", - "is-path-inside": "^4.0.0", - "p-map": "^5.5.0", - "rimraf": "^3.0.2", - "slash": "^4.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "license": "MIT", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, "node_modules/plop/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "license": "MIT" }, - "node_modules/plop/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/plop/node_modules/globby": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", - "license": "MIT", - "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/header-case": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", - "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", - "license": "MIT", - "dependencies": { - "capital-case": "^1.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/plop/node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/plop/node_modules/inquirer": { - "version": "9.3.7", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.7.tgz", - "integrity": "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==", + "version": "9.3.8", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.8.tgz", + "integrity": "sha512-pFGGdaHrmRKMh4WoDDSowddgjT1Vkl90atobmTeSmcPGdYiwikch/m/Ef5wRaiamHejtw0cUUMMerzDUXCci2w==", "license": "MIT", "dependencies": { + "@inquirer/external-editor": "^1.0.2", "@inquirer/figures": "^1.0.3", "ansi-escapes": "^4.3.2", "cli-width": "^4.1.0", - "external-editor": "^3.1.0", "mute-stream": "1.0.0", "ora": "^5.4.1", "run-async": "^3.0.0", @@ -18409,34 +19810,10 @@ "node": ">=10.13.0" } }, - "node_modules/plop/node_modules/is-path-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz", - "integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==", - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/is-path-inside": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz", - "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/plop/node_modules/isbinaryfile": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", - "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.7.tgz", + "integrity": "sha512-gnWD14Jh3FzS3CPhF0AxNOJ8CxqeblPTADzI38r0wt8ZyQl5edpy75myt08EG2oKvpyiqSqsx+Wkz9vtkbTqYQ==", "license": "MIT", "engines": { "node": ">= 18.0.0" @@ -18445,42 +19822,6 @@ "url": "https://github.com/sponsors/gjtorikian/" } }, - "node_modules/plop/node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/plop/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/plop/node_modules/mkdirp": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", - "license": "MIT", - "bin": { - "mkdirp": "dist/cjs/src/bin.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/plop/node_modules/mute-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", @@ -18490,38 +19831,25 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/plop/node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "license": "MIT", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, "node_modules/plop/node_modules/node-plop": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.32.0.tgz", - "integrity": "sha512-lKFSRSRuDHhwDKMUobdsvaWCbbDRbV3jMUSMiajQSQux1aNUevAZVxUHc2JERI//W8ABPRbi3ebYuSuIzkNIpQ==", + "version": "0.32.3", + "resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.32.3.tgz", + "integrity": "sha512-tn+OxutdqhvoByKJ7p84FZBSUDfUB76bcvj0ugLBvgE9V52LFcnz8cauCDKi6otnctvFCqa9XkrU35pBY5Baig==", "license": "MIT", "dependencies": { - "@types/inquirer": "^9.0.3", - "change-case": "^4.1.2", - "del": "^7.1.0", - "globby": "^13.2.2", + "@types/inquirer": "^9.0.9", + "@types/picomatch": "^4.0.2", + "change-case": "^5.4.4", + "dlv": "^1.1.3", "handlebars": "^4.7.8", - "inquirer": "^9.2.10", - "isbinaryfile": "^5.0.0", - "lodash.get": "^4.4.2", - "lower-case": "^2.0.2", - "mkdirp": "^3.0.1", - "resolve": "^1.22.4", - "title-case": "^3.0.3", - "upper-case": "^2.0.2" + "inquirer": "^9.3.8", + "isbinaryfile": "^5.0.6", + "resolve": "^1.22.10", + "tinyglobby": "^0.2.15", + "title-case": "^4.3.2" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" } }, "node_modules/plop/node_modules/onetime": { @@ -18540,9 +19868,9 @@ } }, "node_modules/plop/node_modules/ora": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-8.1.1.tgz", - "integrity": "sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz", + "integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==", "license": "MIT", "dependencies": { "chalk": "^5.3.0", @@ -18647,9 +19975,9 @@ } }, "node_modules/plop/node_modules/ora/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" @@ -18661,31 +19989,6 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/plop/node_modules/p-map": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", - "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==", - "license": "MIT", - "dependencies": { - "aggregate-error": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/path-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", - "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", - "license": "MIT", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, "node_modules/plop/node_modules/restore-cursor": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", @@ -18702,22 +20005,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/plop/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/plop/node_modules/run-async": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz", @@ -18727,17 +20014,6 @@ "node": ">=0.12.0" } }, - "node_modules/plop/node_modules/sentence-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", - "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", - "license": "MIT", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - } - }, "node_modules/plop/node_modules/signal-exit": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", @@ -18750,54 +20026,11 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/plop/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plop/node_modules/snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "license": "MIT", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, "node_modules/plop/node_modules/title-case": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz", - "integrity": "sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/plop/node_modules/upper-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", - "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/plop/node_modules/upper-case-first": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", - "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.3" - } + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/title-case/-/title-case-4.3.2.tgz", + "integrity": "sha512-I/nkcBo73mO42Idfv08jhInV61IMb61OdIFxk+B4Gu1oBjWBPOLmhZdsli+oJCVaD+86pYQA93cJfFt224ZFAA==", + "license": "MIT" }, "node_modules/plop/node_modules/wrap-ansi": { "version": "6.2.0", @@ -18832,9 +20065,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "funding": [ { "type": "opencollective", @@ -18850,9 +20083,8 @@ } ], "license": "MIT", - "peer": true, "dependencies": { - "nanoid": "^3.3.8", + "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -18920,9 +20152,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", - "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -18948,9 +20180,9 @@ } }, "node_modules/postgres-bytea": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", - "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz", + "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -19164,9 +20396,9 @@ "license": "MIT" }, "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", "license": "MIT", "engines": { "node": ">=6" @@ -19187,16 +20419,6 @@ "node": ">=0.4.0" } }, - "node_modules/progress-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/progress-stream/-/progress-stream-2.0.0.tgz", - "integrity": "sha512-xJwOWR46jcXUq6EH9yYyqp+I52skPySOeHfkxOZ2IY1AiBi/sFJhbhAKHoV3OTw/omQ45KTio9215dRJ2Yxd3Q==", - "license": "BSD-2-Clause", - "dependencies": { - "speedometer": "~1.0.0", - "through2": "~2.0.3" - } - }, "node_modules/prompts": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", @@ -19240,9 +20462,9 @@ "license": "ISC" }, "node_modules/protocols": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz", - "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz", + "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==", "license": "MIT" }, "node_modules/proxy-agent": { @@ -19286,9 +20508,9 @@ "license": "MIT" }, "node_modules/pump": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", - "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", + "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", @@ -19305,17 +20527,17 @@ } }, "node_modules/puppeteer": { - "version": "24.4.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.4.0.tgz", - "integrity": "sha512-E4JhJzjS8AAI+6N/b+Utwarhz6zWl3+MR725fal+s3UlOlX2eWdsvYYU+Q5bXMjs9eZEGkNQroLkn7j11s2k1Q==", + "version": "24.37.2", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.37.2.tgz", + "integrity": "sha512-FV1W/919ve0y0oiS/3Rp5XY4MUNUokpZOH/5M4MMDfrrvh6T9VbdKvAHrAFHBuCxvluDxhjra20W7Iz6HJUcIQ==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.8.0", - "chromium-bidi": "2.1.2", + "@puppeteer/browsers": "2.12.0", + "chromium-bidi": "13.1.1", "cosmiconfig": "^9.0.0", - "devtools-protocol": "0.0.1413902", - "puppeteer-core": "24.4.0", + "devtools-protocol": "0.0.1566079", + "puppeteer-core": "24.37.2", "typed-query-selector": "^2.12.0" }, "bin": { @@ -19326,26 +20548,27 @@ } }, "node_modules/puppeteer-core": { - "version": "24.4.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.4.0.tgz", - "integrity": "sha512-eFw66gCnWo0X8Hyf9KxxJtms7a61NJVMiSaWfItsFPzFBsjsWdmcNlBdsA1WVwln6neoHhsG+uTVesKmTREn/g==", + "version": "24.37.2", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.37.2.tgz", + "integrity": "sha512-nN8qwE3TGF2vA/+xemPxbesntTuqD9vCGOiZL2uh8HES3pPzLX20MyQjB42dH2rhQ3W3TljZ4ZaKZ0yX/abQuw==", "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.8.0", - "chromium-bidi": "2.1.2", - "debug": "^4.4.0", - "devtools-protocol": "0.0.1413902", + "@puppeteer/browsers": "2.12.0", + "chromium-bidi": "13.1.1", + "debug": "^4.4.3", + "devtools-protocol": "0.0.1566079", "typed-query-selector": "^2.12.0", - "ws": "^8.18.1" + "webdriver-bidi-protocol": "0.4.0", + "ws": "^8.19.0" }, "engines": { "node": ">=18" } }, "node_modules/puppeteer-core/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -19366,9 +20589,9 @@ "license": "MIT" }, "node_modules/puppeteer-core/node_modules/ws": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -19413,9 +20636,9 @@ } }, "node_modules/puppeteer/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -19441,12 +20664,12 @@ } }, "node_modules/qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz", + "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.1.0" }, "engines": { "node": ">=0.6" @@ -19475,12 +20698,6 @@ ], "license": "MIT" }, - "node_modules/queue-tick": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", - "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", - "license": "MIT" - }, "node_modules/quick-lru": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", @@ -19512,20 +20729,61 @@ } }, "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", + "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", "license": "MIT", "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "unpipe": "~1.0.0" }, "engines": { "node": ">= 0.8" } }, + "node_modules/raw-body/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/raw-body/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/raw-body/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", @@ -19552,7 +20810,6 @@ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -19604,7 +20861,6 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -19752,7 +21008,6 @@ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -19805,12 +21060,12 @@ } }, "node_modules/react-router": { - "version": "6.28.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.2.tgz", - "integrity": "sha512-BgFY7+wEGVjHCiqaj2XiUBQ1kkzfg6UoKYwEe0wv+FF+HNPCxtS/MVPvLAPH++EsuCMReZl9RYVGqcHLk5ms3A==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.3.tgz", + "integrity": "sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==", "license": "MIT", "dependencies": { - "@remix-run/router": "1.21.1" + "@remix-run/router": "1.23.2" }, "engines": { "node": ">=14.0.0" @@ -19820,14 +21075,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.28.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.2.tgz", - "integrity": "sha512-O81EWqNJWqvlN/a7eTudAdQm0TbI7hw+WIi7OwwMcTn5JMyZ0ibTFNGz+t+Lju0df4LcqowCegcrK22lB1q9Kw==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.3.tgz", + "integrity": "sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==", "license": "MIT", - "peer": true, "dependencies": { - "@remix-run/router": "1.21.1", - "react-router": "6.28.2" + "@remix-run/router": "1.23.2", + "react-router": "6.30.3" }, "engines": { "node": ">=14.0.0" @@ -20065,7 +21319,6 @@ "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.9.2" } @@ -20079,19 +21332,13 @@ "redux": "^4" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, "node_modules/registry-auth-token": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.3.tgz", - "integrity": "sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz", + "integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==", "license": "MIT", "dependencies": { - "@pnpm/npm-conf": "^2.1.0" + "@pnpm/npm-conf": "^3.0.2" }, "engines": { "node": ">=14" @@ -20137,6 +21384,93 @@ "strip-ansi": "^6.0.1" } }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "license": "MIT", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "license": "BSD-2-Clause", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "license": "BSD-2-Clause", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, "node_modules/request-compose": { "version": "2.1.7", "resolved": "https://registry.npmjs.org/request-compose/-/request-compose-2.1.7.tgz", @@ -20168,6 +21502,15 @@ "node": ">=8.0.0" } }, + "node_modules/request-multipart/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/request-oauth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/request-oauth/-/request-oauth-1.0.1.tgz", @@ -20182,6 +21525,15 @@ "node": ">=8.0.0" } }, + "node_modules/request-oauth/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -20207,12 +21559,12 @@ "license": "MIT" }, "node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", "license": "MIT", "dependencies": { - "is-core-module": "^2.16.0", + "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -20359,9 +21711,9 @@ } }, "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", "license": "MIT", "engines": { "iojs": ">=1.0.0", @@ -20404,12 +21756,12 @@ } }, "node_modules/rollup": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.32.0.tgz", - "integrity": "sha512-JmrhfQR31Q4AuNBjjAX4s+a/Pu/Q8Q9iwjWBsjRH1q52SPFE2NqRMK6fUZKKnvKO6id+h7JIRf0oYsph53eATg==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz", + "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==", "license": "MIT", "dependencies": { - "@types/estree": "1.0.6" + "@types/estree": "1.0.8" }, "bin": { "rollup": "dist/bin/rollup" @@ -20419,25 +21771,31 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.32.0", - "@rollup/rollup-android-arm64": "4.32.0", - "@rollup/rollup-darwin-arm64": "4.32.0", - "@rollup/rollup-darwin-x64": "4.32.0", - "@rollup/rollup-freebsd-arm64": "4.32.0", - "@rollup/rollup-freebsd-x64": "4.32.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.32.0", - "@rollup/rollup-linux-arm-musleabihf": "4.32.0", - "@rollup/rollup-linux-arm64-gnu": "4.32.0", - "@rollup/rollup-linux-arm64-musl": "4.32.0", - "@rollup/rollup-linux-loongarch64-gnu": "4.32.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.32.0", - "@rollup/rollup-linux-riscv64-gnu": "4.32.0", - "@rollup/rollup-linux-s390x-gnu": "4.32.0", - "@rollup/rollup-linux-x64-gnu": "4.32.0", - "@rollup/rollup-linux-x64-musl": "4.32.0", - "@rollup/rollup-win32-arm64-msvc": "4.32.0", - "@rollup/rollup-win32-ia32-msvc": "4.32.0", - "@rollup/rollup-win32-x64-msvc": "4.32.0", + "@rollup/rollup-android-arm-eabi": "4.57.1", + "@rollup/rollup-android-arm64": "4.57.1", + "@rollup/rollup-darwin-arm64": "4.57.1", + "@rollup/rollup-darwin-x64": "4.57.1", + "@rollup/rollup-freebsd-arm64": "4.57.1", + "@rollup/rollup-freebsd-x64": "4.57.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.57.1", + "@rollup/rollup-linux-arm-musleabihf": "4.57.1", + "@rollup/rollup-linux-arm64-gnu": "4.57.1", + "@rollup/rollup-linux-arm64-musl": "4.57.1", + "@rollup/rollup-linux-loong64-gnu": "4.57.1", + "@rollup/rollup-linux-loong64-musl": "4.57.1", + "@rollup/rollup-linux-ppc64-gnu": "4.57.1", + "@rollup/rollup-linux-ppc64-musl": "4.57.1", + "@rollup/rollup-linux-riscv64-gnu": "4.57.1", + "@rollup/rollup-linux-riscv64-musl": "4.57.1", + "@rollup/rollup-linux-s390x-gnu": "4.57.1", + "@rollup/rollup-linux-x64-gnu": "4.57.1", + "@rollup/rollup-linux-x64-musl": "4.57.1", + "@rollup/rollup-openbsd-x64": "4.57.1", + "@rollup/rollup-openharmony-arm64": "4.57.1", + "@rollup/rollup-win32-arm64-msvc": "4.57.1", + "@rollup/rollup-win32-ia32-msvc": "4.57.1", + "@rollup/rollup-win32-x64-gnu": "4.57.1", + "@rollup/rollup-win32-x64-msvc": "4.57.1", "fsevents": "~2.3.2" } }, @@ -20548,61 +21906,6 @@ "postcss": "^8.3.11" } }, - "node_modules/sanitize-html/node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/sanitize-html/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/sanitize-html/node_modules/domutils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", - "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", - "license": "BSD-2-Clause", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/sanitize-html/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/sanitize-html/node_modules/htmlparser2": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", @@ -20627,15 +21930,14 @@ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" } }, "node_modules/schema-utils": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz", - "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", @@ -20775,10 +22077,24 @@ "url": "https://opencollective.com/libvips" } }, + "node_modules/sharp/node_modules/b4a": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", + "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", + "license": "Apache-2.0", + "peerDependencies": { + "react-native-b4a": "*" + }, + "peerDependenciesMeta": { + "react-native-b4a": { + "optional": true + } + } + }, "node_modules/sharp/node_modules/tar-fs": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.8.tgz", - "integrity": "sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", + "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", "license": "MIT", "dependencies": { "pump": "^3.0.0", @@ -20822,9 +22138,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", - "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -20990,18 +22306,18 @@ } }, "node_modules/simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", + "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", "license": "MIT", "dependencies": { "is-arrayish": "^0.3.1" } }, "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", + "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", "license": "MIT" }, "node_modules/simple-update-notifier": { @@ -21050,7 +22366,6 @@ "resolved": "https://registry.npmjs.org/slate/-/slate-0.94.1.tgz", "integrity": "sha512-GH/yizXr1ceBoZ9P9uebIaHe3dC/g6Plpf9nlUwnvoyf6V1UOYrRwkabtOCd3ZfIGxomY4P7lfgLr7FPH8/BKA==", "license": "MIT", - "peer": true, "dependencies": { "immer": "^9.0.6", "is-plain-object": "^5.0.0", @@ -21111,12 +22426,12 @@ } }, "node_modules/socks": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz", - "integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz", + "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==", "license": "MIT", "dependencies": { - "ip-address": "^9.0.5", + "ip-address": "^10.0.1", "smart-buffer": "^4.2.0" }, "engines": { @@ -21138,6 +22453,16 @@ "node": ">= 14" } }, + "node_modules/sonner": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz", + "integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==", + "license": "MIT", + "peerDependencies": { + "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc", + "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc" + } + }, "node_modules/sort-object-keys": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz", @@ -21183,9 +22508,9 @@ } }, "node_modules/sort-package-json/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -21219,12 +22544,12 @@ "license": "MIT" }, "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", + "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", "license": "BSD-3-Clause", "engines": { - "node": ">= 8" + "node": ">= 12" } }, "node_modules/source-map-js": { @@ -21287,17 +22612,11 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", - "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz", + "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", "license": "CC0-1.0" }, - "node_modules/speedometer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/speedometer/-/speedometer-1.0.0.tgz", - "integrity": "sha512-lgxErLl/7A5+vgIIXsh9MbeukOaCb2axgQ+bKCdIE+ibNT4XNYGNCR1qFEGq6F+YDASXK3Fh/c5FgtZchFolxw==", - "license": "MIT" - }, "node_modules/split2": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", @@ -21350,12 +22669,12 @@ } }, "node_modules/strapi-v5-plugin-populate-deep": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/strapi-v5-plugin-populate-deep/-/strapi-v5-plugin-populate-deep-4.0.5.tgz", - "integrity": "sha512-se5WE8rWxVx+BX904tESoZsRJYJg7VtGWZNeNGhirJGhuUJV5UgAP38Jiq5kPdyT3rASiwfCJxvXgMAfTh3Y5A==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/strapi-v5-plugin-populate-deep/-/strapi-v5-plugin-populate-deep-4.0.6.tgz", + "integrity": "sha512-2516EkiHFmLk3etC3mp5HZ7B1m4QBmulrSF3IAtPKiWu2ZHpPgGk85xEEYJdxCmGvhI1UXAvm2OshnHaS3j6Cg==", "license": "MIT", "engines": { - "node": ">=18.0.0 <=22.x.x", + "node": ">=18.0.0 <=24.x.x", "npm": ">=6.0.0" } }, @@ -21414,17 +22733,14 @@ "license": "MIT" }, "node_modules/streamx": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz", - "integrity": "sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz", + "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==", "license": "MIT", "dependencies": { + "events-universal": "^1.0.0", "fast-fifo": "^1.3.2", - "queue-tick": "^1.0.1", "text-decoder": "^1.1.0" - }, - "optionalDependencies": { - "bare-events": "^2.2.0" } }, "node_modules/string_decoder": { @@ -21552,27 +22868,26 @@ } }, "node_modules/style-mod": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz", - "integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz", + "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==", "license": "MIT" }, "node_modules/styled-components": { - "version": "6.1.14", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.14.tgz", - "integrity": "sha512-KtfwhU5jw7UoxdM0g6XU9VZQFV4do+KrM8idiVCH5h4v49W+3p3yMe0icYwJgZQZepa5DbH04Qv8P0/RdcLcgg==", + "version": "6.3.9", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.3.9.tgz", + "integrity": "sha512-J72R4ltw0UBVUlEjTzI0gg2STOqlI9JBhQOL4Dxt7aJOnnSesy0qJDn4PYfMCafk9cWOaVg129Pesl5o+DIh0Q==", "license": "MIT", - "peer": true, "dependencies": { - "@emotion/is-prop-valid": "1.2.2", - "@emotion/unitless": "0.8.1", - "@types/stylis": "4.2.5", + "@emotion/is-prop-valid": "1.4.0", + "@emotion/unitless": "0.10.0", + "@types/stylis": "4.2.7", "css-to-react-native": "3.2.0", - "csstype": "3.1.3", - "postcss": "8.4.38", + "csstype": "3.2.3", + "postcss": "8.4.49", "shallowequal": "1.1.0", - "stylis": "4.3.2", - "tslib": "2.6.2" + "stylis": "4.3.6", + "tslib": "2.8.1" }, "engines": { "node": ">= 16" @@ -21584,18 +22899,17 @@ "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + } } }, - "node_modules/styled-components/node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==", - "license": "MIT" - }, "node_modules/styled-components/node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -21613,25 +22927,19 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" } }, "node_modules/styled-components/node_modules/stylis": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.2.tgz", - "integrity": "sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz", + "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", "license": "MIT" }, - "node_modules/styled-components/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "license": "0BSD" - }, "node_modules/stylis": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", @@ -21695,18 +23003,23 @@ } }, "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", "license": "MIT", "engines": { "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/tar": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "deprecated": "Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "chownr": "^2.0.0", @@ -21721,9 +23034,9 @@ } }, "node_modules/tar-fs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz", - "integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", + "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", "license": "MIT", "dependencies": { "chownr": "^1.1.1", @@ -21796,14 +23109,13 @@ } }, "node_modules/terser": { - "version": "5.37.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.37.0.tgz", - "integrity": "sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==", + "version": "5.46.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz", + "integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==", "license": "BSD-2-Clause", - "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", + "acorn": "^8.15.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -21815,9 +23127,9 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.11", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz", - "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==", + "version": "5.3.16", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz", + "integrity": "sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -21863,6 +23175,20 @@ "b4a": "^1.6.4" } }, + "node_modules/text-decoder/node_modules/b4a": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz", + "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==", + "license": "Apache-2.0", + "peerDependencies": { + "react-native-b4a": "*" + }, + "peerDependenciesMeta": { + "react-native-b4a": { + "optional": true + } + } + }, "node_modules/text-hex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", @@ -21963,6 +23289,51 @@ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", "license": "MIT" }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/title-case": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz", @@ -22080,7 +23451,6 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "license": "(MIT OR CC0-1.0)", - "peer": true, "engines": { "node": ">=10" }, @@ -22121,7 +23491,6 @@ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz", "integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==", "license": "Apache-2.0", - "peer": true, "dependencies": { "lunr": "^2.3.9", "marked": "^4.3.0", @@ -22153,7 +23522,6 @@ "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz", "integrity": "sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==", "license": "MIT", - "peer": true, "dependencies": { "handlebars": "^4.7.7" }, @@ -22166,7 +23534,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -22211,9 +23578,9 @@ } }, "node_modules/umzug/node_modules/type-fest": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.33.0.tgz", - "integrity": "sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" @@ -22247,9 +23614,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "license": "MIT" }, "node_modules/unique-string": { @@ -22302,9 +23669,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz", - "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", "funding": [ { "type": "opencollective", @@ -22382,30 +23749,10 @@ } } }, - "node_modules/use-context-selector": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz", - "integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": "*", - "react-native": "*", - "scheduler": ">=0.19.0" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, "node_modules/use-isomorphic-layout-effect": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.0.tgz", - "integrity": "sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz", + "integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -22439,9 +23786,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", - "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -22469,9 +23816,13 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { "uuid": "dist/bin/uuid" @@ -22510,7 +23861,6 @@ "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.14.tgz", "integrity": "sha512-TFQLuwWLPms+NBNlh0D9LZQ+HXW471COABxw/9TEUBrjuHMo9BrYBPrN/SYAwIuVL+rLerycxiLT41t4f5MZpA==", "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.20.1", "postcss": "^8.4.38", @@ -22986,9 +24336,9 @@ "license": "MIT" }, "node_modules/watchpack": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", - "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz", + "integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==", "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", @@ -23007,36 +24357,43 @@ "defaults": "^1.0.3" } }, + "node_modules/webdriver-bidi-protocol": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.0.tgz", + "integrity": "sha512-U9VIlNRrq94d1xxR9JrCEAx5Gv/2W7ERSv8oWRoNe/QYbfccS0V3h/H6qeNeCRJxXGMhhnkqvwNrvPAYeuP9VA==", + "license": "Apache-2.0" + }, "node_modules/webpack": { - "version": "5.97.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", - "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", + "version": "5.105.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz", + "integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==", "license": "MIT", - "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.7", - "@types/estree": "^1.0.6", + "@types/estree": "^1.0.8", + "@types/json-schema": "^7.0.15", "@webassemblyjs/ast": "^1.14.1", "@webassemblyjs/wasm-edit": "^1.14.1", "@webassemblyjs/wasm-parser": "^1.14.1", - "acorn": "^8.14.0", - "browserslist": "^4.24.0", + "acorn": "^8.15.0", + "acorn-import-phases": "^1.0.3", + "browserslist": "^4.28.1", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.1", - "es-module-lexer": "^1.2.1", + "enhanced-resolve": "^5.19.0", + "es-module-lexer": "^2.0.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", + "loader-runner": "^4.3.1", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" + "schema-utils": "^4.3.3", + "tapable": "^2.3.0", + "terser-webpack-plugin": "^5.3.16", + "watchpack": "^2.5.1", + "webpack-sources": "^3.3.3" }, "bin": { "webpack": "bin/webpack.js" @@ -23143,7 +24500,6 @@ "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz", "integrity": "sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==", "license": "MIT", - "peer": true, "dependencies": { "ansi-html-community": "0.0.8", "html-entities": "^2.1.0", @@ -23169,60 +24525,10 @@ "node": ">=0.10.0" } }, - "node_modules/webpack/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "license": "MIT", - "peer": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/webpack/node_modules/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==", - "license": "MIT" - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/webpack/node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", + "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -23232,6 +24538,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" @@ -23240,18 +24547,6 @@ "node": ">=18" } }, - "node_modules/whatwg-encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/whatwg-mimetype": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", @@ -23549,9 +24844,9 @@ } }, "node_modules/yalc/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -23596,7 +24891,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -23753,9 +25048,9 @@ } }, "node_modules/yoctocolors-cjs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz", - "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz", + "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==", "license": "MIT", "engines": { "node": ">=18" @@ -23783,9 +25078,9 @@ } }, "node_modules/zod": { - "version": "3.24.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", - "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", + "version": "3.25.67", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.67.tgz", + "integrity": "sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 181a23d..5c90a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harmony-back", - "version": "0.12.19", + "version": "0.12.20", "private": true, "description": "A Strapi application", "scripts": { diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 40aaacf..1526ba8 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2026-01-18T23:07:12.280Z" + "x-generation-date": "2026-02-12T08:13:31.337Z" }, "x-strapi-config": { "plugins": [ @@ -16622,7 +16622,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16651,7 +16658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16682,7 +16696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16702,7 +16723,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16714,7 +16742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16737,7 +16772,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16770,7 +16812,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16790,7 +16839,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16804,7 +16860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16822,7 +16885,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16845,7 +16915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16856,7 +16933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16872,7 +16956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16899,7 +16990,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16910,7 +17008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16926,7 +17031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16959,7 +17071,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16970,7 +17089,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -16986,7 +17112,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17000,7 +17133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17016,7 +17156,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17033,7 +17180,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17057,7 +17211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17068,7 +17229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17084,7 +17252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17098,7 +17273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17148,7 +17330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17160,7 +17349,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17175,7 +17371,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17188,7 +17391,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17202,7 +17412,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17252,7 +17469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17264,7 +17488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17290,7 +17521,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17301,7 +17539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17317,7 +17562,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17347,7 +17599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17358,7 +17617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17374,7 +17640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17403,7 +17676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17414,7 +17694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17430,7 +17717,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17444,7 +17738,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17456,7 +17757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17506,7 +17814,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17518,7 +17833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17544,7 +17866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17555,7 +17884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17571,7 +17907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17597,7 +17940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17610,7 +17960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17624,7 +17981,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17638,7 +18002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17650,7 +18021,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17700,7 +18078,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17712,7 +18097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17738,7 +18130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17749,7 +18148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17765,7 +18171,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17779,7 +18192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17795,7 +18215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17810,7 +18237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17823,7 +18257,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17841,7 +18282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17852,7 +18300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17902,7 +18357,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17914,7 +18376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17940,7 +18409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17951,7 +18427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -17967,7 +18450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18010,7 +18500,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18021,7 +18518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18037,7 +18541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18064,7 +18575,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18075,7 +18593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18091,7 +18616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18118,7 +18650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18129,7 +18668,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18145,7 +18691,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18162,7 +18715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18185,7 +18745,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18257,7 +18824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18268,7 +18842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18284,7 +18865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18301,7 +18889,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18322,7 +18917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18345,7 +18947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18356,7 +18965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18372,7 +18988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18399,7 +19022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18408,7 +19038,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18419,7 +19056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18456,7 +19100,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18467,7 +19118,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18483,7 +19141,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18500,7 +19165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18515,7 +19187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18526,7 +19205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18549,7 +19235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18560,7 +19253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18576,7 +19276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18593,7 +19300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18613,7 +19327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18626,7 +19347,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18641,7 +19369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18652,7 +19387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18663,7 +19405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18686,7 +19435,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18697,7 +19453,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18713,7 +19476,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18740,7 +19510,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18751,7 +19528,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18767,7 +19551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18794,7 +19585,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18805,7 +19603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18821,7 +19626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18837,7 +19649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18851,7 +19670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18863,7 +19689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18874,7 +19707,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18924,7 +19764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18936,7 +19783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18962,7 +19816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18973,7 +19834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -18989,7 +19857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19023,6 +19898,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -19034,7 +19910,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -19047,7 +19926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19068,7 +19954,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19091,7 +19984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19102,7 +20002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19118,7 +20025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19135,7 +20049,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19149,7 +20070,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19163,7 +20091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19177,7 +20112,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19186,7 +20128,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19197,7 +20146,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19212,7 +20168,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19262,7 +20225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19274,7 +20244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19300,7 +20277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19311,7 +20295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19327,7 +20318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19357,7 +20355,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19395,7 +20400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19406,7 +20418,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19422,7 +20441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19460,7 +20486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19471,7 +20504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19487,7 +20527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19504,7 +20551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19518,7 +20572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19568,7 +20629,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19580,7 +20648,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19606,7 +20681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19617,7 +20699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19633,7 +20722,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19650,7 +20746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19672,7 +20775,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19686,7 +20796,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19698,7 +20815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19711,7 +20835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19735,7 +20866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19746,7 +20884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19762,7 +20907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19794,7 +20946,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19803,7 +20962,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19836,7 +21002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19862,7 +21035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19873,7 +21053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19889,7 +21076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19906,7 +21100,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19930,7 +21131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19941,7 +21149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19957,7 +21172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19974,7 +21196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19983,7 +21212,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -19994,7 +21230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20028,7 +21271,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20037,7 +21287,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20048,7 +21305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20077,7 +21341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20088,7 +21359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20104,7 +21382,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20131,7 +21416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20142,7 +21434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20158,7 +21457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20175,7 +21481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20189,7 +21502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20206,7 +21526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20253,7 +21580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20264,7 +21598,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20280,7 +21621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20317,7 +21665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20367,7 +21722,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20379,7 +21741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20405,7 +21774,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20416,7 +21792,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20432,7 +21815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20459,7 +21849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20470,7 +21867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20486,7 +21890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20515,7 +21926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20549,7 +21967,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20599,7 +22024,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20611,7 +22043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20637,7 +22076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20648,7 +22094,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20664,7 +22117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20691,7 +22151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20702,7 +22169,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20718,7 +22192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20746,7 +22227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "tag": { "type": "string" @@ -20757,7 +22245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "module": { "type": "string", @@ -20781,7 +22276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "activityMessage": { "type": "string" @@ -20797,7 +22299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20847,7 +22356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20859,7 +22375,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20885,7 +22408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20896,7 +22426,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20912,7 +22449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -20939,7 +22483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "emailNotification": { "type": "boolean" @@ -20956,7 +22507,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "profileVisibility": { "type": "string", @@ -21077,7 +22635,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21092,7 +22657,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21104,7 +22676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21154,7 +22733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21166,7 +22752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21181,7 +22774,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21194,7 +22794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21208,7 +22815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21258,7 +22872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21270,7 +22891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21296,7 +22924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21329,7 +22964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21349,7 +22991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21363,7 +23012,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21381,7 +23037,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21404,7 +23067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21415,7 +23085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21431,7 +23108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21458,7 +23142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21469,7 +23160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21485,7 +23183,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21518,7 +23223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21529,7 +23241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21545,7 +23264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21559,7 +23285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21575,7 +23308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21605,7 +23345,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21616,7 +23363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21632,7 +23386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21661,7 +23422,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21672,7 +23440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21688,7 +23463,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21714,7 +23496,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21745,7 +23534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21765,7 +23561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21777,7 +23580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21800,7 +23610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21811,7 +23628,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21827,7 +23651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21844,7 +23675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21868,7 +23706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21879,7 +23724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21895,7 +23747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21909,7 +23768,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21959,7 +23825,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21971,7 +23844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -21997,7 +23877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22008,7 +23895,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22024,7 +23918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22038,7 +23939,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22051,7 +23959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22065,7 +23980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22077,7 +23999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22089,7 +24018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22139,7 +24075,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22151,7 +24094,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22177,7 +24127,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22188,7 +24145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22204,7 +24168,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22218,7 +24189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22234,7 +24212,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22249,7 +24234,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22262,7 +24254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22280,7 +24279,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22291,7 +24297,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22341,7 +24354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22353,7 +24373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22379,7 +24406,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22390,7 +24424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22406,7 +24447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22449,7 +24497,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22460,7 +24515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22476,7 +24538,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22503,7 +24572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22514,7 +24590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22530,7 +24613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22557,7 +24647,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22568,7 +24665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22584,7 +24688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22598,7 +24709,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22648,7 +24766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22660,7 +24785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22686,7 +24818,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22697,7 +24836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22713,7 +24859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22747,6 +24900,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -22758,7 +24912,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -22771,7 +24928,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22792,7 +24956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22815,7 +24986,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22826,7 +25004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22842,7 +25027,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22859,7 +25051,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22868,7 +25067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22879,7 +25085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22916,7 +25129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22927,7 +25147,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22943,7 +25170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22960,7 +25194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22975,7 +25216,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -22986,7 +25234,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23009,7 +25264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23020,7 +25282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23036,7 +25305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23053,7 +25329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23067,7 +25350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23076,7 +25366,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23087,7 +25384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23102,7 +25406,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23152,7 +25463,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23164,7 +25482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23190,7 +25515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23201,7 +25533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23217,7 +25556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23247,7 +25593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23285,7 +25638,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23296,7 +25656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23312,7 +25679,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23350,7 +25724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23361,7 +25742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23377,7 +25765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23394,7 +25789,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23408,7 +25810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23458,7 +25867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23470,7 +25886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23496,7 +25919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23507,7 +25937,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23523,7 +25960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23540,7 +25984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23562,7 +26013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23576,7 +26034,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23588,7 +26053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23601,7 +26073,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23625,7 +26104,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23636,7 +26122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23652,7 +26145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23684,7 +26184,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23693,7 +26200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23726,7 +26240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23752,7 +26273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23763,7 +26291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23779,7 +26314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23796,7 +26338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23820,7 +26369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23831,7 +26387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23847,7 +26410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23864,7 +26434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23873,7 +26450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23884,7 +26468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23918,7 +26509,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23927,7 +26525,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23938,7 +26543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23967,7 +26579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23978,7 +26597,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -23994,7 +26620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24021,7 +26654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24032,7 +26672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24048,7 +26695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24065,7 +26719,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24079,7 +26740,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24096,7 +26764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24143,7 +26818,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24154,7 +26836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24170,7 +26859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24186,7 +26882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24200,7 +26903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24214,7 +26924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24228,7 +26945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24251,7 +26975,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24323,7 +27054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24334,7 +27072,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24350,7 +27095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24367,7 +27119,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24388,7 +27147,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24411,7 +27177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24422,7 +27195,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24438,7 +27218,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24465,7 +27252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24479,7 +27273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24493,7 +27294,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24513,7 +27321,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24526,7 +27341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24541,7 +27363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24552,7 +27381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24563,7 +27399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24586,7 +27429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24597,7 +27447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24613,7 +27470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24640,7 +27504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24651,7 +27522,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24667,7 +27545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24694,7 +27579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24705,7 +27597,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24721,7 +27620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24735,7 +27641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24758,7 +27671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24769,7 +27689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24785,7 +27712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24893,7 +27827,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24905,7 +27846,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24955,7 +27903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24967,7 +27922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24982,7 +27944,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -24995,7 +27964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25009,7 +27985,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25059,7 +28042,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25071,7 +28061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25097,7 +28094,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25130,7 +28134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25150,7 +28161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25164,7 +28182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25182,7 +28207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25205,7 +28237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25216,7 +28255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25232,7 +28278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25259,7 +28312,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25270,7 +28330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25286,7 +28353,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25319,7 +28393,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25330,7 +28411,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25346,7 +28434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25360,7 +28455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25376,7 +28478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25406,7 +28515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25417,7 +28533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25433,7 +28556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25462,7 +28592,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25473,7 +28610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25489,7 +28633,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25503,7 +28654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25515,7 +28673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25565,7 +28730,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25577,7 +28749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25603,7 +28782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25614,7 +28800,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25630,7 +28823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25656,7 +28856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25687,7 +28894,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25707,7 +28921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25719,7 +28940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25742,7 +28970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25753,7 +28988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25769,7 +29011,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25786,7 +29035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25810,7 +29066,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25821,7 +29084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25837,7 +29107,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25851,7 +29128,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25901,7 +29185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25913,7 +29204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25939,7 +29237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25950,7 +29255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25966,7 +29278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25980,7 +29299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -25993,7 +29319,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26007,7 +29340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26019,7 +29359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26031,7 +29378,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26081,7 +29435,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26093,7 +29454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26119,7 +29487,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26130,7 +29505,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26146,7 +29528,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26160,7 +29549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26176,7 +29572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26191,7 +29594,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26204,7 +29614,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26222,7 +29639,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26233,7 +29657,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26283,7 +29714,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26295,7 +29733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26321,7 +29766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26332,7 +29784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26348,7 +29807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26391,7 +29857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26402,7 +29875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26418,7 +29898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26445,7 +29932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26456,7 +29950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26472,7 +29973,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26499,7 +30007,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26510,7 +30025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26526,7 +30048,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26540,7 +30069,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26590,7 +30126,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26602,7 +30145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26628,7 +30178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26639,7 +30196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26655,7 +30219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26689,6 +30260,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -26700,7 +30272,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -26713,7 +30288,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26734,7 +30316,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26757,7 +30346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26768,7 +30364,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26784,7 +30387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26801,7 +30411,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26810,7 +30427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26821,7 +30445,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26858,7 +30489,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26869,7 +30507,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26885,7 +30530,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26902,7 +30554,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26917,7 +30576,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26928,7 +30594,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26951,7 +30624,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26962,7 +30642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26978,7 +30665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -26995,7 +30689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27009,7 +30710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27018,7 +30726,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27029,7 +30744,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27044,7 +30766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27094,7 +30823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27106,7 +30842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27132,7 +30875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27143,7 +30893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27159,7 +30916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27189,7 +30953,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27227,7 +30998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27238,7 +31016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27254,7 +31039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27292,7 +31084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27303,7 +31102,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27319,7 +31125,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27336,7 +31149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27350,7 +31170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27400,7 +31227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27412,7 +31246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27438,7 +31279,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27449,7 +31297,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27465,7 +31320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27482,7 +31344,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27504,7 +31373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27518,7 +31394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27530,7 +31413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27543,7 +31433,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27567,7 +31464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27578,7 +31482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27594,7 +31505,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27626,7 +31544,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27635,7 +31560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27668,7 +31600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27694,7 +31633,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27705,7 +31651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27721,7 +31674,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27738,7 +31698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27762,7 +31729,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27773,7 +31747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27789,7 +31770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27806,7 +31794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27815,7 +31810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27826,7 +31828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27860,7 +31869,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27869,7 +31885,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27880,7 +31903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27909,7 +31939,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27920,7 +31957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27936,7 +31980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27963,7 +32014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27974,7 +32032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -27990,7 +32055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28007,7 +32079,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28021,7 +32100,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28038,7 +32124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28085,7 +32178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28096,7 +32196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28112,7 +32219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28128,7 +32242,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28142,7 +32263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28156,7 +32284,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28170,7 +32305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28193,7 +32335,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28265,7 +32414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28276,7 +32432,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28292,7 +32455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28309,7 +32479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28330,7 +32507,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28353,7 +32537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28364,7 +32555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28380,7 +32578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28407,7 +32612,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28421,7 +32633,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28435,7 +32654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28455,7 +32681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28468,7 +32701,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28483,7 +32723,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28494,7 +32741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28505,7 +32759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28528,7 +32789,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28539,7 +32807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28555,7 +32830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28582,7 +32864,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28593,7 +32882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28609,7 +32905,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28636,7 +32939,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28647,7 +32957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28663,7 +32980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28682,7 +33006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28706,7 +33037,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28717,7 +33055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28733,7 +33078,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28871,7 +33223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28889,7 +33248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28904,7 +33270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28916,7 +33289,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28966,7 +33346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28978,7 +33365,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -28993,7 +33387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29006,7 +33407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29020,7 +33428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29070,7 +33485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29082,7 +33504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29108,7 +33537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29141,7 +33577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29161,7 +33604,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29175,7 +33625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29193,7 +33650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29216,7 +33680,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29227,7 +33698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29243,7 +33721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29270,7 +33755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29281,7 +33773,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29297,7 +33796,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29330,7 +33836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29341,7 +33854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29357,7 +33877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29371,7 +33898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29387,7 +33921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29417,7 +33958,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29428,7 +33976,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29444,7 +33999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29473,7 +34035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29484,7 +34053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29500,7 +34076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29514,7 +34097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29526,7 +34116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29576,7 +34173,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29588,7 +34192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29614,7 +34225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29625,7 +34243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29641,7 +34266,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29667,7 +34299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29698,7 +34337,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29718,7 +34364,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29730,7 +34383,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29753,7 +34413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29764,7 +34431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29780,7 +34454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29797,7 +34478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29821,7 +34509,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29832,7 +34527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29848,7 +34550,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29862,7 +34571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29912,7 +34628,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29924,7 +34647,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29950,7 +34680,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29961,7 +34698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29977,7 +34721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -29991,7 +34742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30004,7 +34762,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30018,7 +34783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30030,7 +34802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30041,7 +34820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30091,7 +34877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30103,7 +34896,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30129,7 +34929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30140,7 +34947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30156,7 +34970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30190,6 +35011,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -30201,7 +35023,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -30214,7 +35039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30235,7 +35067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30258,7 +35097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30269,7 +35115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30285,7 +35138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30302,7 +35162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30311,7 +35178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30322,7 +35196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30359,7 +35240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30370,7 +35258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30386,7 +35281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30403,7 +35305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30418,7 +35327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30429,7 +35345,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30452,7 +35375,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30463,7 +35393,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30479,7 +35416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30496,7 +35440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30510,7 +35461,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30519,7 +35477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30530,7 +35495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30545,7 +35517,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30595,7 +35574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30607,7 +35593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30633,7 +35626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30644,7 +35644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30660,7 +35667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30690,7 +35704,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30728,7 +35749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30739,7 +35767,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30755,7 +35790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30793,7 +35835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30804,7 +35853,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30820,7 +35876,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30837,7 +35900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30851,7 +35921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30901,7 +35978,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30913,7 +35997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30939,7 +36030,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30950,7 +36048,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30966,7 +36071,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -30983,7 +36095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31005,7 +36124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31019,7 +36145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31031,7 +36164,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31044,7 +36184,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31068,7 +36215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31079,7 +36233,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31095,7 +36256,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31127,7 +36295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31136,7 +36311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31169,7 +36351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31195,7 +36384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31206,7 +36402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31222,7 +36425,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31239,7 +36449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31263,7 +36480,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31274,7 +36498,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31290,7 +36521,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31307,7 +36545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31316,7 +36561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31327,7 +36579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31361,7 +36620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31370,7 +36636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31381,7 +36654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31410,7 +36690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31421,7 +36708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31437,7 +36731,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31464,7 +36765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31475,7 +36783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31491,7 +36806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31508,7 +36830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31522,7 +36851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31539,7 +36875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31586,7 +36929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31597,7 +36947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31613,7 +36970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31629,7 +36993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31643,7 +37014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31657,7 +37035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31671,7 +37056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31694,7 +37086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31766,7 +37165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31777,7 +37183,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31793,7 +37206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31810,7 +37230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31831,7 +37258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31854,7 +37288,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31865,7 +37306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31881,7 +37329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31908,7 +37363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31922,7 +37384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31936,7 +37405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31956,7 +37432,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31969,7 +37452,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31984,7 +37474,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -31995,7 +37492,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32006,7 +37510,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32029,7 +37540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32040,7 +37558,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32056,7 +37581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32083,7 +37615,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32094,7 +37633,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32110,7 +37656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32137,7 +37690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32148,7 +37708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32164,7 +37731,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32183,7 +37757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32207,7 +37788,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32218,7 +37806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32234,7 +37829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32250,7 +37852,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32268,7 +37877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32279,7 +37895,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32329,7 +37952,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32341,7 +37971,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32367,7 +38004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32378,7 +38022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32394,7 +38045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32437,7 +38095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32448,7 +38113,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32464,7 +38136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32491,7 +38170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32502,7 +38188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32518,7 +38211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32532,7 +38232,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32582,7 +38289,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32594,7 +38308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32620,7 +38341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32631,7 +38359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32647,7 +38382,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32690,7 +38432,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32701,7 +38450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32717,7 +38473,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32838,7 +38601,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32853,7 +38623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32865,7 +38642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32915,7 +38699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32927,7 +38718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32942,7 +38740,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32955,7 +38760,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -32969,7 +38781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33019,7 +38838,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33031,7 +38857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33057,7 +38890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33090,7 +38930,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33110,7 +38957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33124,7 +38978,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33142,7 +39003,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33165,7 +39033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33176,7 +39051,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33192,7 +39074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33219,7 +39108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33230,7 +39126,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33246,7 +39149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33279,7 +39189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33290,7 +39207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33306,7 +39230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33320,7 +39251,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33336,7 +39274,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33366,7 +39311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33377,7 +39329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33393,7 +39352,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33422,7 +39388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33433,7 +39406,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33449,7 +39429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33463,7 +39450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33475,7 +39469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33525,7 +39526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33537,7 +39545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33563,7 +39578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33574,7 +39596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33590,7 +39619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33616,7 +39652,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33647,7 +39690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33667,7 +39717,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33679,7 +39736,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33702,7 +39766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33713,7 +39784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33729,7 +39807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33746,7 +39831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33770,7 +39862,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33781,7 +39880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33797,7 +39903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33811,7 +39924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33861,7 +39981,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33873,7 +40000,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33899,7 +40033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33910,7 +40051,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33926,7 +40074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33940,7 +40095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33953,7 +40115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33967,7 +40136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33979,7 +40155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -33990,7 +40173,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34040,7 +40230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34052,7 +40249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34078,7 +40282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34089,7 +40300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34105,7 +40323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34139,6 +40364,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -34150,7 +40376,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -34163,7 +40392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34184,7 +40420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34207,7 +40450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34218,7 +40468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34234,7 +40491,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34251,7 +40515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34260,7 +40531,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34271,7 +40549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34308,7 +40593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34319,7 +40611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34335,7 +40634,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34352,7 +40658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34367,7 +40680,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34378,7 +40698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34401,7 +40728,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34412,7 +40746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34428,7 +40769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34445,7 +40793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34459,7 +40814,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34468,7 +40830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34479,7 +40848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34494,7 +40870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34544,7 +40927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34556,7 +40946,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34582,7 +40979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34593,7 +40997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34609,7 +41020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34639,7 +41057,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34677,7 +41102,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34688,7 +41120,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34704,7 +41143,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34742,7 +41188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34753,7 +41206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34769,7 +41229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34786,7 +41253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34800,7 +41274,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34850,7 +41331,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34862,7 +41350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34888,7 +41383,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34899,7 +41401,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34915,7 +41424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34932,7 +41448,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34954,7 +41477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34968,7 +41498,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34980,7 +41517,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -34993,7 +41537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35017,7 +41568,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35028,7 +41586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35044,7 +41609,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35076,7 +41648,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35085,7 +41664,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35118,7 +41704,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35144,7 +41737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35155,7 +41755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35171,7 +41778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35188,7 +41802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35212,7 +41833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35223,7 +41851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35239,7 +41874,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35256,7 +41898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35265,7 +41914,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35276,7 +41932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35310,7 +41973,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35319,7 +41989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35330,7 +42007,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35359,7 +42043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35370,7 +42061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35386,7 +42084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35413,7 +42118,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35424,7 +42136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35440,7 +42159,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35457,7 +42183,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35471,7 +42204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35488,7 +42228,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35535,7 +42282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35546,7 +42300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35562,7 +42323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35578,7 +42346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35592,7 +42367,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35606,7 +42388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35620,7 +42409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35643,7 +42439,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35715,7 +42518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35726,7 +42536,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35742,7 +42559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35759,7 +42583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35780,7 +42611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35803,7 +42641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35814,7 +42659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35830,7 +42682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35857,7 +42716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35871,7 +42737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35885,7 +42758,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35905,7 +42785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35918,7 +42805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35933,7 +42827,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35944,7 +42845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35955,7 +42863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35978,7 +42893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -35989,7 +42911,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36005,7 +42934,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36032,7 +42968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36043,7 +42986,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36059,7 +43009,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36086,7 +43043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36097,7 +43061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36113,7 +43084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36132,7 +43110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36147,7 +43132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36160,7 +43152,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36178,7 +43177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36189,7 +43195,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36239,7 +43252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36251,7 +43271,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36277,7 +43304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36288,7 +43322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36304,7 +43345,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36347,7 +43395,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36358,7 +43413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36374,7 +43436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36401,7 +43470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36412,7 +43488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36428,7 +43511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36455,7 +43545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36466,7 +43563,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36482,7 +43586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36498,7 +43609,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36522,7 +43640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36533,7 +43658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36549,7 +43681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36664,7 +43803,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36684,7 +43830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36696,7 +43849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36746,7 +43906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36758,7 +43925,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36773,7 +43947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36786,7 +43967,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36800,7 +43988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36850,7 +44045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36862,7 +44064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36888,7 +44097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36921,7 +44137,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36941,7 +44164,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36955,7 +44185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36973,7 +44210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -36996,7 +44240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37007,7 +44258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37023,7 +44281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37050,7 +44315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37061,7 +44333,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37077,7 +44356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37110,7 +44396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37121,7 +44414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37137,7 +44437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37151,7 +44458,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37167,7 +44481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37197,7 +44518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37208,7 +44536,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37224,7 +44559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37253,7 +44595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37264,7 +44613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37280,7 +44636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37306,7 +44669,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37337,7 +44707,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37357,7 +44734,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37369,7 +44753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37392,7 +44783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37403,7 +44801,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37419,7 +44824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37436,7 +44848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37460,7 +44879,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37471,7 +44897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37487,7 +44920,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37501,7 +44941,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37551,7 +44998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37563,7 +45017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37589,7 +45050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37600,7 +45068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37616,7 +45091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37630,7 +45112,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37643,7 +45132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37657,7 +45153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37669,7 +45172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37681,7 +45191,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37731,7 +45248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37743,7 +45267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37769,7 +45300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37780,7 +45318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37796,7 +45341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37810,7 +45362,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37826,7 +45385,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37841,7 +45407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37854,7 +45427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37872,7 +45452,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37883,7 +45470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37933,7 +45527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37945,7 +45546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37971,7 +45579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37982,7 +45597,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -37998,7 +45620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38041,7 +45670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38052,7 +45688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38068,7 +45711,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38095,7 +45745,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38106,7 +45763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38122,7 +45786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38149,7 +45820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38160,7 +45838,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38176,7 +45861,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38190,7 +45882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38240,7 +45939,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38252,7 +45958,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38278,7 +45991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38289,7 +46009,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38305,7 +46032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38339,6 +46073,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -38350,7 +46085,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -38363,7 +46101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38384,7 +46129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38407,7 +46159,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38418,7 +46177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38434,7 +46200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38451,7 +46224,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38460,7 +46240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38471,7 +46258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38508,7 +46302,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38519,7 +46320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38535,7 +46343,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38552,7 +46367,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38567,7 +46389,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38578,7 +46407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38601,7 +46437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38612,7 +46455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38628,7 +46478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38645,7 +46502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38659,7 +46523,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38668,7 +46539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38679,7 +46557,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38694,7 +46579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38744,7 +46636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38756,7 +46655,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38782,7 +46688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38793,7 +46706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38809,7 +46729,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38839,7 +46766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38877,7 +46811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38888,7 +46829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38904,7 +46852,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38942,7 +46897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38953,7 +46915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38969,7 +46938,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -38986,7 +46962,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39000,7 +46983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39050,7 +47040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39062,7 +47059,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39088,7 +47092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39099,7 +47110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39115,7 +47133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39132,7 +47157,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39154,7 +47186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39168,7 +47207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39180,7 +47226,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39193,7 +47246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39217,7 +47277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39228,7 +47295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39244,7 +47318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39276,7 +47357,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39285,7 +47373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39318,7 +47413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39344,7 +47446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39355,7 +47464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39371,7 +47487,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39388,7 +47511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39412,7 +47542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39423,7 +47560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39439,7 +47583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39456,7 +47607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39465,7 +47623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39476,7 +47641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39510,7 +47682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39519,7 +47698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39530,7 +47716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39559,7 +47752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39570,7 +47770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39586,7 +47793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39613,7 +47827,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39624,7 +47845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39640,7 +47868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39657,7 +47892,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39671,7 +47913,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39688,7 +47937,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39735,7 +47991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39746,7 +48009,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39762,7 +48032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39778,7 +48055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39792,7 +48076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39806,7 +48097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39820,7 +48118,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39843,7 +48148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39915,7 +48227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39926,7 +48245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39942,7 +48268,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39959,7 +48292,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -39980,7 +48320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40003,7 +48350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40014,7 +48368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40030,7 +48391,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40057,7 +48425,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40071,7 +48446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40085,7 +48467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40105,7 +48494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40118,7 +48514,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40133,7 +48536,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40144,7 +48554,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40155,7 +48572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40178,7 +48602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40189,7 +48620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40205,7 +48643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40232,7 +48677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40243,7 +48695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40259,7 +48718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40286,7 +48752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40297,7 +48770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40313,7 +48793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40329,7 +48816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40353,7 +48847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40364,7 +48865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40380,7 +48888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40515,7 +49030,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40530,7 +49052,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40561,7 +49090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40581,7 +49117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40593,7 +49136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40616,7 +49166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40649,7 +49206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40669,7 +49233,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40683,7 +49254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40701,7 +49279,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40724,7 +49309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40735,7 +49327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40751,7 +49350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40778,7 +49384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40789,7 +49402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40805,7 +49425,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40838,7 +49465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40849,7 +49483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40865,7 +49506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40879,7 +49527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40895,7 +49550,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40912,7 +49574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40936,7 +49605,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40947,7 +49623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40963,7 +49646,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -40977,7 +49667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41027,7 +49724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41039,7 +49743,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41054,7 +49765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41067,7 +49785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41081,7 +49806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41131,7 +49863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41143,7 +49882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41169,7 +49915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41180,7 +49933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41196,7 +49956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41226,7 +49993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41237,7 +50011,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41253,7 +50034,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41282,7 +50070,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41293,7 +50088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41309,7 +50111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41323,7 +50132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41335,7 +50151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41385,7 +50208,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41397,7 +50227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41423,7 +50260,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41434,7 +50278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41450,7 +50301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41476,7 +50334,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41489,7 +50354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41503,7 +50375,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41517,7 +50396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41529,7 +50415,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41579,7 +50472,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41591,7 +50491,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41617,7 +50524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41628,7 +50542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41644,7 +50565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41658,7 +50586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41674,7 +50609,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41689,7 +50631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41702,7 +50651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41720,7 +50676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41731,7 +50694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41781,7 +50751,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41793,7 +50770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41819,7 +50803,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41830,7 +50821,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41846,7 +50844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41889,7 +50894,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41900,7 +50912,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41916,7 +50935,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41943,7 +50969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41954,7 +50987,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41970,7 +51010,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -41997,7 +51044,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42008,7 +51062,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42024,7 +51085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42041,7 +51109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42064,7 +51139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42136,7 +51218,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42147,7 +51236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42163,7 +51259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42180,7 +51283,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42201,7 +51311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42224,7 +51341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42235,7 +51359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42251,7 +51382,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42278,7 +51416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42287,7 +51432,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42298,7 +51450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42335,7 +51494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42346,7 +51512,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42362,7 +51535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42379,7 +51559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42394,7 +51581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42405,7 +51599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42428,7 +51629,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42439,7 +51647,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42455,7 +51670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42472,7 +51694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42492,7 +51721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42505,7 +51741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42520,7 +51763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42531,7 +51781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42542,7 +51799,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42565,7 +51829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42576,7 +51847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42592,7 +51870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42619,7 +51904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42630,7 +51922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42646,7 +51945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42673,7 +51979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42684,7 +51997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42700,7 +52020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42716,7 +52043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42730,7 +52064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42742,7 +52083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42753,7 +52101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42803,7 +52158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42815,7 +52177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42841,7 +52210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42852,7 +52228,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42868,7 +52251,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42902,6 +52292,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -42913,7 +52304,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -42926,7 +52320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42947,7 +52348,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42970,7 +52378,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42981,7 +52396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -42997,7 +52419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43014,7 +52443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43028,7 +52464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43042,7 +52485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43056,7 +52506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43065,7 +52522,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43076,7 +52540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43091,7 +52562,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43141,7 +52619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43153,7 +52638,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43179,7 +52671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43190,7 +52689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43206,7 +52712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43236,7 +52749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43274,7 +52794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43285,7 +52812,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43301,7 +52835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43339,7 +52880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43350,7 +52898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43366,7 +52921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43383,7 +52945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43397,7 +52966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43447,7 +53023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43459,7 +53042,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43485,7 +53075,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43496,7 +53093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43512,7 +53116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43529,7 +53140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43551,7 +53169,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43565,7 +53190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43577,7 +53209,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43590,7 +53229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43614,7 +53260,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43625,7 +53278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43641,7 +53301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43673,7 +53340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43682,7 +53356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43715,7 +53396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43741,7 +53429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43752,7 +53447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43768,7 +53470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43785,7 +53494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43809,7 +53525,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43820,7 +53543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43836,7 +53566,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43853,7 +53590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43862,7 +53606,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43873,7 +53624,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43907,7 +53665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43916,7 +53681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43927,7 +53699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43956,7 +53735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43967,7 +53753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -43983,7 +53776,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44010,7 +53810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44021,7 +53828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44037,7 +53851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44054,7 +53875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44068,7 +53896,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44085,7 +53920,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44132,7 +53974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44143,7 +53992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44159,7 +54015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44175,7 +54038,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44184,7 +54054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44205,7 +54082,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44255,7 +54139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44267,7 +54158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44293,7 +54191,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44304,7 +54209,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44320,7 +54232,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44346,7 +54265,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44357,7 +54283,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44373,7 +54306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44390,7 +54330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44414,7 +54361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44425,7 +54379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44441,7 +54402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44456,7 +54424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44469,7 +54444,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44483,7 +54465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44507,7 +54496,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44518,7 +54514,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44534,7 +54537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44665,7 +54675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44674,7 +54691,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44705,7 +54729,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44725,7 +54756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44737,7 +54775,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44760,7 +54805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44793,7 +54845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44813,7 +54872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44827,7 +54893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44845,7 +54918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44868,7 +54948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44879,7 +54966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44895,7 +54989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44922,7 +55023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44933,7 +55041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44949,7 +55064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44982,7 +55104,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -44993,7 +55122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45009,7 +55145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45023,7 +55166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45039,7 +55189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45056,7 +55213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45080,7 +55244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45091,7 +55262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45107,7 +55285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45121,7 +55306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45171,7 +55363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45183,7 +55382,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45198,7 +55404,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45211,7 +55424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45225,7 +55445,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45275,7 +55502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45287,7 +55521,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45313,7 +55554,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45324,7 +55572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45340,7 +55595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45370,7 +55632,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45381,7 +55650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45397,7 +55673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45426,7 +55709,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45437,7 +55727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45453,7 +55750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45467,7 +55771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45479,7 +55790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45529,7 +55847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45541,7 +55866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45567,7 +55899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45578,7 +55917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45594,7 +55940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45620,7 +55973,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45633,7 +55993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45647,7 +56014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45661,7 +56035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45673,7 +56054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45723,7 +56111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45735,7 +56130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45761,7 +56163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45772,7 +56181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45788,7 +56204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45802,7 +56225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45818,7 +56248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45833,7 +56270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45846,7 +56290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45864,7 +56315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45875,7 +56333,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45925,7 +56390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45937,7 +56409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45963,7 +56442,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45974,7 +56460,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -45990,7 +56483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46033,7 +56533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46044,7 +56551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46060,7 +56574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46087,7 +56608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46098,7 +56626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46114,7 +56649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46141,7 +56683,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46152,7 +56701,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46168,7 +56724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46185,7 +56748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46208,7 +56778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46280,7 +56857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46291,7 +56875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46307,7 +56898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46324,7 +56922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46345,7 +56950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46368,7 +56980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46379,7 +56998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46395,7 +57021,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46422,7 +57055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46431,7 +57071,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46442,7 +57089,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46479,7 +57133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46490,7 +57151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46506,7 +57174,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46523,7 +57198,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46538,7 +57220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46549,7 +57238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46572,7 +57268,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46583,7 +57286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46599,7 +57309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46616,7 +57333,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46636,7 +57360,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46649,7 +57380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46664,7 +57402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46675,7 +57420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46686,7 +57438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46709,7 +57468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46720,7 +57486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46736,7 +57509,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46763,7 +57543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46774,7 +57561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46790,7 +57584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46817,7 +57618,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46828,7 +57636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46844,7 +57659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46860,7 +57682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46874,7 +57703,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46886,7 +57722,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46897,7 +57740,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46947,7 +57797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46959,7 +57816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46985,7 +57849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -46996,7 +57867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47012,7 +57890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47046,6 +57931,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -47057,7 +57943,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -47070,7 +57959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47091,7 +57987,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47114,7 +58017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47125,7 +58035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47141,7 +58058,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47158,7 +58082,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47172,7 +58103,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47186,7 +58124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47200,7 +58145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47209,7 +58161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47220,7 +58179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47235,7 +58201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47285,7 +58258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47297,7 +58277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47323,7 +58310,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47334,7 +58328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47350,7 +58351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47380,7 +58388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47418,7 +58433,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47429,7 +58451,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47445,7 +58474,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47483,7 +58519,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47494,7 +58537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47510,7 +58560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47527,7 +58584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47541,7 +58605,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47591,7 +58662,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47603,7 +58681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47629,7 +58714,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47640,7 +58732,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47656,7 +58755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47673,7 +58779,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47695,7 +58808,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47709,7 +58829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47721,7 +58848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47734,7 +58868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47758,7 +58899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47769,7 +58917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47785,7 +58940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47817,7 +58979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47826,7 +58995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47859,7 +59035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47885,7 +59068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47896,7 +59086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47912,7 +59109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47929,7 +59133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47953,7 +59164,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47964,7 +59182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47980,7 +59205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -47997,7 +59229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48006,7 +59245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48017,7 +59263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48051,7 +59304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48060,7 +59320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48071,7 +59338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48100,7 +59374,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48111,7 +59392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48127,7 +59415,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48154,7 +59449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48165,7 +59467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48181,7 +59490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48198,7 +59514,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48212,7 +59535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48229,7 +59559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48276,7 +59613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48287,7 +59631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48303,7 +59654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48333,7 +59691,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48348,7 +59713,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48361,7 +59733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48370,7 +59749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48391,7 +59777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48441,7 +59834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48453,7 +59853,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48479,7 +59886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48490,7 +59904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48506,7 +59927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48532,7 +59960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48543,7 +59978,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48559,7 +60001,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48576,7 +60025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48600,7 +60056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48611,7 +60074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48627,7 +60097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48653,7 +60130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48664,7 +60148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48680,7 +60171,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48689,7 +60187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48716,7 +60221,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48739,7 +60251,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48750,7 +60269,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48766,7 +60292,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48897,7 +60430,14 @@ ], "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48906,7 +60446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48937,7 +60484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48957,7 +60511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48969,7 +60530,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -48992,7 +60560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49025,7 +60600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49045,7 +60627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49059,7 +60648,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49077,7 +60673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49100,7 +60703,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49111,7 +60721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49127,7 +60744,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49154,7 +60778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49165,7 +60796,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49181,7 +60819,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49214,7 +60859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49225,7 +60877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49241,7 +60900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49255,7 +60921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49271,7 +60944,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49288,7 +60968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49312,7 +60999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49323,7 +61017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49339,7 +61040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49353,7 +61061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49403,7 +61118,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49415,7 +61137,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49430,7 +61159,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49443,7 +61179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49457,7 +61200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49507,7 +61257,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49519,7 +61276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49545,7 +61309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49556,7 +61327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49572,7 +61350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49602,7 +61387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49613,7 +61405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49629,7 +61428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49658,7 +61464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49669,7 +61482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49685,7 +61505,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49699,7 +61526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49711,7 +61545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49761,7 +61602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49773,7 +61621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49799,7 +61654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49810,7 +61672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49826,7 +61695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49852,7 +61728,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49865,7 +61748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49879,7 +61769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49893,7 +61790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49905,7 +61809,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49955,7 +61866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49967,7 +61885,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -49993,7 +61918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50004,7 +61936,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50020,7 +61959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50034,7 +61980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50050,7 +62003,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50065,7 +62025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50078,7 +62045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50096,7 +62070,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50107,7 +62088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50157,7 +62145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50169,7 +62164,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50195,7 +62197,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50206,7 +62215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50222,7 +62238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50265,7 +62288,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50276,7 +62306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50292,7 +62329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50319,7 +62363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50330,7 +62381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50346,7 +62404,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50373,7 +62438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50384,7 +62456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50400,7 +62479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50417,7 +62503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50440,7 +62533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50512,7 +62612,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50523,7 +62630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50539,7 +62653,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50556,7 +62677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50577,7 +62705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50600,7 +62735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50611,7 +62753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50627,7 +62776,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50654,7 +62810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50663,7 +62826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50674,7 +62844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50711,7 +62888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50722,7 +62906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50738,7 +62929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50755,7 +62953,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50770,7 +62975,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50781,7 +62993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50804,7 +63023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50815,7 +63041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50831,7 +63064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50848,7 +63088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50868,7 +63115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50881,7 +63135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50896,7 +63157,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50907,7 +63175,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50918,7 +63193,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50941,7 +63223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50952,7 +63241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50968,7 +63264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -50995,7 +63298,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51006,7 +63316,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51022,7 +63339,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51049,7 +63373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51060,7 +63391,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51076,7 +63414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51092,7 +63437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51106,7 +63458,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51118,7 +63477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51129,7 +63495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51179,7 +63552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51191,7 +63571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51217,7 +63604,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51228,7 +63622,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51244,7 +63645,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51278,6 +63686,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -51289,7 +63698,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -51302,7 +63714,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51323,7 +63742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51346,7 +63772,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51357,7 +63790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51373,7 +63813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51390,7 +63837,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51404,7 +63858,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51418,7 +63879,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51432,7 +63900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51441,7 +63916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51452,7 +63934,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51467,7 +63956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51517,7 +64013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51529,7 +64032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51555,7 +64065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51566,7 +64083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51582,7 +64106,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51612,7 +64143,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51650,7 +64188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51661,7 +64206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51677,7 +64229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51715,7 +64274,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51726,7 +64292,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51742,7 +64315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51759,7 +64339,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51773,7 +64360,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51823,7 +64417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51835,7 +64436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51861,7 +64469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51872,7 +64487,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51888,7 +64510,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51905,7 +64534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51927,7 +64563,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51941,7 +64584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51953,7 +64603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51966,7 +64623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -51990,7 +64654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52001,7 +64672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52017,7 +64695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52049,7 +64734,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52058,7 +64750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52091,7 +64790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52117,7 +64823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52128,7 +64841,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52144,7 +64864,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52161,7 +64888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52185,7 +64919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52196,7 +64937,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52212,7 +64960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52229,7 +64984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52238,7 +65000,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52249,7 +65018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52283,7 +65059,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52292,7 +65075,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52303,7 +65093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52332,7 +65129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52343,7 +65147,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52359,7 +65170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52386,7 +65204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52397,7 +65222,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52413,7 +65245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52430,7 +65269,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52444,7 +65290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52461,7 +65314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52508,7 +65368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52519,7 +65386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52535,7 +65409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52559,7 +65440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52609,7 +65497,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52621,7 +65516,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52647,7 +65549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52658,7 +65567,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52674,7 +65590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52700,7 +65623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52711,7 +65641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52727,7 +65664,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52736,7 +65680,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52757,7 +65708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52807,7 +65765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52819,7 +65784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52845,7 +65817,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52856,7 +65835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52872,7 +65858,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52898,7 +65891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52909,7 +65909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -52925,7 +65932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53177,7 +66191,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53189,7 +66210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53239,7 +66267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53251,7 +66286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53266,7 +66308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53279,7 +66328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53293,7 +66349,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53343,7 +66406,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53355,7 +66425,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53381,7 +66458,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53414,7 +66498,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53434,7 +66525,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53448,7 +66546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53466,7 +66571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53489,7 +66601,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53500,7 +66619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53516,7 +66642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53543,7 +66676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53554,7 +66694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53570,7 +66717,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53603,7 +66757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53614,7 +66775,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53630,7 +66798,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53644,7 +66819,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53660,7 +66842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53690,7 +66879,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53701,7 +66897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53717,7 +66920,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53746,7 +66956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53757,7 +66974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53773,7 +66997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53799,7 +67030,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53830,7 +67068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53850,7 +67095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53862,7 +67114,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53885,7 +67144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53896,7 +67162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53912,7 +67185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53929,7 +67209,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53953,7 +67240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53964,7 +67258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53980,7 +67281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -53994,7 +67302,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54044,7 +67359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54056,7 +67378,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54082,7 +67411,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54093,7 +67429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54109,7 +67452,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54123,7 +67473,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54135,7 +67492,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54185,7 +67549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54197,7 +67568,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54223,7 +67601,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54234,7 +67619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54250,7 +67642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54276,7 +67675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54289,7 +67695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54303,7 +67716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54317,7 +67737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54329,7 +67756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54379,7 +67813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54391,7 +67832,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54417,7 +67865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54428,7 +67883,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54444,7 +67906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54458,7 +67927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54474,7 +67950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54489,7 +67972,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54502,7 +67992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54520,7 +68017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54531,7 +68035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54581,7 +68092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54593,7 +68111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54619,7 +68144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54630,7 +68162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54646,7 +68185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54689,7 +68235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54700,7 +68253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54716,7 +68276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54743,7 +68310,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54754,7 +68328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54770,7 +68351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54797,7 +68385,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54808,7 +68403,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54824,7 +68426,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54841,7 +68450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54864,7 +68480,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54936,7 +68559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54947,7 +68577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54963,7 +68600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -54980,7 +68624,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55001,7 +68652,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55024,7 +68682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55035,7 +68700,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55051,7 +68723,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55078,7 +68757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55087,7 +68773,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55098,7 +68791,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55135,7 +68835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55146,7 +68853,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55162,7 +68876,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55179,7 +68900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55194,7 +68922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55205,7 +68940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55228,7 +68970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55239,7 +68988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55255,7 +69011,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55272,7 +69035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55292,7 +69062,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55305,7 +69082,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55320,7 +69104,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55331,7 +69122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55342,7 +69140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55365,7 +69170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55376,7 +69188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55392,7 +69211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55419,7 +69245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55430,7 +69263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55446,7 +69286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55473,7 +69320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55484,7 +69338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55500,7 +69361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55516,7 +69384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55530,7 +69405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55542,7 +69424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55553,7 +69442,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55603,7 +69499,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55615,7 +69518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55641,7 +69551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55652,7 +69569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55668,7 +69592,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55702,6 +69633,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -55713,7 +69645,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -55726,7 +69661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55747,7 +69689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55770,7 +69719,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55781,7 +69737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55797,7 +69760,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55814,7 +69784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55828,7 +69805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55842,7 +69826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55856,7 +69847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55865,7 +69863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55876,7 +69881,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55891,7 +69903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55941,7 +69960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55953,7 +69979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55979,7 +70012,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -55990,7 +70030,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56006,7 +70053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56036,7 +70090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56074,7 +70135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56085,7 +70153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56101,7 +70176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56139,7 +70221,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56150,7 +70239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56166,7 +70262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56183,7 +70286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56197,7 +70307,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56247,7 +70364,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56259,7 +70383,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56285,7 +70416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56296,7 +70434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56312,7 +70457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56329,7 +70481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56351,7 +70510,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56365,7 +70531,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56377,7 +70550,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56390,7 +70570,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56414,7 +70601,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56425,7 +70619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56441,7 +70642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56473,7 +70681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56482,7 +70697,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56515,7 +70737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56541,7 +70770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56552,7 +70788,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56568,7 +70811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56585,7 +70835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56609,7 +70866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56620,7 +70884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56636,7 +70907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56653,7 +70931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56662,7 +70947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56673,7 +70965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56707,7 +71006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56716,7 +71022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56727,7 +71040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56756,7 +71076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56767,7 +71094,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56783,7 +71117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56810,7 +71151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56821,7 +71169,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56837,7 +71192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56854,7 +71216,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56868,7 +71237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56885,7 +71261,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56932,7 +71315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56943,7 +71333,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56959,7 +71356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56975,7 +71379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -56989,7 +71400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57003,7 +71421,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57017,7 +71442,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57031,7 +71463,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57055,7 +71494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57069,7 +71515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57083,7 +71536,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57107,7 +71567,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57118,7 +71585,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57134,7 +71608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57260,7 +71741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57269,7 +71757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57300,7 +71795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57320,7 +71822,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57332,7 +71841,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57355,7 +71871,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57388,7 +71911,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57408,7 +71938,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57422,7 +71959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57440,7 +71984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57463,7 +72014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57474,7 +72032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57490,7 +72055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57517,7 +72089,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57528,7 +72107,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57544,7 +72130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57577,7 +72170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57588,7 +72188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57604,7 +72211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57618,7 +72232,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57634,7 +72255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57651,7 +72279,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57675,7 +72310,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57686,7 +72328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57702,7 +72351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57716,7 +72372,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57766,7 +72429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57778,7 +72448,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57793,7 +72470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57806,7 +72490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57820,7 +72511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57870,7 +72568,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57882,7 +72587,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57908,7 +72620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57919,7 +72638,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57935,7 +72661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57965,7 +72698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57976,7 +72716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -57992,7 +72739,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58021,7 +72775,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58032,7 +72793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58048,7 +72816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58062,7 +72837,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58074,7 +72856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58124,7 +72913,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58136,7 +72932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58162,7 +72965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58173,7 +72983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58189,7 +73006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58215,7 +73039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58228,7 +73059,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58242,7 +73080,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58256,7 +73101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58268,7 +73120,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58318,7 +73177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58330,7 +73196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58356,7 +73229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58367,7 +73247,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58383,7 +73270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58397,7 +73291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58413,7 +73314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58428,7 +73336,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58441,7 +73356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58459,7 +73381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58470,7 +73399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58520,7 +73456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58532,7 +73475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58558,7 +73508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58569,7 +73526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58585,7 +73549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58628,7 +73599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58639,7 +73617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58655,7 +73640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58682,7 +73674,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58693,7 +73692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58709,7 +73715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58736,7 +73749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58747,7 +73767,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58763,7 +73790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58780,7 +73814,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58803,7 +73844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58875,7 +73923,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58886,7 +73941,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58902,7 +73964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58919,7 +73988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58940,7 +74016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58963,7 +74046,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58974,7 +74064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -58990,7 +74087,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59017,7 +74121,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59026,7 +74137,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59037,7 +74155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59074,7 +74199,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59085,7 +74217,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59101,7 +74240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59118,7 +74264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59133,7 +74286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59144,7 +74304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59167,7 +74334,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59178,7 +74352,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59194,7 +74375,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59211,7 +74399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59231,7 +74426,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59244,7 +74446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59259,7 +74468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59270,7 +74486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59281,7 +74504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59304,7 +74534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59315,7 +74552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59331,7 +74575,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59358,7 +74609,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59369,7 +74627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59385,7 +74650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59412,7 +74684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59423,7 +74702,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59439,7 +74725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59455,7 +74748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59469,7 +74769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59481,7 +74788,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59492,7 +74806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59542,7 +74863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59554,7 +74882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59580,7 +74915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59591,7 +74933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59607,7 +74956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59641,6 +74997,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -59652,7 +75009,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -59665,7 +75025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59686,7 +75053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59709,7 +75083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59720,7 +75101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59736,7 +75124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59753,7 +75148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59767,7 +75169,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59781,7 +75190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59795,7 +75211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59804,7 +75227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59815,7 +75245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59830,7 +75267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59880,7 +75324,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59892,7 +75343,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59918,7 +75376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59929,7 +75394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59945,7 +75417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -59975,7 +75454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60013,7 +75499,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60024,7 +75517,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60040,7 +75540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60078,7 +75585,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60089,7 +75603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60105,7 +75626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60122,7 +75650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60136,7 +75671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60186,7 +75728,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60198,7 +75747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60224,7 +75780,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60235,7 +75798,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60251,7 +75821,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60268,7 +75845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60290,7 +75874,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60304,7 +75895,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60316,7 +75914,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60329,7 +75934,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60353,7 +75965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60364,7 +75983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60380,7 +76006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60412,7 +76045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60421,7 +76061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60454,7 +76101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60480,7 +76134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60491,7 +76152,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60507,7 +76175,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60524,7 +76199,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60548,7 +76230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60559,7 +76248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60575,7 +76271,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60592,7 +76295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60601,7 +76311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60612,7 +76329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60646,7 +76370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60655,7 +76386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60666,7 +76404,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60695,7 +76440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60706,7 +76458,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60722,7 +76481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60749,7 +76515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60760,7 +76533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60776,7 +76556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60793,7 +76580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60807,7 +76601,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60824,7 +76625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60871,7 +76679,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60882,7 +76697,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60898,7 +76720,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60912,7 +76741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60949,7 +76785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60960,7 +76803,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -60976,7 +76826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61089,7 +76946,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61110,7 +76974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61141,7 +77012,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61161,7 +77039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61173,7 +77058,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61196,7 +77088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61229,7 +77128,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61249,7 +77155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61263,7 +77176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61281,7 +77201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61304,7 +77231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61315,7 +77249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61331,7 +77272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61358,7 +77306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61369,7 +77324,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61385,7 +77347,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61418,7 +77387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61429,7 +77405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61445,7 +77428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61459,7 +77449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61475,7 +77472,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61492,7 +77496,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61516,7 +77527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61527,7 +77545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61543,7 +77568,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61557,7 +77589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61607,7 +77646,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61619,7 +77665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61634,7 +77687,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61647,7 +77707,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61661,7 +77728,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61711,7 +77785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61723,7 +77804,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61749,7 +77837,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61760,7 +77855,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61776,7 +77878,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61806,7 +77915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61817,7 +77933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61833,7 +77956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61862,7 +77992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61873,7 +78010,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61889,7 +78033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61903,7 +78054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61915,7 +78073,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61965,7 +78130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -61977,7 +78149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62003,7 +78182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62014,7 +78200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62030,7 +78223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62056,7 +78256,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62069,7 +78276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62083,7 +78297,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62097,7 +78318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62109,7 +78337,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62159,7 +78394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62171,7 +78413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62197,7 +78446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62208,7 +78464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62224,7 +78487,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62238,7 +78508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62254,7 +78531,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62269,7 +78553,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62282,7 +78573,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62300,7 +78598,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62311,7 +78616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62361,7 +78673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62373,7 +78692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62399,7 +78725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62410,7 +78743,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62426,7 +78766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62469,7 +78816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62480,7 +78834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62496,7 +78857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62523,7 +78891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62534,7 +78909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62550,7 +78932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62577,7 +78966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62588,7 +78984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62604,7 +79007,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62621,7 +79031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62644,7 +79061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62716,7 +79140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62727,7 +79158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62743,7 +79181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62760,7 +79205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62781,7 +79233,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62804,7 +79263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62815,7 +79281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62831,7 +79304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62858,7 +79338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62867,7 +79354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62878,7 +79372,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62915,7 +79416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62926,7 +79434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62942,7 +79457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62959,7 +79481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62974,7 +79503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -62985,7 +79521,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63008,7 +79551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63019,7 +79569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63035,7 +79592,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63052,7 +79616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63072,7 +79643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63085,7 +79663,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63100,7 +79685,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63111,7 +79703,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63122,7 +79721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63145,7 +79751,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63156,7 +79769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63172,7 +79792,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63199,7 +79826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63210,7 +79844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63226,7 +79867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63253,7 +79901,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63264,7 +79919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63280,7 +79942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63296,7 +79965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63310,7 +79986,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63322,7 +80005,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63333,7 +80023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63383,7 +80080,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63395,7 +80099,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63421,7 +80132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63432,7 +80150,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63448,7 +80173,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63482,6 +80214,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -63493,7 +80226,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -63506,7 +80242,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63527,7 +80270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63550,7 +80300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63561,7 +80318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63577,7 +80341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63594,7 +80365,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63608,7 +80386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63622,7 +80407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63636,7 +80428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63645,7 +80444,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63656,7 +80462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63671,7 +80484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63721,7 +80541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63733,7 +80560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63759,7 +80593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63770,7 +80611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63786,7 +80634,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63816,7 +80671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63854,7 +80716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63865,7 +80734,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63881,7 +80757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63919,7 +80802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63930,7 +80820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63946,7 +80843,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63963,7 +80867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -63977,7 +80888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64027,7 +80945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64039,7 +80964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64065,7 +80997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64076,7 +81015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64092,7 +81038,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64109,7 +81062,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64131,7 +81091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64145,7 +81112,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64157,7 +81131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64170,7 +81151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64194,7 +81182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64205,7 +81200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64221,7 +81223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64253,7 +81262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64262,7 +81278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64295,7 +81318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64321,7 +81351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64332,7 +81369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64348,7 +81392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64365,7 +81416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64389,7 +81447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64400,7 +81465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64416,7 +81488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64433,7 +81512,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64442,7 +81528,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64453,7 +81546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64487,7 +81587,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64496,7 +81603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64507,7 +81621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64536,7 +81657,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64547,7 +81675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64563,7 +81698,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64590,7 +81732,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64601,7 +81750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64617,7 +81773,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64634,7 +81797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64648,7 +81818,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64665,7 +81842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64712,7 +81896,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64723,7 +81914,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64739,7 +81937,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64765,7 +81970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64776,7 +81988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64792,7 +82011,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64924,7 +82150,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64938,7 +82171,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64969,7 +82209,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -64989,7 +82236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65001,7 +82255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65024,7 +82285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65057,7 +82325,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65077,7 +82352,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65091,7 +82373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65109,7 +82398,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65132,7 +82428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65143,7 +82446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65159,7 +82469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65186,7 +82503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65197,7 +82521,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65213,7 +82544,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65246,7 +82584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65257,7 +82602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65273,7 +82625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65287,7 +82646,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65303,7 +82669,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65320,7 +82693,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65344,7 +82724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65355,7 +82742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65371,7 +82765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65385,7 +82786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65435,7 +82843,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65447,7 +82862,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65462,7 +82884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65475,7 +82904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65489,7 +82925,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65539,7 +82982,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65551,7 +83001,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65577,7 +83034,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65588,7 +83052,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65604,7 +83075,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65634,7 +83112,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65645,7 +83130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65661,7 +83153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65690,7 +83189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65701,7 +83207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65717,7 +83230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65731,7 +83251,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65743,7 +83270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65793,7 +83327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65805,7 +83346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65831,7 +83379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65842,7 +83397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65858,7 +83420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65884,7 +83453,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65897,7 +83473,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65911,7 +83494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65925,7 +83515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65937,7 +83534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65987,7 +83591,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -65999,7 +83610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66025,7 +83643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66036,7 +83661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66052,7 +83684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66066,7 +83705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66082,7 +83728,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66097,7 +83750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66110,7 +83770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66128,7 +83795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66139,7 +83813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66189,7 +83870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66201,7 +83889,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66227,7 +83922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66238,7 +83940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66254,7 +83963,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66297,7 +84013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66308,7 +84031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66324,7 +84054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66351,7 +84088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66362,7 +84106,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66378,7 +84129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66405,7 +84163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66416,7 +84181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66432,7 +84204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66449,7 +84228,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66472,7 +84258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66544,7 +84337,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66555,7 +84355,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66571,7 +84378,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66588,7 +84402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66609,7 +84430,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66632,7 +84460,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66643,7 +84478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66659,7 +84501,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66686,7 +84535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66695,7 +84551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66706,7 +84569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66743,7 +84613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66754,7 +84631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66770,7 +84654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66787,7 +84678,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66802,7 +84700,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66813,7 +84718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66836,7 +84748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66847,7 +84766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66863,7 +84789,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66880,7 +84813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66900,7 +84840,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66913,7 +84860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66928,7 +84882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66939,7 +84900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66950,7 +84918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66973,7 +84948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -66984,7 +84966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67000,7 +84989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67027,7 +85023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67038,7 +85041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67054,7 +85064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67081,7 +85098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67092,7 +85116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67108,7 +85139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67124,7 +85162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67138,7 +85183,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67150,7 +85202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67161,7 +85220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67211,7 +85277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67223,7 +85296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67249,7 +85329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67260,7 +85347,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67276,7 +85370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67310,6 +85411,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -67321,7 +85423,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -67334,7 +85439,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67355,7 +85467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67378,7 +85497,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67389,7 +85515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67405,7 +85538,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67422,7 +85562,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67436,7 +85583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67450,7 +85604,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67464,7 +85625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67473,7 +85641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67484,7 +85659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67499,7 +85681,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67549,7 +85738,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67561,7 +85757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67587,7 +85790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67598,7 +85808,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67614,7 +85831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67644,7 +85868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67682,7 +85913,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67693,7 +85931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67709,7 +85954,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67747,7 +85999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67758,7 +86017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67774,7 +86040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67791,7 +86064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67805,7 +86085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67855,7 +86142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67867,7 +86161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67893,7 +86194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67904,7 +86212,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67920,7 +86235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67937,7 +86259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67959,7 +86288,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67973,7 +86309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67985,7 +86328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -67998,7 +86348,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68022,7 +86379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68033,7 +86397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68049,7 +86420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68081,7 +86459,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68090,7 +86475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68123,7 +86515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68149,7 +86548,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68160,7 +86566,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68176,7 +86589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68193,7 +86613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68217,7 +86644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68228,7 +86662,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68244,7 +86685,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68261,7 +86709,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68270,7 +86725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68281,7 +86743,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68315,7 +86784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68324,7 +86800,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68335,7 +86818,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68364,7 +86854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68375,7 +86872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68391,7 +86895,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68418,7 +86929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68429,7 +86947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68445,7 +86970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68462,7 +86994,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68476,7 +87015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68493,7 +87039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68540,7 +87093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68551,7 +87111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68567,7 +87134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68582,7 +87156,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68595,7 +87176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68619,7 +87207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68630,7 +87225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68646,7 +87248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68793,7 +87402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68802,7 +87418,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68833,7 +87456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68853,7 +87483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68865,7 +87502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68888,7 +87532,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68921,7 +87572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68941,7 +87599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68955,7 +87620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68973,7 +87645,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -68996,7 +87675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69007,7 +87693,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69023,7 +87716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69050,7 +87750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69061,7 +87768,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69077,7 +87791,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69110,7 +87831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69121,7 +87849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69137,7 +87872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69151,7 +87893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69167,7 +87916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69184,7 +87940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69208,7 +87971,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69219,7 +87989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69235,7 +88012,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69249,7 +88033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69299,7 +88090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69311,7 +88109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69326,7 +88131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69339,7 +88151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69353,7 +88172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69403,7 +88229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69415,7 +88248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69441,7 +88281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69452,7 +88299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69468,7 +88322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69498,7 +88359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69509,7 +88377,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69525,7 +88400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69554,7 +88436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69565,7 +88454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69581,7 +88477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69595,7 +88498,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69607,7 +88517,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69657,7 +88574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69669,7 +88593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69695,7 +88626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69706,7 +88644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69722,7 +88667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69748,7 +88700,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69761,7 +88720,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69775,7 +88741,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69789,7 +88762,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69801,7 +88781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69851,7 +88838,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69863,7 +88857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69889,7 +88890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69900,7 +88908,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69916,7 +88931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69930,7 +88952,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69946,7 +88975,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69961,7 +88997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69974,7 +89017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -69992,7 +89042,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70003,7 +89060,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70053,7 +89117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70065,7 +89136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70091,7 +89169,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70102,7 +89187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70118,7 +89210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70161,7 +89260,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70172,7 +89278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70188,7 +89301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70215,7 +89335,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70226,7 +89353,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70242,7 +89376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70269,7 +89410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70280,7 +89428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70296,7 +89451,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70313,7 +89475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70336,7 +89505,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70408,7 +89584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70419,7 +89602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70435,7 +89625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70452,7 +89649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70473,7 +89677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70496,7 +89707,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70507,7 +89725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70523,7 +89748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70550,7 +89782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70559,7 +89798,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70570,7 +89816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70607,7 +89860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70618,7 +89878,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70634,7 +89901,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70651,7 +89925,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70666,7 +89947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70677,7 +89965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70700,7 +89995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70711,7 +90013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70727,7 +90036,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70744,7 +90060,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70764,7 +90087,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70777,7 +90107,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70792,7 +90129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70803,7 +90147,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70814,7 +90165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70837,7 +90195,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70848,7 +90213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70864,7 +90236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70891,7 +90270,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70902,7 +90288,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70918,7 +90311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70945,7 +90345,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70956,7 +90363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70972,7 +90386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -70988,7 +90409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71002,7 +90430,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71014,7 +90449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71025,7 +90467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71075,7 +90524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71087,7 +90543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71113,7 +90576,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71124,7 +90594,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71140,7 +90617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71174,6 +90658,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -71185,7 +90670,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -71198,7 +90686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71219,7 +90714,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71242,7 +90744,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71253,7 +90762,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71269,7 +90785,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71286,7 +90809,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71300,7 +90830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71314,7 +90851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71328,7 +90872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71337,7 +90888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71348,7 +90906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71363,7 +90928,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71413,7 +90985,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71425,7 +91004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71451,7 +91037,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71462,7 +91055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71478,7 +91078,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71508,7 +91115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71546,7 +91160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71557,7 +91178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71573,7 +91201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71611,7 +91246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71622,7 +91264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71638,7 +91287,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71655,7 +91311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71669,7 +91332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71719,7 +91389,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71731,7 +91408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71757,7 +91441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71768,7 +91459,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71784,7 +91482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71801,7 +91506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71823,7 +91535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71837,7 +91556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71849,7 +91575,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71862,7 +91595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71886,7 +91626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71897,7 +91644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71913,7 +91667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71945,7 +91706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71954,7 +91722,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -71987,7 +91762,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72013,7 +91795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72024,7 +91813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72040,7 +91836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72057,7 +91860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72081,7 +91891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72092,7 +91909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72108,7 +91932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72125,7 +91956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72134,7 +91972,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72145,7 +91990,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72179,7 +92031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72188,7 +92047,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72199,7 +92065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72228,7 +92101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72239,7 +92119,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72255,7 +92142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72282,7 +92176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72293,7 +92194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72309,7 +92217,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72326,7 +92241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72340,7 +92262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72357,7 +92286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72404,7 +92340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72415,7 +92358,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72431,7 +92381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72445,7 +92402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72479,7 +92443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72503,7 +92474,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72514,7 +92492,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72530,7 +92515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72648,7 +92640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72657,7 +92656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72666,7 +92672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72697,7 +92710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72717,7 +92737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72729,7 +92756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72752,7 +92786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72785,7 +92826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72805,7 +92853,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72819,7 +92874,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72837,7 +92899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72860,7 +92929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72871,7 +92947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72887,7 +92970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72914,7 +93004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72925,7 +93022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72941,7 +93045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72974,7 +93085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -72985,7 +93103,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73001,7 +93126,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73015,7 +93147,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73031,7 +93170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73048,7 +93194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73072,7 +93225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73083,7 +93243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73099,7 +93266,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73113,7 +93287,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73163,7 +93344,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73175,7 +93363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73190,7 +93385,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73203,7 +93405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73217,7 +93426,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73267,7 +93483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73279,7 +93502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73305,7 +93535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73316,7 +93553,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73332,7 +93576,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73362,7 +93613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73373,7 +93631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73389,7 +93654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73418,7 +93690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73429,7 +93708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73445,7 +93731,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73459,7 +93752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73471,7 +93771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73521,7 +93828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73533,7 +93847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73559,7 +93880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73570,7 +93898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73586,7 +93921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73612,7 +93954,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73625,7 +93974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73639,7 +93995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73653,7 +94016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73665,7 +94035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73715,7 +94092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73727,7 +94111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73753,7 +94144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73764,7 +94162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73780,7 +94185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73794,7 +94206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73810,7 +94229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73825,7 +94251,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73838,7 +94271,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73856,7 +94296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73867,7 +94314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73917,7 +94371,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73929,7 +94390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73955,7 +94423,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73966,7 +94441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -73982,7 +94464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74025,7 +94514,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74036,7 +94532,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74052,7 +94555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74079,7 +94589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74090,7 +94607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74106,7 +94630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74133,7 +94664,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74144,7 +94682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74160,7 +94705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74177,7 +94729,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74200,7 +94759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74272,7 +94838,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74283,7 +94856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74299,7 +94879,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74316,7 +94903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74337,7 +94931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74360,7 +94961,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74371,7 +94979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74387,7 +95002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74414,7 +95036,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74423,7 +95052,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74434,7 +95070,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74471,7 +95114,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74482,7 +95132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74498,7 +95155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74515,7 +95179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74530,7 +95201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74541,7 +95219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74564,7 +95249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74575,7 +95267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74591,7 +95290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74608,7 +95314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74628,7 +95341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74641,7 +95361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74656,7 +95383,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74667,7 +95401,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74678,7 +95419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74701,7 +95449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74712,7 +95467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74728,7 +95490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74755,7 +95524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74766,7 +95542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74782,7 +95565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74809,7 +95599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74820,7 +95617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74836,7 +95640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74852,7 +95663,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74866,7 +95684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74878,7 +95703,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74889,7 +95721,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74939,7 +95778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74951,7 +95797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74977,7 +95830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -74988,7 +95848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75004,7 +95871,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75038,6 +95912,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -75049,7 +95924,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -75062,7 +95940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75083,7 +95968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75106,7 +95998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75117,7 +96016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75133,7 +96039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75150,7 +96063,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75164,7 +96084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75178,7 +96105,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75192,7 +96126,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75201,7 +96142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75212,7 +96160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75227,7 +96182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75277,7 +96239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75289,7 +96258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75315,7 +96291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75326,7 +96309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75342,7 +96332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75372,7 +96369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75410,7 +96414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75421,7 +96432,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75437,7 +96455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75475,7 +96500,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75486,7 +96518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75502,7 +96541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75519,7 +96565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75533,7 +96586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75583,7 +96643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75595,7 +96662,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75621,7 +96695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75632,7 +96713,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75648,7 +96736,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75665,7 +96760,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75687,7 +96789,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75701,7 +96810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75713,7 +96829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75726,7 +96849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75750,7 +96880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75761,7 +96898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75777,7 +96921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75809,7 +96960,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75818,7 +96976,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75851,7 +97016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75877,7 +97049,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75888,7 +97067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75904,7 +97090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75921,7 +97114,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75945,7 +97145,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75956,7 +97163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75972,7 +97186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -75989,7 +97210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76003,7 +97231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76017,7 +97252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76026,7 +97268,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76037,7 +97286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76066,7 +97322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76077,7 +97340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76093,7 +97363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76113,7 +97390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76160,7 +97444,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76171,7 +97462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76187,7 +97485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76201,7 +97506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76235,7 +97547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76259,7 +97578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76270,7 +97596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76286,7 +97619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76300,7 +97640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76329,7 +97676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76340,7 +97694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76356,7 +97717,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76482,7 +97850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76491,7 +97866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76522,7 +97904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76542,7 +97931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76554,7 +97950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76577,7 +97980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76610,7 +98020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76630,7 +98047,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76644,7 +98068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76662,7 +98093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76685,7 +98123,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76696,7 +98141,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76712,7 +98164,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76739,7 +98198,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76750,7 +98216,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76766,7 +98239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76799,7 +98279,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76810,7 +98297,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76826,7 +98320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76840,7 +98341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76856,7 +98364,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76873,7 +98388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76897,7 +98419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76908,7 +98437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76924,7 +98460,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76938,7 +98481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -76988,7 +98538,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77000,7 +98557,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77015,7 +98579,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77028,7 +98599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77042,7 +98620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77092,7 +98677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77104,7 +98696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77130,7 +98729,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77141,7 +98747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77157,7 +98770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77187,7 +98807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77198,7 +98825,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77214,7 +98848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77243,7 +98884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77254,7 +98902,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77270,7 +98925,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77284,7 +98946,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77296,7 +98965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77346,7 +99022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77358,7 +99041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77384,7 +99074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77395,7 +99092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77411,7 +99115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77437,7 +99148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77450,7 +99168,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77464,7 +99189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77478,7 +99210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77490,7 +99229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77540,7 +99286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77552,7 +99305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77578,7 +99338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77589,7 +99356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77605,7 +99379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77619,7 +99400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77635,7 +99423,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77650,7 +99445,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77663,7 +99465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77681,7 +99490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77692,7 +99508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77742,7 +99565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77754,7 +99584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77780,7 +99617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77791,7 +99635,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77807,7 +99658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77850,7 +99708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77861,7 +99726,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77877,7 +99749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77904,7 +99783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77915,7 +99801,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77931,7 +99824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77958,7 +99858,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77969,7 +99876,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -77985,7 +99899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78002,7 +99923,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78025,7 +99953,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78097,7 +100032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78108,7 +100050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78124,7 +100073,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78141,7 +100097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78162,7 +100125,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78185,7 +100155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78196,7 +100173,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78212,7 +100196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78239,7 +100230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78248,7 +100246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78259,7 +100264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78296,7 +100308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78307,7 +100326,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78323,7 +100349,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78340,7 +100373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78355,7 +100395,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78366,7 +100413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78389,7 +100443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78400,7 +100461,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78416,7 +100484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78433,7 +100508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78453,7 +100535,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78466,7 +100555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78481,7 +100577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78492,7 +100595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78503,7 +100613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78526,7 +100643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78537,7 +100661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78553,7 +100684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78580,7 +100718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78591,7 +100736,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78607,7 +100759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78634,7 +100793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78645,7 +100811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78661,7 +100834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78677,7 +100857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78691,7 +100878,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78703,7 +100897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78714,7 +100915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78764,7 +100972,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78776,7 +100991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78802,7 +101024,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78813,7 +101042,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78829,7 +101065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78863,6 +101106,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -78874,7 +101118,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -78887,7 +101134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78908,7 +101162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78931,7 +101192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78942,7 +101210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78958,7 +101233,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78975,7 +101257,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -78989,7 +101278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79003,7 +101299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79017,7 +101320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79026,7 +101336,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79037,7 +101354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79052,7 +101376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79102,7 +101433,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79114,7 +101452,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79140,7 +101485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79151,7 +101503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79167,7 +101526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79197,7 +101563,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79235,7 +101608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79246,7 +101626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79262,7 +101649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79300,7 +101694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79311,7 +101712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79327,7 +101735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79344,7 +101759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79358,7 +101780,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79408,7 +101837,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79420,7 +101856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79446,7 +101889,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79457,7 +101907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79473,7 +101930,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79490,7 +101954,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79512,7 +101983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79526,7 +102004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79538,7 +102023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79551,7 +102043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79575,7 +102074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79586,7 +102092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79602,7 +102115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79634,7 +102154,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79643,7 +102170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79676,7 +102210,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79702,7 +102243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79713,7 +102261,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79729,7 +102284,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79746,7 +102308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79770,7 +102339,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79781,7 +102357,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79797,7 +102380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79814,7 +102404,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79823,7 +102420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79834,7 +102438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79868,7 +102479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79877,7 +102495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79888,7 +102513,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79917,7 +102549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79928,7 +102567,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79944,7 +102590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79971,7 +102624,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79982,7 +102642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -79998,7 +102665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80015,7 +102689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80029,7 +102710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80046,7 +102734,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80093,7 +102788,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80104,7 +102806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80120,7 +102829,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80134,7 +102850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80147,7 +102870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80162,7 +102892,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80173,7 +102910,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80182,7 +102926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80193,7 +102944,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80206,7 +102964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80230,7 +102995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80241,7 +103013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80257,7 +103036,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80283,7 +103069,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80294,7 +103087,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80310,7 +103110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80337,7 +103144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80348,7 +103162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80364,7 +103185,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80482,7 +103310,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80497,7 +103332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80528,7 +103370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80548,7 +103397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80560,7 +103416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80583,7 +103446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80616,7 +103486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80636,7 +103513,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80650,7 +103534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80668,7 +103559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80691,7 +103589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80702,7 +103607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80718,7 +103630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80745,7 +103664,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80756,7 +103682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80772,7 +103705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80805,7 +103745,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80816,7 +103763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80832,7 +103786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80846,7 +103807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80862,7 +103830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80879,7 +103854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80903,7 +103885,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80914,7 +103903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80930,7 +103926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80944,7 +103947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -80994,7 +104004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81006,7 +104023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81021,7 +104045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81034,7 +104065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81048,7 +104086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81098,7 +104143,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81110,7 +104162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81136,7 +104195,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81147,7 +104213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81163,7 +104236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81193,7 +104273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81204,7 +104291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81220,7 +104314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81249,7 +104350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81260,7 +104368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81276,7 +104391,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81290,7 +104412,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81302,7 +104431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81352,7 +104488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81364,7 +104507,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81390,7 +104540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81401,7 +104558,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81417,7 +104581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81443,7 +104614,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81456,7 +104634,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81470,7 +104655,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81484,7 +104676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81496,7 +104695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81546,7 +104752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81558,7 +104771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81584,7 +104804,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81595,7 +104822,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81611,7 +104845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81625,7 +104866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81641,7 +104889,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81656,7 +104911,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81669,7 +104931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81687,7 +104956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81698,7 +104974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81748,7 +105031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81760,7 +105050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81786,7 +105083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81797,7 +105101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81813,7 +105124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81856,7 +105174,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81867,7 +105192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81883,7 +105215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81910,7 +105249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81921,7 +105267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81937,7 +105290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81964,7 +105324,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81975,7 +105342,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -81991,7 +105365,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82008,7 +105389,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82031,7 +105419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82103,7 +105498,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82114,7 +105516,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82130,7 +105539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82147,7 +105563,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82168,7 +105591,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82191,7 +105621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82202,7 +105639,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82218,7 +105662,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82245,7 +105696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82254,7 +105712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82265,7 +105730,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82302,7 +105774,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82313,7 +105792,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82329,7 +105815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82346,7 +105839,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82361,7 +105861,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82372,7 +105879,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82395,7 +105909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82406,7 +105927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82422,7 +105950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82439,7 +105974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82459,7 +106001,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82472,7 +106021,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82487,7 +106043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82498,7 +106061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82509,7 +106079,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82532,7 +106109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82543,7 +106127,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82559,7 +106150,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82586,7 +106184,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82597,7 +106202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82613,7 +106225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82640,7 +106259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82651,7 +106277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82667,7 +106300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82683,7 +106323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82697,7 +106344,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82709,7 +106363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82720,7 +106381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82770,7 +106438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82782,7 +106457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82808,7 +106490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82819,7 +106508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82835,7 +106531,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82869,6 +106572,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -82880,7 +106584,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -82893,7 +106600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82914,7 +106628,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82937,7 +106658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82948,7 +106676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82964,7 +106699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82981,7 +106723,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -82995,7 +106744,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83009,7 +106765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83023,7 +106786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83032,7 +106802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83043,7 +106820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83058,7 +106842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83108,7 +106899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83120,7 +106918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83146,7 +106951,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83157,7 +106969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83173,7 +106992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83203,7 +107029,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83241,7 +107074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83252,7 +107092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83268,7 +107115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83306,7 +107160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83317,7 +107178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83333,7 +107201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83350,7 +107225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83364,7 +107246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83414,7 +107303,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83426,7 +107322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83452,7 +107355,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83463,7 +107373,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83479,7 +107396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83496,7 +107420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83518,7 +107449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83532,7 +107470,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83544,7 +107489,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83557,7 +107509,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83581,7 +107540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83592,7 +107558,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83608,7 +107581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83640,7 +107620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83649,7 +107636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83682,7 +107676,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83708,7 +107709,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83719,7 +107727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83735,7 +107750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83752,7 +107774,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83776,7 +107805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83787,7 +107823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83803,7 +107846,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83820,7 +107870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83829,7 +107886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83840,7 +107904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83874,7 +107945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83883,7 +107961,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83894,7 +107979,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83923,7 +108015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83934,7 +108033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83950,7 +108056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83977,7 +108090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -83988,7 +108108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84004,7 +108131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84021,7 +108155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84035,7 +108176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84052,7 +108200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84099,7 +108254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84110,7 +108272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84126,7 +108295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84140,7 +108316,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84149,7 +108332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84160,7 +108350,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84173,7 +108370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84188,7 +108392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84199,7 +108410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84222,7 +108440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84233,7 +108458,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84249,7 +108481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84276,7 +108515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84287,7 +108533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84303,7 +108556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84329,7 +108589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84340,7 +108607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84356,7 +108630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84520,7 +108801,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84543,7 +108831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84555,7 +108850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84605,7 +108907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84617,7 +108926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84632,7 +108948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84645,7 +108968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84659,7 +108989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84709,7 +109046,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84721,7 +109065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84747,7 +109098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84780,7 +109138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84800,7 +109165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84814,7 +109186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84832,7 +109211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84855,7 +109241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84866,7 +109259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84882,7 +109282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84909,7 +109316,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84920,7 +109334,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84936,7 +109357,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84969,7 +109397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84980,7 +109415,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -84996,7 +109438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85010,7 +109459,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85026,7 +109482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85056,7 +109519,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85067,7 +109537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85083,7 +109560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85112,7 +109596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85123,7 +109614,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85139,7 +109637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85165,7 +109670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85196,7 +109708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85216,7 +109735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85228,7 +109754,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85251,7 +109784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85262,7 +109802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85278,7 +109825,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85295,7 +109849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85319,7 +109880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85330,7 +109898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85346,7 +109921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85360,7 +109942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85410,7 +109999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85422,7 +110018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85448,7 +110051,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85459,7 +110069,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85475,7 +110092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85489,7 +110113,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85502,7 +110133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85516,7 +110154,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85528,7 +110173,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85540,7 +110192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85590,7 +110249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85602,7 +110268,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85628,7 +110301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85639,7 +110319,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85655,7 +110342,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85669,7 +110363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85685,7 +110386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85700,7 +110408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85713,7 +110428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85731,7 +110453,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85742,7 +110471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85792,7 +110528,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85804,7 +110547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85830,7 +110580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85841,7 +110598,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85857,7 +110621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85900,7 +110671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85911,7 +110689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85927,7 +110712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85954,7 +110746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85965,7 +110764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -85981,7 +110787,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86008,7 +110821,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86019,7 +110839,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86035,7 +110862,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86049,7 +110883,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86099,7 +110940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86111,7 +110959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86137,7 +110992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86148,7 +111010,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86164,7 +111033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86198,6 +111074,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -86209,7 +111086,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -86222,7 +111102,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86243,7 +111130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86266,7 +111160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86277,7 +111178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86293,7 +111201,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86310,7 +111225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86319,7 +111241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86330,7 +111259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86367,7 +111303,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86378,7 +111321,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86394,7 +111344,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86411,7 +111368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86426,7 +111390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86437,7 +111408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86460,7 +111438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86471,7 +111456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86487,7 +111479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86504,7 +111503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86518,7 +111524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86527,7 +111540,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86538,7 +111558,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86553,7 +111580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86603,7 +111637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86615,7 +111656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86641,7 +111689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86652,7 +111707,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86668,7 +111730,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86698,7 +111767,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86736,7 +111812,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86747,7 +111830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86763,7 +111853,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86801,7 +111898,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86812,7 +111916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86828,7 +111939,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86845,7 +111963,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86859,7 +111984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86909,7 +112041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86921,7 +112060,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86947,7 +112093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86958,7 +112111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86974,7 +112134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -86991,7 +112158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87013,7 +112187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87027,7 +112208,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87039,7 +112227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87052,7 +112247,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87076,7 +112278,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87087,7 +112296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87103,7 +112319,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87135,7 +112358,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87144,7 +112374,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87177,7 +112414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87203,7 +112447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87214,7 +112465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87230,7 +112488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87247,7 +112512,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87271,7 +112543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87282,7 +112561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87298,7 +112584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87315,7 +112608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87324,7 +112624,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87335,7 +112642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87369,7 +112683,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87378,7 +112699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87389,7 +112717,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87418,7 +112753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87429,7 +112771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87445,7 +112794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87472,7 +112828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87483,7 +112846,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87499,7 +112869,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87516,7 +112893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87530,7 +112914,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87547,7 +112938,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87594,7 +112992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87605,7 +113010,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87621,7 +113033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87637,7 +113056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87651,7 +113077,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87665,7 +113098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87679,7 +113119,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87702,7 +113149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87774,7 +113228,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87785,7 +113246,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87801,7 +113269,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87818,7 +113293,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87839,7 +113321,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87862,7 +113351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87873,7 +113369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87889,7 +113392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87916,7 +113426,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87930,7 +113447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87944,7 +113468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87964,7 +113495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87977,7 +113515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -87992,7 +113537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88003,7 +113555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88014,7 +113573,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88037,7 +113603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88048,7 +113621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88064,7 +113644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88091,7 +113678,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88102,7 +113696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88118,7 +113719,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88145,7 +113753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88156,7 +113771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88172,7 +113794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88247,7 +113876,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88258,7 +113894,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88274,7 +113917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88407,7 +114057,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88416,7 +114073,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88447,7 +114111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88467,7 +114138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88479,7 +114157,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88502,7 +114187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88535,7 +114227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88555,7 +114254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88569,7 +114275,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88587,7 +114300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88610,7 +114330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88621,7 +114348,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88637,7 +114371,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88664,7 +114405,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88675,7 +114423,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88691,7 +114446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88724,7 +114486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88735,7 +114504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88751,7 +114527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88765,7 +114548,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88781,7 +114571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88798,7 +114595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88822,7 +114626,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88833,7 +114644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88849,7 +114667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88863,7 +114688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88913,7 +114745,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88925,7 +114764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88940,7 +114786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88953,7 +114806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -88967,7 +114827,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89017,7 +114884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89029,7 +114903,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89055,7 +114936,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89066,7 +114954,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89082,7 +114977,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89112,7 +115014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89123,7 +115032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89139,7 +115055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89168,7 +115091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89179,7 +115109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89195,7 +115132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89209,7 +115153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89221,7 +115172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89271,7 +115229,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89283,7 +115248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89309,7 +115281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89320,7 +115299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89336,7 +115322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89362,7 +115355,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89375,7 +115375,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89389,7 +115396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89403,7 +115417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89415,7 +115436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89465,7 +115493,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89477,7 +115512,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89503,7 +115545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89514,7 +115563,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89530,7 +115586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89544,7 +115607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89560,7 +115630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89575,7 +115652,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89588,7 +115672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89606,7 +115697,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89617,7 +115715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89667,7 +115772,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89679,7 +115791,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89705,7 +115824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89716,7 +115842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89732,7 +115865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89775,7 +115915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89786,7 +115933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89802,7 +115956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89829,7 +115990,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89840,7 +116008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89856,7 +116031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89883,7 +116065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89894,7 +116083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89910,7 +116106,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89927,7 +116130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -89950,7 +116160,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90022,7 +116239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90033,7 +116257,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90049,7 +116280,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90066,7 +116304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90087,7 +116332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90110,7 +116362,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90121,7 +116380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90137,7 +116403,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90164,7 +116437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90173,7 +116453,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90184,7 +116471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90221,7 +116515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90232,7 +116533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90248,7 +116556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90265,7 +116580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90280,7 +116602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90291,7 +116620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90314,7 +116650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90325,7 +116668,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90341,7 +116691,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90358,7 +116715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90378,7 +116742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90391,7 +116762,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90406,7 +116784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90417,7 +116802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90428,7 +116820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90451,7 +116850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90462,7 +116868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90478,7 +116891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90505,7 +116925,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90516,7 +116943,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90532,7 +116966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90559,7 +117000,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90570,7 +117018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90586,7 +117041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90602,7 +117064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90616,7 +117085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90628,7 +117104,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90639,7 +117122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90689,7 +117179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90701,7 +117198,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90727,7 +117231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90738,7 +117249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90754,7 +117272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90788,6 +117313,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -90799,7 +117325,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -90812,7 +117341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90833,7 +117369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90856,7 +117399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90867,7 +117417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90883,7 +117440,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90900,7 +117464,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90914,7 +117485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90928,7 +117506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90942,7 +117527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90951,7 +117543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90962,7 +117561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -90977,7 +117583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91027,7 +117640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91039,7 +117659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91065,7 +117692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91076,7 +117710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91092,7 +117733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91122,7 +117770,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91160,7 +117815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91171,7 +117833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91187,7 +117856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91225,7 +117901,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91236,7 +117919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91252,7 +117942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91269,7 +117966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91283,7 +117987,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91333,7 +118044,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91345,7 +118063,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91371,7 +118096,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91382,7 +118114,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91398,7 +118137,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91415,7 +118161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91437,7 +118190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91451,7 +118211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91463,7 +118230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91476,7 +118250,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91500,7 +118281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91511,7 +118299,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91527,7 +118322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91559,7 +118361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91568,7 +118377,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91601,7 +118417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91627,7 +118450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91638,7 +118468,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91654,7 +118491,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91671,7 +118515,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91695,7 +118546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91706,7 +118564,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91722,7 +118587,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91739,7 +118611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91748,7 +118627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91759,7 +118645,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91793,7 +118686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91802,7 +118702,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91813,7 +118720,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91842,7 +118756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91853,7 +118774,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91869,7 +118797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91896,7 +118831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91907,7 +118849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91923,7 +118872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91940,7 +118896,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91954,7 +118917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -91971,7 +118941,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92018,7 +118995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92029,7 +119013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92045,7 +119036,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92080,7 +119078,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92103,7 +119108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92114,7 +119126,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92130,7 +119149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92139,7 +119165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92171,7 +119204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92194,7 +119234,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92205,7 +119252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92221,7 +119275,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92373,7 +119434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92388,7 +119456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92438,7 +119513,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92450,7 +119532,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92465,7 +119554,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92478,7 +119574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92492,7 +119595,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92542,7 +119652,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92554,7 +119671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92580,7 +119704,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92613,7 +119744,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92633,7 +119771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92647,7 +119792,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92665,7 +119817,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92688,7 +119847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92699,7 +119865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92715,7 +119888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92742,7 +119922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92753,7 +119940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92769,7 +119963,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92802,7 +120003,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92813,7 +120021,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92829,7 +120044,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92843,7 +120065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92859,7 +120088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92889,7 +120125,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92900,7 +120143,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92916,7 +120166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92945,7 +120202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92956,7 +120220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -92972,7 +120243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93002,7 +120280,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93011,7 +120296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93042,7 +120334,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93062,7 +120361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93074,7 +120380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93097,7 +120410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93108,7 +120428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93124,7 +120451,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93141,7 +120475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93165,7 +120506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93176,7 +120524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93192,7 +120547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93206,7 +120568,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93256,7 +120625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93268,7 +120644,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93294,7 +120677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93305,7 +120695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93321,7 +120718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93335,7 +120739,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93347,7 +120758,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93397,7 +120815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93409,7 +120834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93435,7 +120867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93446,7 +120885,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93462,7 +120908,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93488,7 +120941,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93501,7 +120961,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93515,7 +120982,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93529,7 +121003,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93541,7 +121022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93591,7 +121079,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93603,7 +121098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93629,7 +121131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93640,7 +121149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93656,7 +121172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93670,7 +121193,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93686,7 +121216,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93701,7 +121238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93714,7 +121258,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93732,7 +121283,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93743,7 +121301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93793,7 +121358,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93805,7 +121377,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93831,7 +121410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93842,7 +121428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93858,7 +121451,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93901,7 +121501,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93912,7 +121519,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93928,7 +121542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93955,7 +121576,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93966,7 +121594,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -93982,7 +121617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94009,7 +121651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94020,7 +121669,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94036,7 +121692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94053,7 +121716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94076,7 +121746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94148,7 +121825,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94159,7 +121843,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94175,7 +121866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94192,7 +121890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94213,7 +121918,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94236,7 +121948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94247,7 +121966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94263,7 +121989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94290,7 +122023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94299,7 +122039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94310,7 +122057,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94347,7 +122101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94358,7 +122119,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94374,7 +122142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94391,7 +122166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94406,7 +122188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94417,7 +122206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94440,7 +122236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94451,7 +122254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94467,7 +122277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94484,7 +122301,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94504,7 +122328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94517,7 +122348,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94532,7 +122370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94543,7 +122388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94554,7 +122406,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94577,7 +122436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94588,7 +122454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94604,7 +122477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94631,7 +122511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94642,7 +122529,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94658,7 +122552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94685,7 +122586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94696,7 +122604,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94712,7 +122627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94728,7 +122650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94742,7 +122671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94754,7 +122690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94765,7 +122708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94815,7 +122765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94827,7 +122784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94853,7 +122817,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94864,7 +122835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94880,7 +122858,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94914,6 +122899,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -94925,7 +122911,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -94938,7 +122927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94959,7 +122955,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94982,7 +122985,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -94993,7 +123003,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95009,7 +123026,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95026,7 +123050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95040,7 +123071,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95054,7 +123092,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95068,7 +123113,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95082,7 +123134,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95096,7 +123155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95146,7 +123212,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95158,7 +123231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95184,7 +123264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95195,7 +123282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95211,7 +123305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95228,7 +123329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95250,7 +123358,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95264,7 +123379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95276,7 +123398,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95289,7 +123418,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95313,7 +123449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95324,7 +123467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95340,7 +123490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95372,7 +123529,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95381,7 +123545,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95414,7 +123585,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95440,7 +123618,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95451,7 +123636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95467,7 +123659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95484,7 +123683,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95508,7 +123714,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95519,7 +123732,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95535,7 +123755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95552,7 +123779,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95561,7 +123795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95572,7 +123813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95606,7 +123854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95615,7 +123870,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95626,7 +123888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95655,7 +123924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95666,7 +123942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95682,7 +123965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95709,7 +123999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95720,7 +124017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95736,7 +124040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95753,7 +124064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95767,7 +124085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95784,7 +124109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95831,7 +124163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95842,7 +124181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95858,7 +124204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95872,7 +124225,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95887,7 +124247,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95937,7 +124304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95949,7 +124323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95975,7 +124356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -95986,7 +124374,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96002,7 +124397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96032,7 +124434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96070,7 +124479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96081,7 +124497,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96097,7 +124520,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96135,7 +124565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96146,7 +124583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96162,7 +124606,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96203,7 +124654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96214,7 +124672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96230,7 +124695,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96354,7 +124826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96363,7 +124842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96394,7 +124880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96414,7 +124907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96426,7 +124926,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96449,7 +124956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96482,7 +124996,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96502,7 +125023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96516,7 +125044,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96534,7 +125069,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96557,7 +125099,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96568,7 +125117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96584,7 +125140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96611,7 +125174,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96622,7 +125192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96638,7 +125215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96671,7 +125255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96682,7 +125273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96698,7 +125296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96712,7 +125317,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96728,7 +125340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96745,7 +125364,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96769,7 +125395,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96780,7 +125413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96796,7 +125436,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96810,7 +125457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96860,7 +125514,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96872,7 +125533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96887,7 +125555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96900,7 +125575,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96914,7 +125596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96964,7 +125653,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -96976,7 +125672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97002,7 +125705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97013,7 +125723,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97029,7 +125746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97059,7 +125783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97070,7 +125801,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97086,7 +125824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97115,7 +125860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97126,7 +125878,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97142,7 +125901,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97156,7 +125922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97168,7 +125941,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97218,7 +125998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97230,7 +126017,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97256,7 +126050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97267,7 +126068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97283,7 +126091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97309,7 +126124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97322,7 +126144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97336,7 +126165,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97350,7 +126186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97362,7 +126205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97412,7 +126262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97424,7 +126281,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97450,7 +126314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97461,7 +126332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97477,7 +126355,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97491,7 +126376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97507,7 +126399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97522,7 +126421,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97535,7 +126441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97553,7 +126466,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97564,7 +126484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97614,7 +126541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97626,7 +126560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97652,7 +126593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97663,7 +126611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97679,7 +126634,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97722,7 +126684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97733,7 +126702,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97749,7 +126725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97776,7 +126759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97787,7 +126777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97803,7 +126800,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97830,7 +126834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97841,7 +126852,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97857,7 +126875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97874,7 +126899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97897,7 +126929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97969,7 +127008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97980,7 +127026,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -97996,7 +127049,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98013,7 +127073,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98034,7 +127101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98057,7 +127131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98068,7 +127149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98084,7 +127172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98111,7 +127206,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98120,7 +127222,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98131,7 +127240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98168,7 +127284,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98179,7 +127302,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98195,7 +127325,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98212,7 +127349,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98227,7 +127371,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98238,7 +127389,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98261,7 +127419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98272,7 +127437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98288,7 +127460,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98305,7 +127484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98325,7 +127511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98338,7 +127531,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98353,7 +127553,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98364,7 +127571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98375,7 +127589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98398,7 +127619,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98409,7 +127637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98425,7 +127660,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98452,7 +127694,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98463,7 +127712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98479,7 +127735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98506,7 +127769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98517,7 +127787,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98533,7 +127810,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98549,7 +127833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98563,7 +127854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98575,7 +127873,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98586,7 +127891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98636,7 +127948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98648,7 +127967,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98674,7 +128000,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98685,7 +128018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98701,7 +128041,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98735,6 +128082,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -98746,7 +128094,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -98759,7 +128110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98780,7 +128138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98803,7 +128168,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98814,7 +128186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98830,7 +128209,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98847,7 +128233,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98861,7 +128254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98875,7 +128275,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98889,7 +128296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98898,7 +128312,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98909,7 +128330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98924,7 +128352,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98974,7 +128409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -98986,7 +128428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99012,7 +128461,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99023,7 +128479,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99039,7 +128502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99069,7 +128539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99107,7 +128584,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99118,7 +128602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99134,7 +128625,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99172,7 +128670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99183,7 +128688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99199,7 +128711,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99216,7 +128735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99230,7 +128756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99280,7 +128813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99292,7 +128832,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99318,7 +128865,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99329,7 +128883,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99345,7 +128906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99362,7 +128930,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99384,7 +128959,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99398,7 +128980,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99410,7 +128999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99423,7 +129019,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99447,7 +129050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99458,7 +129068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99474,7 +129091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99506,7 +129130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99515,7 +129146,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99548,7 +129186,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99574,7 +129219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99585,7 +129237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99601,7 +129260,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99618,7 +129284,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99642,7 +129315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99653,7 +129333,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99669,7 +129356,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99686,7 +129380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99695,7 +129396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99706,7 +129414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99740,7 +129455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99749,7 +129471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99760,7 +129489,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99789,7 +129525,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99800,7 +129543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99816,7 +129566,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99843,7 +129600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99854,7 +129618,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99870,7 +129641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99887,7 +129665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99901,7 +129686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99918,7 +129710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99965,7 +129764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99976,7 +129782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -99992,7 +129805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100006,7 +129826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100041,7 +129868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100052,7 +129886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100068,7 +129909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100200,7 +130048,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100209,7 +130064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100240,7 +130102,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100260,7 +130129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100272,7 +130148,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100295,7 +130178,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100328,7 +130218,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100348,7 +130245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100362,7 +130266,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100380,7 +130291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100403,7 +130321,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100414,7 +130339,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100430,7 +130362,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100457,7 +130396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100468,7 +130414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100484,7 +130437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100517,7 +130477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100528,7 +130495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100544,7 +130518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100558,7 +130539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100574,7 +130562,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100591,7 +130586,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100615,7 +130617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100626,7 +130635,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100642,7 +130658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100656,7 +130679,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100706,7 +130736,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100718,7 +130755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100733,7 +130777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100746,7 +130797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100760,7 +130818,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100810,7 +130875,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100822,7 +130894,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100848,7 +130927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100859,7 +130945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100875,7 +130968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100905,7 +131005,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100916,7 +131023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100932,7 +131046,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100961,7 +131082,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100972,7 +131100,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -100988,7 +131123,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101002,7 +131144,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101014,7 +131163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101064,7 +131220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101076,7 +131239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101102,7 +131272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101113,7 +131290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101129,7 +131313,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101155,7 +131346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101168,7 +131366,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101182,7 +131387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101196,7 +131408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101208,7 +131427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101258,7 +131484,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101270,7 +131503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101296,7 +131536,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101307,7 +131554,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101323,7 +131577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101337,7 +131598,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101353,7 +131621,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101368,7 +131643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101381,7 +131663,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101399,7 +131688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101410,7 +131706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101460,7 +131763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101472,7 +131782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101498,7 +131815,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101509,7 +131833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101525,7 +131856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101568,7 +131906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101579,7 +131924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101595,7 +131947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101622,7 +131981,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101633,7 +131999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101649,7 +132022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101676,7 +132056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101687,7 +132074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101703,7 +132097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101720,7 +132121,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101743,7 +132151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101815,7 +132230,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101826,7 +132248,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101842,7 +132271,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101859,7 +132295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101880,7 +132323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101903,7 +132353,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101914,7 +132371,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101930,7 +132394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101957,7 +132428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101966,7 +132444,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -101977,7 +132462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102014,7 +132506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102025,7 +132524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102041,7 +132547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102058,7 +132571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102073,7 +132593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102084,7 +132611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102107,7 +132641,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102118,7 +132659,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102134,7 +132682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102151,7 +132706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102171,7 +132733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102184,7 +132753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102199,7 +132775,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102210,7 +132793,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102221,7 +132811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102244,7 +132841,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102255,7 +132859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102271,7 +132882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102298,7 +132916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102309,7 +132934,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102325,7 +132957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102352,7 +132991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102363,7 +133009,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102379,7 +133032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102395,7 +133055,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102409,7 +133076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102421,7 +133095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102432,7 +133113,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102482,7 +133170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102494,7 +133189,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102520,7 +133222,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102531,7 +133240,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102547,7 +133263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102581,6 +133304,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -102592,7 +133316,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -102605,7 +133332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102626,7 +133360,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102649,7 +133390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102660,7 +133408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102676,7 +133431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102693,7 +133455,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102707,7 +133476,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102721,7 +133497,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102735,7 +133518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102744,7 +133534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102755,7 +133552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102770,7 +133574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102820,7 +133631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102832,7 +133650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102858,7 +133683,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102869,7 +133701,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102885,7 +133724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102915,7 +133761,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102953,7 +133806,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102964,7 +133824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -102980,7 +133847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103018,7 +133892,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103029,7 +133910,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103045,7 +133933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103062,7 +133957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103076,7 +133978,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103126,7 +134035,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103138,7 +134054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103164,7 +134087,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103175,7 +134105,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103191,7 +134128,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103208,7 +134152,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103230,7 +134181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103244,7 +134202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103256,7 +134221,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103269,7 +134241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103293,7 +134272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103304,7 +134290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103320,7 +134313,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103352,7 +134352,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103361,7 +134368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103394,7 +134408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103420,7 +134441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103431,7 +134459,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103447,7 +134482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103464,7 +134506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103488,7 +134537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103499,7 +134555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103515,7 +134578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103532,7 +134602,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103541,7 +134618,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103552,7 +134636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103586,7 +134677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103595,7 +134693,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103606,7 +134711,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103635,7 +134747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103646,7 +134765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103662,7 +134788,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103689,7 +134822,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103700,7 +134840,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103716,7 +134863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103733,7 +134887,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103747,7 +134908,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103764,7 +134932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103811,7 +134986,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103822,7 +135004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103838,7 +135027,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103858,7 +135054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103895,7 +135098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103906,7 +135116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103922,7 +135139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103931,7 +135155,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103948,7 +135179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103985,7 +135223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -103996,7 +135241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104012,7 +135264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104108,7 +135367,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104132,7 +135398,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104165,7 +135438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104185,7 +135465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104199,7 +135486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104217,7 +135511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104240,7 +135541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104251,7 +135559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104267,7 +135582,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104294,7 +135616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104305,7 +135634,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104321,7 +135657,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104354,7 +135697,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104365,7 +135715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104381,7 +135738,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104395,7 +135759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104411,7 +135782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104435,7 +135813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104446,7 +135831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104462,7 +135854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104490,7 +135889,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "subject": { "type": "string" @@ -104608,7 +136014,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104623,7 +136036,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104654,7 +136074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104674,7 +136101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104686,7 +136120,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104709,7 +136150,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104742,7 +136190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104762,7 +136217,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104776,7 +136238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104794,7 +136263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104817,7 +136293,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104828,7 +136311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104844,7 +136334,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104871,7 +136368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104882,7 +136386,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104898,7 +136409,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104931,7 +136449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104942,7 +136467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104958,7 +136490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104972,7 +136511,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -104988,7 +136534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105005,7 +136558,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105029,7 +136589,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105040,7 +136607,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105056,7 +136630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105070,7 +136651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105120,7 +136708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105132,7 +136727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105147,7 +136749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105160,7 +136769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105174,7 +136790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105224,7 +136847,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105236,7 +136866,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105262,7 +136899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105273,7 +136917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105289,7 +136940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105319,7 +136977,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105330,7 +136995,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105346,7 +137018,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105375,7 +137054,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105386,7 +137072,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105402,7 +137095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105416,7 +137116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105428,7 +137135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105478,7 +137192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105490,7 +137211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105516,7 +137244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105527,7 +137262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105543,7 +137285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105569,7 +137318,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105582,7 +137338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105596,7 +137359,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105610,7 +137380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105622,7 +137399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105672,7 +137456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105684,7 +137475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105710,7 +137508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105721,7 +137526,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105737,7 +137549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105751,7 +137570,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105767,7 +137593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105782,7 +137615,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105795,7 +137635,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105813,7 +137660,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105824,7 +137678,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105874,7 +137735,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105886,7 +137754,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105912,7 +137787,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105923,7 +137805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105939,7 +137828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105982,7 +137878,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -105993,7 +137896,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106009,7 +137919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106036,7 +137953,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106047,7 +137971,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106063,7 +137994,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106090,7 +138028,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106101,7 +138046,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106117,7 +138069,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106134,7 +138093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106157,7 +138123,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106229,7 +138202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106240,7 +138220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106256,7 +138243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106273,7 +138267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106294,7 +138295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106317,7 +138325,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106328,7 +138343,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106344,7 +138366,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106371,7 +138400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106380,7 +138416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106391,7 +138434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106428,7 +138478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106439,7 +138496,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106455,7 +138519,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106472,7 +138543,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106487,7 +138565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106498,7 +138583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106521,7 +138613,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106532,7 +138631,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106548,7 +138654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106565,7 +138678,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106585,7 +138705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106598,7 +138725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106613,7 +138747,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106624,7 +138765,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106635,7 +138783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106658,7 +138813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106669,7 +138831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106685,7 +138854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106712,7 +138888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106723,7 +138906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106739,7 +138929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106766,7 +138963,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106777,7 +138981,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106793,7 +139004,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106809,7 +139027,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106823,7 +139048,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106835,7 +139067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106846,7 +139085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106896,7 +139142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106908,7 +139161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106934,7 +139194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106945,7 +139212,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106961,7 +139235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -106995,6 +139276,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -107006,7 +139288,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -107019,7 +139304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107040,7 +139332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107063,7 +139362,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107074,7 +139380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107090,7 +139403,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107107,7 +139427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107121,7 +139448,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107135,7 +139469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107149,7 +139490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107158,7 +139506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107169,7 +139524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107184,7 +139546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107234,7 +139603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107246,7 +139622,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107272,7 +139655,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107283,7 +139673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107299,7 +139696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107329,7 +139733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107367,7 +139778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107378,7 +139796,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107394,7 +139819,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107432,7 +139864,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107443,7 +139882,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107459,7 +139905,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107476,7 +139929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107490,7 +139950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107540,7 +140007,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107552,7 +140026,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107578,7 +140059,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107589,7 +140077,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107605,7 +140100,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107622,7 +140124,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107644,7 +140153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107658,7 +140174,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107670,7 +140193,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107683,7 +140213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107707,7 +140244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107718,7 +140262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107734,7 +140285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107766,7 +140324,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107775,7 +140340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107808,7 +140380,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107834,7 +140413,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107845,7 +140431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107861,7 +140454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107878,7 +140478,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107902,7 +140509,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107913,7 +140527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107929,7 +140550,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107946,7 +140574,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107955,7 +140590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -107966,7 +140608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108000,7 +140649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108009,7 +140665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108020,7 +140683,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108049,7 +140719,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108060,7 +140737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108076,7 +140760,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108103,7 +140794,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108114,7 +140812,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108130,7 +140835,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108147,7 +140859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108161,7 +140880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108178,7 +140904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108225,7 +140958,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108236,7 +140976,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108252,7 +140999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108266,7 +141020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108277,7 +141038,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108300,7 +141068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108311,7 +141086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108327,7 +141109,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108456,7 +141245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108477,7 +141273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108508,7 +141311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108528,7 +141338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108540,7 +141357,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108563,7 +141387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108596,7 +141427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108616,7 +141454,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108630,7 +141475,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108648,7 +141500,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108671,7 +141530,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108682,7 +141548,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108698,7 +141571,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108725,7 +141605,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108736,7 +141623,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108752,7 +141646,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108785,7 +141686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108796,7 +141704,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108812,7 +141727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108826,7 +141748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108842,7 +141771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108859,7 +141795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108883,7 +141826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108894,7 +141844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108910,7 +141867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108924,7 +141888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108974,7 +141945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -108986,7 +141964,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109001,7 +141986,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109014,7 +142006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109028,7 +142027,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109078,7 +142084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109090,7 +142103,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109116,7 +142136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109127,7 +142154,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109143,7 +142177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109173,7 +142214,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109184,7 +142232,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109200,7 +142255,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109229,7 +142291,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109240,7 +142309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109256,7 +142332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109270,7 +142353,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109282,7 +142372,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109332,7 +142429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109344,7 +142448,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109370,7 +142481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109381,7 +142499,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109397,7 +142522,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109423,7 +142555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109436,7 +142575,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109450,7 +142596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109464,7 +142617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109476,7 +142636,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109526,7 +142693,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109538,7 +142712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109564,7 +142745,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109575,7 +142763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109591,7 +142786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109605,7 +142807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109621,7 +142830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109636,7 +142852,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109649,7 +142872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109667,7 +142897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109678,7 +142915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109728,7 +142972,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109740,7 +142991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109766,7 +143024,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109777,7 +143042,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109793,7 +143065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109836,7 +143115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109847,7 +143133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109863,7 +143156,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109890,7 +143190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109901,7 +143208,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109917,7 +143231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109944,7 +143265,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109955,7 +143283,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109971,7 +143306,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -109988,7 +143330,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110011,7 +143360,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110083,7 +143439,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110094,7 +143457,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110110,7 +143480,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110127,7 +143504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110148,7 +143532,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110171,7 +143562,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110182,7 +143580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110198,7 +143603,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110225,7 +143637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110234,7 +143653,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110245,7 +143671,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110282,7 +143715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110293,7 +143733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110309,7 +143756,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110326,7 +143780,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110341,7 +143802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110352,7 +143820,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110375,7 +143850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110386,7 +143868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110402,7 +143891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110419,7 +143915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110439,7 +143942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110452,7 +143962,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110467,7 +143984,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110478,7 +144002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110489,7 +144020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110512,7 +144050,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110523,7 +144068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110539,7 +144091,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110566,7 +144125,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110577,7 +144143,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110593,7 +144166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110620,7 +144200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110631,7 +144218,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110647,7 +144241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110663,7 +144264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110677,7 +144285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110689,7 +144304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110700,7 +144322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110750,7 +144379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110762,7 +144398,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110788,7 +144431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110799,7 +144449,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110815,7 +144472,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110849,6 +144513,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -110860,7 +144525,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -110873,7 +144541,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110894,7 +144569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110917,7 +144599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110928,7 +144617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110944,7 +144640,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110961,7 +144664,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110975,7 +144685,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -110989,7 +144706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111003,7 +144727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111012,7 +144743,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111023,7 +144761,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111038,7 +144783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111088,7 +144840,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111100,7 +144859,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111126,7 +144892,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111137,7 +144910,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111153,7 +144933,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111183,7 +144970,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111221,7 +145015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111232,7 +145033,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111248,7 +145056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111286,7 +145101,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111297,7 +145119,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111313,7 +145142,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111330,7 +145166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111344,7 +145187,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111394,7 +145244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111406,7 +145263,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111432,7 +145296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111443,7 +145314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111459,7 +145337,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111476,7 +145361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111498,7 +145390,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111512,7 +145411,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111524,7 +145430,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111537,7 +145450,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111561,7 +145481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111572,7 +145499,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111588,7 +145522,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111620,7 +145561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111629,7 +145577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111662,7 +145617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111688,7 +145650,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111699,7 +145668,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111715,7 +145691,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111732,7 +145715,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111756,7 +145746,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111767,7 +145764,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111783,7 +145787,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111800,7 +145811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111809,7 +145827,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111820,7 +145845,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111854,7 +145886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111863,7 +145902,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111874,7 +145920,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111903,7 +145956,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111914,7 +145974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111930,7 +145997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111957,7 +146031,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111968,7 +146049,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -111984,7 +146072,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112001,7 +146096,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112015,7 +146117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112032,7 +146141,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112079,7 +146195,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112090,7 +146213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112106,7 +146236,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112148,7 +146285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112159,7 +146303,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112175,7 +146326,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112196,7 +146354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112235,7 +146400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112246,7 +146418,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112262,7 +146441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112364,7 +146550,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112394,7 +146587,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112427,7 +146627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112447,7 +146654,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112461,7 +146675,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112479,7 +146700,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112502,7 +146730,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112513,7 +146748,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112529,7 +146771,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112556,7 +146805,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112567,7 +146823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112583,7 +146846,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112616,7 +146886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112627,7 +146904,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112643,7 +146927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112657,7 +146948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112673,7 +146971,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112703,7 +147008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112714,7 +147026,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112730,7 +147049,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112846,7 +147172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112867,7 +147200,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112879,7 +147219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112929,7 +147276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112941,7 +147295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112956,7 +147317,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112969,7 +147337,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -112983,7 +147358,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113033,7 +147415,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113045,7 +147434,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113071,7 +147467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113104,7 +147507,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113124,7 +147534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113138,7 +147555,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113156,7 +147580,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113179,7 +147610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113190,7 +147628,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113206,7 +147651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113233,7 +147685,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113244,7 +147703,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113260,7 +147726,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113293,7 +147766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113304,7 +147784,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113320,7 +147807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113334,7 +147828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113350,7 +147851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113380,7 +147888,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113391,7 +147906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113407,7 +147929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113436,7 +147965,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113447,7 +147983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113463,7 +148006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113489,7 +148039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113520,7 +148077,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113540,7 +148104,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113552,7 +148123,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113575,7 +148153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113586,7 +148171,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113602,7 +148194,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113619,7 +148218,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113643,7 +148249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113654,7 +148267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113670,7 +148290,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113684,7 +148311,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113734,7 +148368,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113746,7 +148387,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113772,7 +148420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113783,7 +148438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113799,7 +148461,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113813,7 +148482,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113826,7 +148502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113840,7 +148523,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113852,7 +148542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113864,7 +148561,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113914,7 +148618,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113926,7 +148637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113952,7 +148670,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113963,7 +148688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113979,7 +148711,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -113993,7 +148732,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114009,7 +148755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114024,7 +148777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114037,7 +148797,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114055,7 +148822,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114066,7 +148840,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114116,7 +148897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114128,7 +148916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114154,7 +148949,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114165,7 +148967,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114181,7 +148990,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114224,7 +149040,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114235,7 +149058,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114251,7 +149081,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114278,7 +149115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114289,7 +149133,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114305,7 +149156,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114332,7 +149190,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114343,7 +149208,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114359,7 +149231,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114373,7 +149252,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114423,7 +149309,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114435,7 +149328,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114461,7 +149361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114472,7 +149379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114488,7 +149402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114522,6 +149443,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -114533,7 +149455,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -114546,7 +149471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114567,7 +149499,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114590,7 +149529,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114601,7 +149547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114617,7 +149570,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114634,7 +149594,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114643,7 +149610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114654,7 +149628,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114691,7 +149672,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114702,7 +149690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114718,7 +149713,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114735,7 +149737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114750,7 +149759,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114761,7 +149777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114784,7 +149807,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114795,7 +149825,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114811,7 +149848,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114828,7 +149872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114842,7 +149893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114851,7 +149909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114862,7 +149927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114877,7 +149949,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114927,7 +150006,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114939,7 +150025,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114965,7 +150058,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114976,7 +150076,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -114992,7 +150099,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115022,7 +150136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115060,7 +150181,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115071,7 +150199,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115087,7 +150222,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115125,7 +150267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115136,7 +150285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115152,7 +150308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115169,7 +150332,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115183,7 +150353,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115233,7 +150410,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115245,7 +150429,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115271,7 +150462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115282,7 +150480,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115298,7 +150503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115315,7 +150527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115337,7 +150556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115351,7 +150577,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115363,7 +150596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115376,7 +150616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115400,7 +150647,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115411,7 +150665,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115427,7 +150688,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115459,7 +150727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115468,7 +150743,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115501,7 +150783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115527,7 +150816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115538,7 +150834,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115554,7 +150857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115571,7 +150881,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115595,7 +150912,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115606,7 +150930,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115622,7 +150953,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115639,7 +150977,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115648,7 +150993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115659,7 +151011,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115693,7 +151052,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115702,7 +151068,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115713,7 +151086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115742,7 +151122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115753,7 +151140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115769,7 +151163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115796,7 +151197,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115807,7 +151215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115823,7 +151238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115840,7 +151262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115854,7 +151283,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115871,7 +151307,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115918,7 +151361,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115929,7 +151379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115945,7 +151402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115961,7 +151425,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115975,7 +151446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -115989,7 +151467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116003,7 +151488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116026,7 +151518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116098,7 +151597,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116109,7 +151615,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116125,7 +151638,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116142,7 +151662,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116163,7 +151690,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116186,7 +151720,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116197,7 +151738,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116213,7 +151761,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116240,7 +151795,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116254,7 +151816,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116268,7 +151837,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116288,7 +151864,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116301,7 +151884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116316,7 +151906,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116327,7 +151924,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116338,7 +151942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116361,7 +151972,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116372,7 +151990,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116388,7 +152013,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116415,7 +152047,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116426,7 +152065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116442,7 +152088,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116469,7 +152122,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116480,7 +152140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116496,7 +152163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116522,7 +152196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116533,7 +152214,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116549,7 +152237,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116735,7 +152430,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116749,7 +152451,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116799,7 +152508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116811,7 +152527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116826,7 +152549,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116839,7 +152569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116853,7 +152590,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116903,7 +152647,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116915,7 +152666,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116941,7 +152699,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116974,7 +152739,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -116994,7 +152766,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117008,7 +152787,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117026,7 +152812,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117049,7 +152842,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117060,7 +152860,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117076,7 +152883,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117103,7 +152917,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117114,7 +152935,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117130,7 +152958,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117163,7 +152998,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117174,7 +153016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117190,7 +153039,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117204,7 +153060,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117220,7 +153083,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117250,7 +153120,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117261,7 +153138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117277,7 +153161,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117306,7 +153197,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117317,7 +153215,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117333,7 +153238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117350,7 +153262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117381,7 +153300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117401,7 +153327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117413,7 +153346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117436,7 +153376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117447,7 +153394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117463,7 +153417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117480,7 +153441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117504,7 +153472,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117515,7 +153490,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117531,7 +153513,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117545,7 +153534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117595,7 +153591,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117607,7 +153610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117633,7 +153643,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117644,7 +153661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117660,7 +153684,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117674,7 +153705,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117686,7 +153724,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117736,7 +153781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117748,7 +153800,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117774,7 +153833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117785,7 +153851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117801,7 +153874,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117827,7 +153907,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117840,7 +153927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117854,7 +153948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117868,7 +153969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117880,7 +153988,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117930,7 +154045,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117942,7 +154064,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117968,7 +154097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117979,7 +154115,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -117995,7 +154138,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118009,7 +154159,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118025,7 +154182,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118040,7 +154204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118053,7 +154224,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118071,7 +154249,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118082,7 +154267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118132,7 +154324,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118144,7 +154343,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118170,7 +154376,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118181,7 +154394,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118197,7 +154417,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118240,7 +154467,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118251,7 +154485,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118267,7 +154508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118294,7 +154542,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118305,7 +154560,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118321,7 +154583,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118348,7 +154617,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118359,7 +154635,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118375,7 +154658,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118392,7 +154682,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118415,7 +154712,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118487,7 +154791,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118498,7 +154809,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118514,7 +154832,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118531,7 +154856,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118552,7 +154884,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118575,7 +154914,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118586,7 +154932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118602,7 +154955,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118629,7 +154989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118638,7 +155005,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118649,7 +155023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118686,7 +155067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118697,7 +155085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118713,7 +155108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118730,7 +155132,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118745,7 +155154,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118756,7 +155172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118779,7 +155202,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118790,7 +155220,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118806,7 +155243,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118823,7 +155267,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118843,7 +155294,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118856,7 +155314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118871,7 +155336,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118882,7 +155354,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118893,7 +155372,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118916,7 +155402,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118927,7 +155420,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118943,7 +155443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118970,7 +155477,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118981,7 +155495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -118997,7 +155518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119024,7 +155552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119035,7 +155570,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119051,7 +155593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119067,7 +155616,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119081,7 +155637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119093,7 +155656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119104,7 +155674,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119154,7 +155731,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119166,7 +155750,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119192,7 +155783,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119203,7 +155801,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119219,7 +155824,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119253,6 +155865,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -119264,7 +155877,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -119277,7 +155893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119298,7 +155921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119321,7 +155951,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119332,7 +155969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119348,7 +155992,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119365,7 +156016,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119379,7 +156037,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119393,7 +156058,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119407,7 +156079,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119416,7 +156095,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119427,7 +156113,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119442,7 +156135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119492,7 +156192,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119504,7 +156211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119530,7 +156244,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119541,7 +156262,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119557,7 +156285,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119587,7 +156322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119625,7 +156367,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119636,7 +156385,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119652,7 +156408,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119690,7 +156453,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119701,7 +156471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119717,7 +156494,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119734,7 +156518,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119748,7 +156539,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119798,7 +156596,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119810,7 +156615,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119836,7 +156648,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119847,7 +156666,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119863,7 +156689,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119880,7 +156713,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119902,7 +156742,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119916,7 +156763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119928,7 +156782,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119941,7 +156802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119965,7 +156833,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119976,7 +156851,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -119992,7 +156874,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120024,7 +156913,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120033,7 +156929,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120066,7 +156969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120092,7 +157002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120103,7 +157020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120119,7 +157043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120136,7 +157067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120160,7 +157098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120171,7 +157116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120187,7 +157139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120204,7 +157163,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120213,7 +157179,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120224,7 +157197,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120258,7 +157238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120267,7 +157254,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120278,7 +157272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120307,7 +157308,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120318,7 +157326,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120334,7 +157349,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120361,7 +157383,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120372,7 +157401,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120388,7 +157424,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120405,7 +157448,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120419,7 +157469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120436,7 +157493,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120483,7 +157547,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120494,7 +157565,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120510,7 +157588,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120535,7 +157620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120564,7 +157656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120578,7 +157677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120602,7 +157708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120613,7 +157726,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120629,7 +157749,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120766,7 +157893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120775,7 +157909,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120806,7 +157947,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120826,7 +157974,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120838,7 +157993,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120861,7 +158023,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120894,7 +158063,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120914,7 +158090,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120928,7 +158111,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120946,7 +158136,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120969,7 +158166,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120980,7 +158184,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -120996,7 +158207,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121023,7 +158241,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121034,7 +158259,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121050,7 +158282,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121083,7 +158322,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121094,7 +158340,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121110,7 +158363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121124,7 +158384,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121140,7 +158407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121157,7 +158431,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121181,7 +158462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121192,7 +158480,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121208,7 +158503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121222,7 +158524,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121272,7 +158581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121284,7 +158600,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121299,7 +158622,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121312,7 +158642,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121326,7 +158663,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121376,7 +158720,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121388,7 +158739,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121414,7 +158772,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121425,7 +158790,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121441,7 +158813,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121471,7 +158850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121482,7 +158868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121498,7 +158891,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121527,7 +158927,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121538,7 +158945,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121554,7 +158968,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121568,7 +158989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121580,7 +159008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121630,7 +159065,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121642,7 +159084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121668,7 +159117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121679,7 +159135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121695,7 +159158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121721,7 +159191,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121734,7 +159211,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121748,7 +159232,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121762,7 +159253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121774,7 +159272,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121824,7 +159329,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121836,7 +159348,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121862,7 +159381,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121873,7 +159399,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121889,7 +159422,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121903,7 +159443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121919,7 +159466,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121934,7 +159488,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121947,7 +159508,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121965,7 +159533,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -121976,7 +159551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122026,7 +159608,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122038,7 +159627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122064,7 +159660,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122075,7 +159678,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122091,7 +159701,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122134,7 +159751,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122145,7 +159769,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122161,7 +159792,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122188,7 +159826,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122199,7 +159844,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122215,7 +159867,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122242,7 +159901,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122253,7 +159919,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122269,7 +159942,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122286,7 +159966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122309,7 +159996,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122381,7 +160075,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122392,7 +160093,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122408,7 +160116,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122425,7 +160140,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122446,7 +160168,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122469,7 +160198,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122480,7 +160216,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122496,7 +160239,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122523,7 +160273,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122532,7 +160289,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122543,7 +160307,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122580,7 +160351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122591,7 +160369,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122607,7 +160392,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122624,7 +160416,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122639,7 +160438,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122650,7 +160456,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122673,7 +160486,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122684,7 +160504,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122700,7 +160527,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122717,7 +160551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122737,7 +160578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122750,7 +160598,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122765,7 +160620,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122776,7 +160638,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122787,7 +160656,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122810,7 +160686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122821,7 +160704,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122837,7 +160727,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122864,7 +160761,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122875,7 +160779,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122891,7 +160802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122918,7 +160836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122929,7 +160854,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122945,7 +160877,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122961,7 +160900,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122975,7 +160921,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122987,7 +160940,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -122998,7 +160958,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123048,7 +161015,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123060,7 +161034,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123086,7 +161067,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123097,7 +161085,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123113,7 +161108,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123147,6 +161149,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -123158,7 +161161,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -123171,7 +161177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123192,7 +161205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123215,7 +161235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123226,7 +161253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123242,7 +161276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123259,7 +161300,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123273,7 +161321,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123287,7 +161342,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123301,7 +161363,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123310,7 +161379,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123321,7 +161397,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123336,7 +161419,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123386,7 +161476,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123398,7 +161495,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123424,7 +161528,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123435,7 +161546,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123451,7 +161569,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123481,7 +161606,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123519,7 +161651,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123530,7 +161669,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123546,7 +161692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123584,7 +161737,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123595,7 +161755,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123611,7 +161778,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123628,7 +161802,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123642,7 +161823,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123692,7 +161880,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123704,7 +161899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123730,7 +161932,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123741,7 +161950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123757,7 +161973,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123774,7 +161997,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123796,7 +162026,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123810,7 +162047,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123822,7 +162066,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123835,7 +162086,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123859,7 +162117,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123870,7 +162135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123886,7 +162158,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123918,7 +162197,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123927,7 +162213,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123960,7 +162253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123986,7 +162286,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -123997,7 +162304,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124013,7 +162327,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124030,7 +162351,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124054,7 +162382,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124065,7 +162400,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124081,7 +162423,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124098,7 +162447,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124107,7 +162463,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124118,7 +162481,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124152,7 +162522,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124161,7 +162538,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124172,7 +162556,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124201,7 +162592,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124212,7 +162610,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124228,7 +162633,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124255,7 +162667,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124266,7 +162685,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124282,7 +162708,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124299,7 +162732,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124313,7 +162753,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124330,7 +162777,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124377,7 +162831,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124388,7 +162849,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124404,7 +162872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124440,7 +162915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124466,7 +162948,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124477,7 +162966,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124493,7 +162989,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124607,7 +163110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124629,7 +163139,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124660,7 +163177,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124680,7 +163204,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124692,7 +163223,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124715,7 +163253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124748,7 +163293,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124768,7 +163320,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124782,7 +163341,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124800,7 +163366,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124823,7 +163396,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124834,7 +163414,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124850,7 +163437,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124877,7 +163471,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124888,7 +163489,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124904,7 +163512,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124937,7 +163552,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124948,7 +163570,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124964,7 +163593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124978,7 +163614,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -124994,7 +163637,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125011,7 +163661,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125035,7 +163692,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125046,7 +163710,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125062,7 +163733,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125076,7 +163754,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125126,7 +163811,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125138,7 +163830,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125153,7 +163852,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125166,7 +163872,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125180,7 +163893,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125230,7 +163950,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125242,7 +163969,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125268,7 +164002,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125279,7 +164020,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125295,7 +164043,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125325,7 +164080,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125336,7 +164098,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125352,7 +164121,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125381,7 +164157,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125392,7 +164175,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125408,7 +164198,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125422,7 +164219,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125434,7 +164238,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125484,7 +164295,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125496,7 +164314,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125522,7 +164347,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125533,7 +164365,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125549,7 +164388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125575,7 +164421,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125588,7 +164441,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125602,7 +164462,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125616,7 +164483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125628,7 +164502,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125678,7 +164559,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125690,7 +164578,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125716,7 +164611,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125727,7 +164629,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125743,7 +164652,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125757,7 +164673,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125773,7 +164696,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125788,7 +164718,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125801,7 +164738,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125819,7 +164763,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125830,7 +164781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125880,7 +164838,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125892,7 +164857,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125918,7 +164890,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125929,7 +164908,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125945,7 +164931,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125988,7 +164981,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -125999,7 +164999,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126015,7 +165022,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126042,7 +165056,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126053,7 +165074,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126069,7 +165097,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126096,7 +165131,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126107,7 +165149,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126123,7 +165172,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126140,7 +165196,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126163,7 +165226,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126235,7 +165305,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126246,7 +165323,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126262,7 +165346,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126279,7 +165370,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126300,7 +165398,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126323,7 +165428,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126334,7 +165446,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126350,7 +165469,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126377,7 +165503,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126386,7 +165519,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126397,7 +165537,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126434,7 +165581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126445,7 +165599,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126461,7 +165622,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126478,7 +165646,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126493,7 +165668,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126504,7 +165686,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126527,7 +165716,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126538,7 +165734,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126554,7 +165757,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126571,7 +165781,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126591,7 +165808,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126604,7 +165828,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126619,7 +165850,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126630,7 +165868,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126641,7 +165886,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126664,7 +165916,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126675,7 +165934,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126691,7 +165957,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126718,7 +165991,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126729,7 +166009,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126745,7 +166032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126772,7 +166066,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126783,7 +166084,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126799,7 +166107,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126815,7 +166130,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126829,7 +166151,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126841,7 +166170,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126852,7 +166188,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126902,7 +166245,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126914,7 +166264,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126940,7 +166297,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126951,7 +166315,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -126967,7 +166338,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127001,6 +166379,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -127012,7 +166391,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { @@ -127025,7 +166407,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127046,7 +166435,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127069,7 +166465,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127080,7 +166483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127096,7 +166506,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127113,7 +166530,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127127,7 +166551,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127141,7 +166572,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127155,7 +166593,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127164,7 +166609,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127175,7 +166627,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127190,7 +166649,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127240,7 +166706,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127252,7 +166725,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127278,7 +166758,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127289,7 +166776,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127305,7 +166799,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127335,7 +166836,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127373,7 +166881,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127384,7 +166899,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127400,7 +166922,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127438,7 +166967,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127449,7 +166985,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127465,7 +167008,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127482,7 +167032,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127496,7 +167053,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127546,7 +167110,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127558,7 +167129,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127584,7 +167162,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127595,7 +167180,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127611,7 +167203,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127628,7 +167227,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127650,7 +167256,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127664,7 +167277,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127676,7 +167296,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127689,7 +167316,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127713,7 +167347,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127724,7 +167365,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127740,7 +167388,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127772,7 +167427,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127781,7 +167443,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127814,7 +167483,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127840,7 +167516,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127851,7 +167534,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127867,7 +167557,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127884,7 +167581,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127908,7 +167612,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127919,7 +167630,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127935,7 +167653,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127952,7 +167677,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127961,7 +167693,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -127972,7 +167711,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128006,7 +167752,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128015,7 +167768,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128026,7 +167786,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128055,7 +167822,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128066,7 +167840,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128082,7 +167863,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128109,7 +167897,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128120,7 +167915,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128136,7 +167938,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128153,7 +167962,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128167,7 +167983,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128184,7 +168007,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128231,7 +168061,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128242,7 +168079,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128258,7 +168102,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128284,7 +168135,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128295,7 +168153,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128311,7 +168176,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128333,7 +168205,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128356,7 +168235,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128367,7 +168253,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" @@ -128383,7 +168276,14 @@ "type": "object", "properties": { "id": { - "type": "number" + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] }, "documentId": { "type": "string" diff --git a/src/extensions/users-permissions/content-types/user/schema.json b/src/extensions/users-permissions/content-types/user/schema.json index 64974c5..08e3aa4 100644 --- a/src/extensions/users-permissions/content-types/user/schema.json +++ b/src/extensions/users-permissions/content-types/user/schema.json @@ -131,6 +131,7 @@ "choir_addict", "choir_master", "choir_singer", + "musician", "none" ] }, @@ -142,7 +143,10 @@ "alto", "tenor", "baryton", - "basse" + "basse", + "contralto", + "contretenor", + "unknown" ] }, "dob": { diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index fbec076..674f2ca 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -2067,7 +2067,14 @@ export interface PluginUsersPermissionsUser 'api::group-membership.group-membership' >; job: Schema.Attribute.Enumeration< - ['choir_director', 'choir_addict', 'choir_master', 'choir_singer', 'none'] + [ + 'choir_director', + 'choir_addict', + 'choir_master', + 'choir_singer', + 'musician', + 'none', + ] >; languages: Schema.Attribute.JSON; locale: Schema.Attribute.String & Schema.Attribute.Private; @@ -2113,7 +2120,17 @@ export interface PluginUsersPermissionsUser minLength: 3; }>; voice: Schema.Attribute.Enumeration< - ['soprano', 'mezzo-soprano', 'alto', 'tenor', 'baryton', 'basse'] + [ + 'soprano', + 'mezzo-soprano', + 'alto', + 'tenor', + 'baryton', + 'basse', + 'contralto', + 'contretenor', + 'unknown', + ] >; }; }