{"version":3,"file":"validate-blueprint-v2-CJ8Xbxyz.cjs","sources":["../../../../packages/playground/blueprints/public/blueprint-v2-schema-validator.js","../../../../packages/playground/blueprints/src/lib/v2/validate-blueprint-v2.ts"],"sourcesContent":["'use strict';\nexport const validate = validate10;\nexport default validate10;\nconst schema11 = {\n\t$schema: 'http://json-schema.org/schema',\n\t$ref: '#/definitions/BlueprintV2Declaration',\n\tdefinitions: {\n\t\tBlueprintV2Declaration: { $ref: '#/definitions/V2Schema.BlueprintV2' },\n\t\t'V2Schema.BlueprintV2': {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tversion: {\n\t\t\t\t\ttype: 'number',\n\t\t\t\t\tconst: 2,\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Not a generic \\'number\\' type – this schema is specifically for Blueprints v2. Version 1 had no \"version\" field and versions 3, 4, 5, etc will be different from version 2.',\n\t\t\t\t},\n\t\t\t\t$schema: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ExecutionContextPath',\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdescription: 'JSON Schema URL.',\n\t\t\t\t},\n\t\t\t\tblueprintMeta: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tname: { type: 'string' },\n\t\t\t\t\t\tdescription: { type: 'string' },\n\t\t\t\t\t\tmoreInfo: { type: 'string' },\n\t\t\t\t\t\tversion: { type: 'string' },\n\t\t\t\t\t\tauthors: { type: 'array', items: { type: 'string' } },\n\t\t\t\t\t\thomepage: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdonateLink: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t},\n\t\t\t\t\t\ttags: { type: 'array', items: { type: 'string' } },\n\t\t\t\t\t\tlicense: { type: 'string' },\n\t\t\t\t\t},\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t},\n\t\t\t\tapplicationOptions: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t'wordpress-playground': {\n\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\tlandingPage: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'The first page the user is redirected to once the Playground is loaded and the Blueprint is executed.',\n\t\t\t\t\t\t\t\t\tdefault: '/wp-admin',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tlogin: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tusername: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tpassword: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['username', 'password'],\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'Whether to log the user in after the Blueprint is executed. If true, the user is logged in as \"admin\".',\n\t\t\t\t\t\t\t\t\tdefault: false,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tnetworkAccess: {\n\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'Whether to allow the site to access the network.',\n\t\t\t\t\t\t\t\t\tdefault: false,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tloadPhpExtensions: {\n\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\titems: { type: 'string', const: 'intl' },\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'Optional PHP extensions to load in the Playground runtime before executing the Blueprint. Extensions omitted from this list are not disabled.',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Options for the WordPress Playground.',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\trequired: ['wordpress-playground'],\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Divergence from Blueprints v1:\\n\\nThere are no `landingPage` or `login` top-level properties. Instead, Blueprint v2 introduces a dedicated top-level `applicationOptions` property for declaring options or opinions for different application contexts.\\n\\nTo keep Blueprints portable and focused on site creation, this specification only allows a small set of Playground-specific options. Other environments cannot declare additional options. Future versions of this specification may allow additional options – they will be discussed on a case-by-case basis.',\n\t\t\t\t},\n\t\t\t\tcontentBaseline: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{ type: 'string', const: 'keep-all' },\n\t\t\t\t\t\t{ type: 'string', const: 'empty' },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tenum: ['posts', 'pages'],\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['posts', 'pages', 'comments'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tminItems: 1,\n\t\t\t\t\t\t\tuniqueItems: true,\n\t\t\t\t\t\t\tallOf: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tif: { contains: { const: 'comments' } },\n\t\t\t\t\t\t\t\t\tthen: {\n\t\t\t\t\t\t\t\t\t\tallOf: [\n\t\t\t\t\t\t\t\t\t\t\t{ contains: { const: 'posts' } },\n\t\t\t\t\t\t\t\t\t\t\t{ contains: { const: 'pages' } },\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'The content from a vanilla WordPress installation to retain before applying the rest of the Blueprint. `keep-all` leaves the installation unchanged, `empty` removes its posts, pages, and comments, a content type retains only that type, and a list retains the selected content types.\\n\\nThis policy runs only when the current invocation creates vanilla WordPress. It is skipped when applying the Blueprint to an existing site, so it cannot erase content from that site. It is not valid when `wordpressVersion` is \"none\". Metadata and relationships follow their parent content. Empty content tables have their sequences reset so subsequent imports receive the identifiers they would on a site created without default content.\\n\\nComments can only be retained together with both posts and pages because the schema cannot know which type contains their parent records.',\n\t\t\t\t\tdefault: 'keep-all',\n\t\t\t\t},\n\t\t\t\tusersBaseline: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tenum: ['keep-all', 'empty'],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'The users from a vanilla WordPress installation to retain before applying the rest of the Blueprint. `keep-all` retains the administrator created by WordPress, while `empty` removes it before creating the users declared by this Blueprint.\\n\\nEmpty user tables have their sequences reset before those users are created.\\n\\nAn empty user baseline requires an empty content baseline so removing the installation administrator cannot silently delete or orphan authored content. It also requires at least one declared administrator, ensuring the resulting WordPress site remains manageable.\\n\\nLike `contentBaseline`, this policy is skipped when applying the Blueprint to an existing site and is not valid when `wordpressVersion` is \"none\".',\n\t\t\t\t\tdefault: 'keep-all',\n\t\t\t\t},\n\t\t\t\tsiteLanguage: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Sets the WPLANG constant and downloads any missing translations for WordPress core and all the installed plugins and themes. If you need a fine-grained control over the translations, use imperative steps in the `additionalStepsAfterExecution` array.',\n\t\t\t\t\tdefault: 'en_US',\n\t\t\t\t},\n\t\t\t\tsiteOptions: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\ttype: [\n\t\t\t\t\t\t\t'string',\n\t\t\t\t\t\t\t'boolean',\n\t\t\t\t\t\t\t'number',\n\t\t\t\t\t\t\t'array',\n\t\t\t\t\t\t\t'object',\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tblogname: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Site title.\\n\\nExample: \"Adam\\'s Movies\"',\n\t\t\t\t\t\t\tdefault: 'My WordPress Site',\n\t\t\t\t\t\t},\n\t\t\t\t\t\ttimezone_string: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tdescription: 'Example: \"Poland/Warsaw\"',\n\t\t\t\t\t\t\tdefault: 'UTC',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tpermalink_structure: {\n\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t{ type: 'boolean', const: false },\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Site permalink structure. If present and different from the current permalink structure, the Blueprint runner will run `$wp_rewrite->flush_rules();`. If you only want to set this option without flushing the rules, use an explicit `additionalStepsAfterExecution` step.\\n\\nExample: \"/%year%/%monthnum%/%postname%/\" or false for no pretty permalinks.',\n\t\t\t\t\t\t\tdefault: '/%postname%/',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsiteUrl: false,\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Site options. In WordPress, the values are PHP-serializable, but Blueprints are intentionally restricted to an even stricter subset of those, that are JSON-serializable. This is to prevent passing JavaScript Date objects and similar.\\n\\nThe runner **MUST** use the WordPress `update_option` function to store the siteOptions values defined in this property as WordPress options. Lists and objects are passed to `update_option` as PHP arrays.\\n\\nSite options example:\\n\\n```json {     \"blogname\": \"Adam\\'s Movies\",     \"timezone\": \"Poland/Warsaw\",     \"gutenberg-experiments\": { \\t\\t\\t\\'gutenberg-custom-dataviews\\': true, \\t\\t\\t\\'gutenberg-new-posts-dashboard\\': true, \\t\\t\\t\\'gutenberg-quick-edit-dataviews\\': true \\t\\t} } ```',\n\t\t\t\t},\n\t\t\t\tconstants: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\ttype: ['boolean', 'string', 'number'],\n\t\t\t\t\t},\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tWP_DEBUG: { type: 'boolean' },\n\t\t\t\t\t\tWP_DEBUG_LOG: { type: 'boolean' },\n\t\t\t\t\t\tWP_DEBUG_DISPLAY: { type: 'boolean' },\n\t\t\t\t\t\tSCRIPT_DEBUG: { type: 'boolean' },\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Constants to define in the wp-config.php file.\\n\\nThe runner may overwrite the define() calls in the wp-config.php file on the target site. It assumes the wp-config.php file at the Blueprint Execution Target is writable.',\n\t\t\t\t},\n\t\t\t\twordpressVersion: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.WordPressVersion' },\n\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\tmin: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionConstraintVersion',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmax: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionConstraintVersion',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tpreferred: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionPreferredVersion',\n\t\t\t\t\t\t\t\t\tdefault: 'latest',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trequired: ['min'],\n\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'WordPress version to install or require.\\n\\nA string selects the version for a newly created site. A branch such as `6.8` selects the newest available release in that branch. Strings are selection hints and do not reject an existing site. `\"none\"` boots the PHP runtime without downloading WordPress or initializing its database.\\n\\nAn object declares compatibility bounds. The runner chooses the newest available release within those bounds for a new site and verifies an existing site\\'s installed version against them. `preferred` influences new-site selection without narrowing compatibility.\\n\\nA data reference supplies the WordPress files for a newly created site.',\n\t\t\t\t\tdefault: 'latest',\n\t\t\t\t},\n\t\t\t\tphpVersion: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.PHPVersion' },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\tmin: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trecommended: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmax: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t\"The PHP version required for this Blueprint to work.\\n\\nIn runtimes where we set up the runtime, such as Playground and wp-env, the runner will choose a version compatible with this constraint.\\n\\nIn other environments, this is used for validation. The Blueprint engine will throw an error if the currently running PHP version doesn't match this constraint.\",\n\t\t\t\t\tdefault:\n\t\t\t\t\t\t'\"8.0\". Changing the default value will bump the Blueprint version.',\n\t\t\t\t},\n\t\t\t\tactiveTheme: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'The theme to install and also activate.\\n\\n> Why not support an `active` property in the `themes` array?\\n\\nBecause an `\"active\"` property would have to default to `false` for themes while it defaults to `true` for plugins. That\\'s error-prone and confusing.',\n\t\t\t\t},\n\t\t\t\tthemes: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Installed themes to install without activating them.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"themes\": [         \"stylish-press-theme\",         \"adventurer@4.6.0\",         {             \"source\": \"https://github.com/richtabor/kanso/archive/refs/heads/main.zip\",             \"targetDirectoryName\": \"kanso\"         }     ] } ```',\n\t\t\t\t},\n\t\t\t\tplugins: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to activate the plugin.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'true.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tactivationOptions: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Parameters to pass to the plugin during activation.\\n\\nThese options are stored in a site option that the plugin can access during its activation hook. The option name is:\\n\\n```php \\'blueprint_activation_\\' . plugin_basename( __FILE__ ) ```\\n\\nThis ensures uniqueness even when multiple versions of the same plugin exist. This is similar to how the `register_activation_hook` function requires the plugin file path as its first argument.\\n\\nThe Blueprint runner will remove the option after activating the plugin.\\n\\nExample:\\n\\nIn the Blueprint: ```json {     \"source\": \"woocommerce\",     \"activationOptions\": {         \"storeCity\": \"Wrocław\",         \"storeCountry\": \"Poland\",         \"storePostalCode\": \"53-607\"     } } ```\\n\\nIn the plugin\\'s activation hook:\\n\\n```php register_activation_hook( __FILE__, function( $network_wide ) {     // Get the activation options from the transient     $option_name = \\'blueprint_activation_\\' . plugin_basename( __FILE__ );     $blueprint_activation_options = get_option( $option_name ) ?? [];\\n\\n    if ( $blueprint_activation_options ) {         $store_city = $blueprint_activation_options[\\'storeCity\\'] ?? \\'\\';         $store_country = $blueprint_activation_options[\\'storeCountry\\'] ?? \\'\\';         $store_postal_code = $blueprint_activation_options[\\'storePostalCode\\'] ?? \\'\\';\\n\\n        // ...do something with the options...     }\\n\\n    // Continue with normal activation... } ); ```',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/plugins to install the plugin at. If not provided, it will be inferred from the plugin source.',\n\t\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['skip-plugin', 'throw'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a plugin fails to install.\\n\\nUse-case:   Compatibility testing. A Blueprint may install WordPress nightly with   a number of plugins to test. Some of those plugins may not yet be compatible   with the latest version of WordPress. This is something to take not of,   but not a strong reason to fail the entire Blueprint installation.\",\n\t\t\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'How to handle a plugin that is already installed.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"plugins\": [         {             \"source\": \"https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Jetpack Beta\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Jetpack Beta plugin\" instead of \"Installing https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A list of plugins to install and activate.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"plugins\": [         \"jetpack\",         \"akismet@6.4.3\",         \"./query-monitor.php\",         \"./code-block.zip\",         {             \"source\": \"https://github.com/woocommerce/woocommerce/archive/refs/heads/6.4.3.zip\",             \"active\": false         }     ] } ```',\n\t\t\t\t},\n\t\t\t\tmuPlugins: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: { $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A list of mu-plugins to install.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"muPlugins\": [         {             \"filename\": \"addFilter-0.php\",             \"content\": \"<?php add_action( \\'requests-requests.before_request\\', function( &$url ) {\\\\n$url = \\'https://playground.wordpress.net/cors-proxy.php?\\' . $url;\\\\n} );\"         }     ] } ```',\n\t\t\t\t},\n\t\t\t\tpostTypes: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tlabel: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Name of the post type shown in the menu. Usually plural. Default is value of $labels['name'].\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tlabels: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tname: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"General name for the post type, usually plural. Default is 'Posts' / 'Pages'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tsingular_name: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Name for one object of this post type. Default is 'Post' / 'Page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tadd_new: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for adding a new item. Default is 'Add New' / 'Add New'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tadd_new_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for adding a new singular item. Default is 'Add New Post' / 'Add New Page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tedit_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for editing a singular item. Default is 'Edit Post' / 'Edit Page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tnew_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the new item page title. Default is 'New Post' / 'New Page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tview_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for viewing a singular item. Default is 'View Post' / 'View Page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tview_items: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for viewing post type archives. Default is 'View Posts' / 'View Pages'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tsearch_items: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for searching plural items. Default is 'Search Posts' / 'Search Pages'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tnot_found: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when no items are found. Default is 'No posts found' / 'No pages found'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tnot_found_in_trash: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when no items are in the Trash. Default is 'No posts found in Trash' / 'No pages found in Trash'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tparent_item_colon: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used to prefix parents of hierarchical items. Default is 'Parent Page:'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tall_items: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label to signify all items in a submenu link. Default is 'All Posts' / 'All Pages'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tarchives: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for archives in nav menus. Default is 'Post Archives' / 'Page Archives'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tattributes: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the attributes meta box. Default is 'Post Attributes' / 'Page Attributes'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tinsert_into_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the media frame button. Default is 'Insert into post' / 'Insert into page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tuploaded_to_this_item: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the media frame filter. Default is 'Uploaded to this post' / 'Uploaded to this page'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tfeatured_image: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the featured image meta box title. Default is 'Featured image'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tset_featured_image: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for setting the featured image. Default is 'Set featured image'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tremove_featured_image: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for removing the featured image. Default is 'Remove featured image'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tuse_featured_image: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label in the media frame for using a featured image. Default is 'Use as featured image'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmenu_name: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Label for the menu name. Default is the same as name.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tfilter_items_list: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the table views hidden heading. Default is 'Filter posts list' / 'Filter pages list'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tfilter_by_date: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the date filter in list tables. Default is 'Filter by date'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titems_list_navigation: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the table pagination hidden heading. Default is 'Posts list navigation' / 'Pages list navigation'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titems_list: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label for the table hidden heading. Default is 'Posts list' / 'Pages list'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_published: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is published. Default is 'Post published.' / 'Page published.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_published_privately: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is published with private visibility. Default is 'Post published privately.' / 'Page published privately.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_reverted_to_draft: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is switched to a draft. Default is 'Post reverted to draft.' / 'Page reverted to draft.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_trashed: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is moved to Trash. Default is 'Post trashed.' / 'Page trashed.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_scheduled: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is scheduled for publishing. Default is 'Post scheduled.' / 'Page scheduled.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_updated: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is updated. Default is 'Post updated.' / 'Page updated.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_link: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Title for a navigation link block variation. Default is 'Post Link' / 'Page Link'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\titem_link_description: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Description for a navigation link block variation. Default is 'A link to a post.' / 'A link to a page.'\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An array of labels for this post type. If not set, post labels are inherited for non-hierarchical types and page labels for hierarchical ones\\n\\nThe labels documented for WordPress 6.8 are listed below, and this type also supports an arbitrary set of labels to support future WordPress releases.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdescription: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'A short descriptive summary of what the post type is.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tpublic: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether a post type is intended for use publicly either via the admin interface or by front-end users. While the default settings of $exclude_from_search, $publicly_queryable, $show_ui, and $show_in_nav_menus are inherited from $public, each does not rely on this relationship and controls a very specific intention. Default false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thierarchical: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether the post type is hierarchical (e.g. page). Default false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\texclude_from_search: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to exclude posts with this post type from front end search results. Default is the opposite value of $public.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tpublicly_queryable: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether queries can be performed on the front end for the post type as part of parse_request(). Endpoints would include:\\n* ?post_type={post_type_key}\\n* ?{post_type_key}={single_post_slug}\\n* ?{post_type_query_var}={single_post_slug} If not set, the default is inherited from $public.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tshow_ui: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to generate and allow a UI for managing this post type in the admin. Default is value of $public.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tshow_in_menu: {\n\t\t\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Where to show the post type in the admin menu. To work, $show_ui must be true. If true, the post type is shown in its own top level menu. If false, no menu is shown. If a string of an existing top level menu ('tools.php' or 'edit.php?post_type=page', for example), the post type will be placed as a sub-menu of that. Default is value of $show_ui.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tshow_in_admin_bar: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Makes this post type available via the admin bar. Default is value of $show_in_menu.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tshow_in_nav_menus: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Makes this post type available for selection in navigation menus. Default is value of $public.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tshow_in_rest: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to include the post type in the REST API. Set this to true for the post type to be available in the block editor.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trest_base: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'To change the base URL of REST API route. Default is $post_type.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trest_namespace: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'To change the namespace URL of REST API route. Default is wp/v2.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trest_controller_class: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"REST API controller class name. Default is 'WP_REST_Posts_Controller'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmenu_icon: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"The URL to the icon to be used for this menu. Pass a base64-encoded SVG using a data URI, which will be colored to match the color scheme — this should begin with 'data:image/svg+xml;base64,'. Pass the name of a Dashicons helper class to use a font icon, e.g. 'dashicons-chart-pie'. Pass 'none' to leave div.wp-menu-image empty so an icon can be added via CSS. Defaults to use the posts icon.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmenu_position: {\n\t\t\t\t\t\t\t\t\t\ttype: ['string', 'number'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The position in the menu order the post type should appear. To work, $show_in_menu must be true. Default null (at the bottom).',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trename_capabilities: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to rename the capabilities for this post type.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tsingular_capability_name: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The singular capability name for this post type.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tplural_capability_name: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The plural capability name for this post type.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttaxonomies: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An array of taxonomy identifiers that will be registered for the post type. Taxonomies can be registered later with register_taxonomy() or register_taxonomy_for_object_type().',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tquery_var_name: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The query var name for this post type.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tregister_meta_box_cb: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Provide a callback function that sets up the meta boxes for the edit form. Do remove_meta_box() and add_meta_box() calls in the callback. Default null.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tenter_title_here: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Custom text for the \"Enter title here\" placeholder in the title field.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tcapability_type: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tminItems: 2,\n\t\t\t\t\t\t\t\t\t\t\t\tmaxItems: 2,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"The string to use to build the read, edit, and delete capabilities. May be passed as an array to allow for alternative plurals when using this argument as a base to construct the capabilities, e.g. array('story', 'stories'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tcapabilities: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Array of capabilities for this post type. $capability_type is used as a base to construct capabilities by default. See get_post_type_capabilities().',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmap_meta_cap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to use the internal default meta capability handling. Default false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tsupports: {\n\t\t\t\t\t\t\t\t\t\tallOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'editor',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'thumbnail',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trackbacks',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'custom-fields',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'comments',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'revisions',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'page-attributes',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post-formats',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Core feature(s) the post type supports. Serves as an alias for calling add_post_type_support() directly.\\n\\nCore features include 'title', 'editor', 'comments', 'revisions', 'trackbacks', 'author', 'excerpt', 'page-attributes', 'thumbnail', 'custom-fields', and 'post-formats'.\\n\\nAdditionally, the 'revisions' feature dictates whether the post type will store revisions, the 'autosave' feature dictates whether the post type will be autosaved, and the 'comments' feature dictates whether the comments count will show on the edit screen.\\n\\nFor backward compatibility reasons, adding 'editor' support implies 'autosave' support too.\\n\\nA feature can also be specified as an array of arguments to provide additional information about supporting that feature.\\n\\nExample: array( 'my_feature', array( 'field' => 'value' ) ).\\n\\nIf false, no features will be added. Default is an array containing 'title' and 'editor'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thas_archive: {\n\t\t\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether there should be post type archives, or if a string, the archive slug to use. Will generate the proper rewrite rules if $rewrite is enabled. Default false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trewrite: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tslug: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\twith_front: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpages: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tfeeds: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tep_mask: { type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Triggers the handling of rewrites for this post type. To prevent rewrite, set to false. Defaults to true, using $post_type as slug. To specify rewrite rules, an array can be passed with any of these keys:\\n- slug (string): Customize the permastruct slug. Defaults to $post_type key.\\n- with_front (bool): Whether the permastruct should be prepended with WP_Rewrite::$front. Default true.\\n- feeds (bool): Whether the feed permastruct should be built for this post type. Default is value of $has_archive.\\n- pages (bool): Whether the permastruct should provide for pagination. Default true.\\n- ep_mask (int): Endpoint mask to assign. If not specified and permalink_epmask is set, inherits from $permalink_epmask.   If not specified and permalink_epmask is not set, defaults to EP_PERMALINK.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tquery_var: {\n\t\t\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Sets the query_var key for this post type. Defaults to $post_type key. If false, a post type cannot be loaded at ?{query_var}={post_slug}. If specified as a string, the query ?{query_var_string}={post_slug} will be valid.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tcan_export: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to allow this post type to be exported. Default true.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdelete_with_user: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Whether to delete posts of this type when deleting a user. If true, posts of this type belonging to the user will be moved to Trash when the user is deleted. If false, posts of this type belonging to the user will *not* be trashed or deleted. If not set (the default), posts are trashed if post type supports the 'author' feature. Otherwise posts are not trashed or deleted. Default null.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttemplate: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\tminItems: 2,\n\t\t\t\t\t\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\tmaxItems: 2,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Array of blocks to use as the default initial state for an editor session. Each item should be an array containing block name and optional attributes.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttemplate_lock: {\n\t\t\t\t\t\t\t\t\t\ttype: ['string', 'boolean'],\n\t\t\t\t\t\t\t\t\t\tenum: ['all', 'insert', false],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Whether the block template should be locked if $template is set. If set to 'all', the user is unable to insert new blocks, move existing blocks and delete blocks. If set to 'insert', the user is able to move existing blocks but is unable to insert new blocks and delete blocks. Default false.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ExecutionContextPath',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tpropertyNames: { pattern: '^[a-z0-9_-]{1,20}$' },\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t\"Very basic schema for defining custom post types.\\n\\nIMPORTANT: Using this property requires an explicit inclusion of the `secure-custom-fields` plugin. If it's missing, the Blueprint runner will throw an error.\\n\\nSee https://github.com/WordPress/blueprints-library/issues/32 for more context.\",\n\t\t\t\t},\n\t\t\t\tfonts: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t$schema: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'JSON schema URI for font-collection.json.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfont_families: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tfont_family_settings: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tname: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Name of the font family preset, translatable.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tslug: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Kebab-case unique identifier for the font family preset.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFamily: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-family value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpreview: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'URL to a preview image of the font family.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFace: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpreview: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'URL to a preview image of the font.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFamily:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-family value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontStyle: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-style value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontWeight:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'List of available font weights, separated by a space.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontDisplay:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'block',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fallback',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'swap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'optional',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-display value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsrc: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Paths or URLs to the font files.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontStretch:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-stretch value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tascentOverride:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS ascent-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescentOverride:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS descent-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontVariant:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-variant value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFeatureSettings:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-feature-settings value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontVariationSettings:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-variation-settings value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlineGapOverride:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS line-gap-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsizeAdjust:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS size-adjust value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tunicodeRange:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS unicode-range value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Font face settings with added preview property.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of font-face definitions.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Font family settings with added preview property.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tcategories: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of category slugs.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['font_family_settings'],\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Array of font families ready to be installed.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['font_families'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Font collection schema for WordPress Font Library.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A list of fonts to register in the site\\'s Font Library.\\n\\nExample:\\n\\n```json fonts: {     \"open-sans\": \"https://example.com/fonts/open-sans.woff2\",     \"roboto\": \"./wp-content/fonts/roboto.woff2\" } ```\\n\\nOr using the full font collection schema:\\n\\n```json fonts: {     \"my-collection\": {         \"font_families\": [             {                 \"font_family_settings\": {                     \"name\": \"Open Sans\",                     \"slug\": \"open-sans\",                     \"fontFamily\": \"Open Sans\",                     \"preview\": \"https://example.com/previews/open-sans.png\",                     \"fontFace\": [                         {                             \"fontFamily\": \"Open Sans\",                             \"fontWeight\": \"400\",                             \"fontStyle\": \"normal\",                             \"src\": \"./wp-content/fonts/open-sans-regular.woff2\"                         }                     ]                 },                 \"categories\": [\"sans-serif\"]             }         ]     } } ```',\n\t\t\t\t},\n\t\t\t\tmedia: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttitle: { type: 'string' },\n\t\t\t\t\t\t\t\t\tdescription: { type: 'string' },\n\t\t\t\t\t\t\t\t\talt: { type: 'string' },\n\t\t\t\t\t\t\t\t\tcaption: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A list of media files to upload to the WordPress Media Library – in formats supported by the WordPress Media Library.\\n\\nExample:\\n\\n```json media: [     \"https://example.com/images/hero.jpg\",     \"./wp-content/uploads/2024/01/logo.png\",     {         \"source\": \"https://example.com/videos/intro.mp4\",         \"title\": \"Introduction Video\",         \"description\": \"A brief introduction to our company\",         \"alt\": \"Company introduction video\"     },     {         \"source\": \"./wp-content/uploads/2024/01/brochure.pdf\",         \"title\": \"Product Brochure\",         \"description\": \"Detailed information about our products\"     } ] ```',\n\t\t\t\t},\n\t\t\t\tcontent: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tdiscriminator: { propertyName: 'type' },\n\t\t\t\t\t\trequired: ['type'],\n\t\t\t\t\t\toneOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'mysql-dump',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['type', 'source'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttype: { type: 'string', const: 'posts' },\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: \"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\trequired: ['post_title'],\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\ttype: { type: 'string', const: 'wxr' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['type'],\n\t\t\t\t\t\t\t\toneOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tconst: 'map',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Map remote authors to existing local authors.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t'authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t'authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'create',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'default-author',\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'How to handle authors that don\\'t exist on the current site.\\n\\nPossible values:\\n\\n* \"create\" – Create a new author.\\n* \"default-author\" – Use the default author.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"create\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tusers: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tusername: { type: 'string' },\n\t\t\t\t\t\t\temail: { type: 'string' },\n\t\t\t\t\t\t\trole: { type: 'string' },\n\t\t\t\t\t\t\tmeta: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['username', 'email', 'role', 'meta'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\troles: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tname: { type: 'string' },\n\t\t\t\t\t\t\tcapabilities: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['name', 'capabilities'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tadditionalStepsAfterExecution: {\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tdiscriminator: { propertyName: 'step' },\n\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\toneOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'activatePlugin',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tpluginPath: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Path to the plugin directory as absolute path (/wordpress/wp-content/plugins/plugin-name); or the plugin entry file relative to the plugins directory (plugin-name/plugin-name.php).',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"steps\": [         {             \"step\": \"activatePlugin\",             \"pluginPath\": \"wordpress-seo/wp-seo.php\",             \"humanReadableName\": \"Yoast SEO\"         }     ] } ```\\n\\nThe progress bar will show \"Activating Yoast SEO\" instead of \"Activating wordpress-seo/wp-seo.php\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'pluginPath'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tdescription: '}}}',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'activateTheme',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tthemeDirectoryName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The name of the theme directory inside wp-content/themes/',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"steps\": [         {             \"step\": \"activateTheme\",             \"themeDirectoryName\": \"twentytwentythree\",             \"humanReadableName\": \"Twenty Twenty-Three\"         }     ] } ```\\n\\nThe progress bar will show \"Activating Twenty Twenty-Three\" instead of \"Activating twentytwentythree\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'themeDirectoryName'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'cp' },\n\t\t\t\t\t\t\t\t\tfromPath: { type: 'string' },\n\t\t\t\t\t\t\t\t\ttoPath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'fromPath', 'toPath'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'defineConstants',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tconstants: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: [\n\t\t\t\t\t\t\t\t\t\t\t\t'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t'string',\n\t\t\t\t\t\t\t\t\t\t\t\t'number',\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tWP_DEBUG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tWP_DEBUG_LOG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tWP_DEBUG_DISPLAY: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tSCRIPT_DEBUG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'constants'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'enableMultisite',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Converts the target WordPress installation into a multisite network.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'importContent',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'mysql-dump',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'posts',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'map',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Map remote authors to existing local authors.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fetch',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'hotlink',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'create',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'default-author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'How to handle authors that don\\'t exist on the current site.\\n\\nPossible values:\\n\\n* \"create\" – Create a new author.\\n* \"default-author\" – Use the default author.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"create\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fetch',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'hotlink',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'content'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'importMedia',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmedia: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttitle: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\talt: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tcaption: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'media'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'importThemeStarterContent',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tthemeSlug: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The name of the theme to import content from.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to activate the plugin.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'true.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tactivationOptions: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Parameters to pass to the plugin during activation.\\n\\nThese options are stored in a site option that the plugin can access during its activation hook. The option name is:\\n\\n```php \\'blueprint_activation_\\' . plugin_basename( __FILE__ ) ```\\n\\nThis ensures uniqueness even when multiple versions of the same plugin exist. This is similar to how the `register_activation_hook` function requires the plugin file path as its first argument.\\n\\nThe Blueprint runner will remove the option after activating the plugin.\\n\\nExample:\\n\\nIn the Blueprint: ```json {     \"source\": \"woocommerce\",     \"activationOptions\": {         \"storeCity\": \"Wrocław\",         \"storeCountry\": \"Poland\",         \"storePostalCode\": \"53-607\"     } } ```\\n\\nIn the plugin\\'s activation hook:\\n\\n```php register_activation_hook( __FILE__, function( $network_wide ) {     // Get the activation options from the transient     $option_name = \\'blueprint_activation_\\' . plugin_basename( __FILE__ );     $blueprint_activation_options = get_option( $option_name ) ?? [];\\n\\n    if ( $blueprint_activation_options ) {         $store_city = $blueprint_activation_options[\\'storeCity\\'] ?? \\'\\';         $store_country = $blueprint_activation_options[\\'storeCountry\\'] ?? \\'\\';         $store_postal_code = $blueprint_activation_options[\\'storePostalCode\\'] ?? \\'\\';\\n\\n        // ...do something with the options...     }\\n\\n    // Continue with normal activation... } ); ```',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/plugins to install the plugin at. If not provided, it will be inferred from the plugin source.',\n\t\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['skip-plugin', 'throw'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a plugin fails to install.\\n\\nUse-case:   Compatibility testing. A Blueprint may install WordPress nightly with   a number of plugins to test. Some of those plugins may not yet be compatible   with the latest version of WordPress. This is something to take not of,   but not a strong reason to fail the entire Blueprint installation.\",\n\t\t\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'How to handle a plugin that is already installed.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"plugins\": [         {             \"source\": \"https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Jetpack Beta\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Jetpack Beta plugin\" instead of \"Installing https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'installPlugin',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source', 'step'],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'installTheme',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to activate the theme after installing it.\\n\\nThis is not a part of the theme definition. Only the step can explicitly provide this option. The default value is `true`.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source', 'step'],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'mkdir' },\n\t\t\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'mv' },\n\t\t\t\t\t\t\t\t\tfromPath: { type: 'string' },\n\t\t\t\t\t\t\t\t\ttoPath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'fromPath', 'toPath'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'rm' },\n\t\t\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'rmdir' },\n\t\t\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'resetData',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tcontentTypes: {\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t'posts',\n\t\t\t\t\t\t\t\t\t\t\t\t'pages',\n\t\t\t\t\t\t\t\t\t\t\t\t'comments',\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Content types to remove. When omitted, all posts, pages, custom post types, and comments are removed.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'runPHP' },\n\t\t\t\t\t\t\t\t\tcode: {\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\tdescription: 'The PHP file to execute.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tenv: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Environment variables to set for this run.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'code'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'runSQL' },\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'source'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'setSiteLanguage',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tlanguage: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"The language to set, e.g. 'en_US'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'language'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Sets the site language and download translations for WordPress core and all the installed plugins and themes.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'setSiteOptions',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\toptions: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'options'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'unzip' },\n\t\t\t\t\t\t\t\t\tzipFile: {\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The zip file resource to extract.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\textractToPath: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The path to extract the zip file to inside the virtual filesystem.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'zipFile', 'extractToPath'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Unzips a file. While this step is not strictly necessary, it is very convenient for:\\n\\n* Working with GitHub releases that output doubly zipped data.\\n* Preprocessing zipped data before using them in the Blueprint.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: { type: 'string', const: 'wp-cli' },\n\t\t\t\t\t\t\t\t\tcommand: { type: 'string' },\n\t\t\t\t\t\t\t\t\twpCliPath: { type: 'string' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'command'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'writeFiles',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfiles: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['step', 'files'],\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\trequired: ['version'],\n\t\t\tadditionalProperties: false,\n\t\t\tallOf: [\n\t\t\t\t{\n\t\t\t\t\tif: {\n\t\t\t\t\t\tproperties: { usersBaseline: { const: 'empty' } },\n\t\t\t\t\t\trequired: ['usersBaseline'],\n\t\t\t\t\t},\n\t\t\t\t\tthen: {\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tcontentBaseline: { const: 'empty' },\n\t\t\t\t\t\t\tusers: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\tcontains: {\n\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\trole: { const: 'administrator' },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trequired: ['role'],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['contentBaseline', 'users'],\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tif: {\n\t\t\t\t\t\tproperties: { wordpressVersion: { const: 'none' } },\n\t\t\t\t\t\trequired: ['wordpressVersion'],\n\t\t\t\t\t},\n\t\t\t\t\tthen: {\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tcontentBaseline: false,\n\t\t\t\t\t\t\tusersBaseline: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\t'DataSources.URLReference': {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A reference to a HTTP or HTTPS URL.\\n\\nThe URLs are parsed using the WHATWG URL standard, which means they can optionally contain usernames and passwords if needed.',\n\t\t\tformat: 'whatwg-http-url',\n\t\t},\n\t\t'DataSources.ExecutionContextPath': {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A reference to a file in the Blueprint Execution Context – see the main proposal document for more context.\\n\\nThe path must start with either ./ or / to distinguish it from a plugin or theme slug. Regardless of the prefix (./ or /), the path is relative to the Blueprint Execution Context root:\\n\\n* Relative paths (./) are relative to the location of blueprint.json file.\\n* Absolute paths (/) are chrooted at the Blueprint Execution Context root which is   still the directory where blueprint.json is located.\\n\\nIt is not possible to escape the Blueprint Execution Context via \"../\" sequences.',\n\t\t\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n\t\t},\n\t\t'DataSources.WordPressVersion': {\n\t\t\tdescription:\n\t\t\t\t'WordPress version, e.g. \"latest\", \"beta\", \"trunk\", \"none\", \"6.4\", \"6.4.3\", \"6.8-RC1\", or \"6.7-beta2\".\\n\\nThese refer to slugs of specific WordPress releases as listed in the first table column on https://wordpress.org/download/releases/. \"none\" is not a release. It means the Blueprint runs PHP without installing WordPress.\\n\\nThe WordPressVersion type is only meaningful in the top-level `wordpressVersion` property.',\n\t\t\ttype: 'string',\n\t\t\tpattern:\n\t\t\t\t'^(?:latest|beta|trunk|nightly|none|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t\t},\n\t\t'DataSources.SimpleVersionExpression': {\n\t\t\ttype: 'string',\n\t\t\tpattern: '^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t},\n\t\t'DataSources.DataReference': {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.InlineFile' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.InlineDirectory' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.GitPath' },\n\t\t\t],\n\t\t\tdescription: 'A union of all general data reference types.',\n\t\t},\n\t\t'DataSources.InlineFile': {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tfilename: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t},\n\t\t\t\tcontent: { type: 'string' },\n\t\t\t},\n\t\t\trequired: ['filename', 'content'],\n\t\t\tadditionalProperties: false,\n\t\t\tdescription:\n\t\t\t\t'A file that is inlined within the Blueprint JSON document.\\n\\nExample:\\n\\n```json {     \"filename\": \"index.php\",     \"content\": \"<?php echo \\'Hello, world!\\'; ?>\" } ```',\n\t\t},\n\t\t'DataSources.InlineDirectory': {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tdirectoryName: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t},\n\t\t\t\tfiles: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.NestedInlineDirectory',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tpropertyNames: { pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\t\t\t},\n\t\t\t},\n\t\t\trequired: ['directoryName', 'files'],\n\t\t\tadditionalProperties: false,\n\t\t\tdescription:\n\t\t\t\t'A directory that is inlined within the Blueprint JSON document.\\n\\nExample:\\n\\n```json {     \"directoryName\": \"my-directory\",     \"files\": {         \"index.php\": \"<?php echo \\'Hello, world!\\'; ?>\",         \"my-sub-directory\": {             \"files\": {                 \"index.php\": \"<?php echo \\'Hello, world!\\'; ?>\"             }         }     } } ```',\n\t\t},\n\t\t'DataSources.NestedInlineDirectory': {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tfiles: {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.NestedInlineDirectory',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\tpropertyNames: { pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\t\t\t},\n\t\t\t},\n\t\t\trequired: ['files'],\n\t\t\tadditionalProperties: false,\n\t\t\tdescription:\n\t\t\t\t'A child directory inside an inline directory.\\n\\nIts directory name comes from the parent `files` record key.',\n\t\t},\n\t\t'DataSources.GitPath': {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tgitRepository: {\n\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A HTTP or HTTPS URL of the remote git repository.',\n\t\t\t\t},\n\t\t\t\tref: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A branch name, commit hash, or tag name.\\n\\nDefaults to HEAD.',\n\t\t\t\t},\n\t\t\t\tpathInRepository: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'A path inside the git repository this data reference points to.\\n\\nDefaults to the root of the repository.',\n\t\t\t\t\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$)).*$',\n\t\t\t\t},\n\t\t\t},\n\t\t\trequired: ['gitRepository'],\n\t\t\tadditionalProperties: false,\n\t\t\tdescription: 'A reference to a remote git repository.',\n\t\t},\n\t\t'DataSources.WordPressVersionConstraintVersion': {\n\t\t\ttype: 'string',\n\t\t\tpattern: '^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$',\n\t\t},\n\t\t'DataSources.ComparableVersionExpression': {\n\t\t\ttype: 'string',\n\t\t\tpattern: '^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?$',\n\t\t},\n\t\t'DataSources.WordPressVersionPreferredVersion': {\n\t\t\ttype: 'string',\n\t\t\tpattern:\n\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t\t},\n\t\t'DataSources.PHPVersion': {\n\t\t\tdescription:\n\t\t\t\t'PHP version, e.g. \"8.1\", \"8.1.3\", or \"next\".\\n\\nThese refer to PHP versions as listed in https://www.php.net/releases/. `next` previews the php-src development branch and is currently supported by the web runtime only.\\n\\nThe PHPVersion type is only meaningful in the top-level `phpVersion` property.',\n\t\t\ttype: 'string',\n\t\t\tpattern: '^(?:latest|next|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t},\n\t\t'DataSources.PHPVersionConstraintVersion': {\n\t\t\ttype: 'string',\n\t\t\tpattern: '^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t},\n\t\t'DataSources.ThemeDirectoryReference': {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.Slug' },\n\t\t\t\t{ type: 'string' },\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t'Theme directory reference, e.g. \"twentytwentythree\", \"adventurer@4.6.0\", or \"twentytwentyfour@latest\".\\n\\nThese refer to specific theme slugs in the WordPress.org theme repository.\\n\\nFor example, a reference to \"adventurer\" means the Adventurer theme as seen on https://wordpress.org/themes/adventurer/.\\n\\nThese references are only meaningful in:\\n\\n* The top-level `themes` array\\n* The `installTheme` imperative step',\n\t\t},\n\t\t'DataSources.Slug': {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A WordPress.org directory slug.\\n\\nSlugs are intentionally treated as opaque strings. Playground should not reject future WordPress.org slug formats just because they do not match the directory conventions common today.',\n\t\t},\n\t\t'DataSources.PluginDirectoryReference': {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.Slug' },\n\t\t\t\t{ type: 'string' },\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t'Plugin directory reference, e.g. \"jetpack\", \"jetpack@6.4\", or \"akismet@6.4.3\".\\n\\nThese refer to a specific plugin slugs in the WordPress.org plugin repository.\\n\\nFor example, a reference to \"wordpress-seo\" means the Yoast SEO plugin as seen on https://wordpress.org/plugins/wordpress-seo/.\\n\\nThe Plugin Directory Reference are only meaningful in:\\n\\n* The top-level `plugins` array\\n* The `installPlugin` imperative step',\n\t\t},\n\t\t'alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845':\n\t\t\t{\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t'DataSources.FileDataReference': {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.TargetSitePath' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.InlineFile' },\n\t\t\t],\n\t\t\tdescription: 'A data reference that must resolve to a single file.',\n\t\t},\n\t\t'DataSources.TargetSitePath': {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A path within the target WordPress site, relative to the WordPress root directory. For example, site:wp-content/uploads/2024/01/image.jpg.\\n\\nUnlike an execution-context path, this path is resolved from the mutable target filesystem when the consuming step runs. Earlier steps may therefore create the referenced file. The runner must keep the path inside the target WordPress root; it never names a file on the host filesystem.',\n\t\t\tpattern:\n\t\t\t\t'^site:(?!\\\\/*$)(?!\\\\.\\\\.(?:/|$))(?!.*\\\\/\\\\.\\\\.(?:/|$)).+$',\n\t\t},\n\t},\n};\nconst schema12 = {\n\ttype: 'object',\n\tproperties: {\n\t\tversion: {\n\t\t\ttype: 'number',\n\t\t\tconst: 2,\n\t\t\tdescription:\n\t\t\t\t'Not a generic \\'number\\' type – this schema is specifically for Blueprints v2. Version 1 had no \"version\" field and versions 3, 4, 5, etc will be different from version 2.',\n\t\t},\n\t\t$schema: {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t\t],\n\t\t\tdescription: 'JSON Schema URL.',\n\t\t},\n\t\tblueprintMeta: {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\tname: { type: 'string' },\n\t\t\t\tdescription: { type: 'string' },\n\t\t\t\tmoreInfo: { type: 'string' },\n\t\t\t\tversion: { type: 'string' },\n\t\t\t\tauthors: { type: 'array', items: { type: 'string' } },\n\t\t\t\thomepage: { $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\tdonateLink: { $ref: '#/definitions/DataSources.URLReference' },\n\t\t\t\ttags: { type: 'array', items: { type: 'string' } },\n\t\t\t\tlicense: { type: 'string' },\n\t\t\t},\n\t\t\tadditionalProperties: false,\n\t\t},\n\t\tapplicationOptions: {\n\t\t\ttype: 'object',\n\t\t\tproperties: {\n\t\t\t\t'wordpress-playground': {\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tlandingPage: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'The first page the user is redirected to once the Playground is loaded and the Blueprint is executed.',\n\t\t\t\t\t\t\tdefault: '/wp-admin',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tlogin: {\n\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\tusername: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tpassword: { type: 'string' },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trequired: ['username', 'password'],\n\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Whether to log the user in after the Blueprint is executed. If true, the user is logged in as \"admin\".',\n\t\t\t\t\t\t\tdefault: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tnetworkAccess: {\n\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Whether to allow the site to access the network.',\n\t\t\t\t\t\t\tdefault: false,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tloadPhpExtensions: {\n\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\titems: { type: 'string', const: 'intl' },\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Optional PHP extensions to load in the Playground runtime before executing the Blueprint. Extensions omitted from this list are not disabled.',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\tdescription: 'Options for the WordPress Playground.',\n\t\t\t\t},\n\t\t\t},\n\t\t\trequired: ['wordpress-playground'],\n\t\t\tadditionalProperties: false,\n\t\t\tdescription:\n\t\t\t\t'Divergence from Blueprints v1:\\n\\nThere are no `landingPage` or `login` top-level properties. Instead, Blueprint v2 introduces a dedicated top-level `applicationOptions` property for declaring options or opinions for different application contexts.\\n\\nTo keep Blueprints portable and focused on site creation, this specification only allows a small set of Playground-specific options. Other environments cannot declare additional options. Future versions of this specification may allow additional options – they will be discussed on a case-by-case basis.',\n\t\t},\n\t\tcontentBaseline: {\n\t\t\tanyOf: [\n\t\t\t\t{ type: 'string', const: 'keep-all' },\n\t\t\t\t{ type: 'string', const: 'empty' },\n\t\t\t\t{\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tenum: ['posts', 'pages'],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttype: 'array',\n\t\t\t\t\titems: {\n\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\tenum: ['posts', 'pages', 'comments'],\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t\t},\n\t\t\t\t\tminItems: 1,\n\t\t\t\t\tuniqueItems: true,\n\t\t\t\t\tallOf: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif: { contains: { const: 'comments' } },\n\t\t\t\t\t\t\tthen: {\n\t\t\t\t\t\t\t\tallOf: [\n\t\t\t\t\t\t\t\t\t{ contains: { const: 'posts' } },\n\t\t\t\t\t\t\t\t\t{ contains: { const: 'pages' } },\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t},\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t'The content from a vanilla WordPress installation to retain before applying the rest of the Blueprint. `keep-all` leaves the installation unchanged, `empty` removes its posts, pages, and comments, a content type retains only that type, and a list retains the selected content types.\\n\\nThis policy runs only when the current invocation creates vanilla WordPress. It is skipped when applying the Blueprint to an existing site, so it cannot erase content from that site. It is not valid when `wordpressVersion` is \"none\". Metadata and relationships follow their parent content. Empty content tables have their sequences reset so subsequent imports receive the identifiers they would on a site created without default content.\\n\\nComments can only be retained together with both posts and pages because the schema cannot know which type contains their parent records.',\n\t\t\tdefault: 'keep-all',\n\t\t},\n\t\tusersBaseline: {\n\t\t\ttype: 'string',\n\t\t\tenum: ['keep-all', 'empty'],\n\t\t\tdescription:\n\t\t\t\t'The users from a vanilla WordPress installation to retain before applying the rest of the Blueprint. `keep-all` retains the administrator created by WordPress, while `empty` removes it before creating the users declared by this Blueprint.\\n\\nEmpty user tables have their sequences reset before those users are created.\\n\\nAn empty user baseline requires an empty content baseline so removing the installation administrator cannot silently delete or orphan authored content. It also requires at least one declared administrator, ensuring the resulting WordPress site remains manageable.\\n\\nLike `contentBaseline`, this policy is skipped when applying the Blueprint to an existing site and is not valid when `wordpressVersion` is \"none\".',\n\t\t\tdefault: 'keep-all',\n\t\t},\n\t\tsiteLanguage: {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'Sets the WPLANG constant and downloads any missing translations for WordPress core and all the installed plugins and themes. If you need a fine-grained control over the translations, use imperative steps in the `additionalStepsAfterExecution` array.',\n\t\t\tdefault: 'en_US',\n\t\t},\n\t\tsiteOptions: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\ttype: ['string', 'boolean', 'number', 'array', 'object'],\n\t\t\t},\n\t\t\tproperties: {\n\t\t\t\tblogname: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdescription: 'Site title.\\n\\nExample: \"Adam\\'s Movies\"',\n\t\t\t\t\tdefault: 'My WordPress Site',\n\t\t\t\t},\n\t\t\t\ttimezone_string: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdescription: 'Example: \"Poland/Warsaw\"',\n\t\t\t\t\tdefault: 'UTC',\n\t\t\t\t},\n\t\t\t\tpermalink_structure: {\n\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t{ type: 'boolean', const: false },\n\t\t\t\t\t],\n\t\t\t\t\tdescription:\n\t\t\t\t\t\t'Site permalink structure. If present and different from the current permalink structure, the Blueprint runner will run `$wp_rewrite->flush_rules();`. If you only want to set this option without flushing the rules, use an explicit `additionalStepsAfterExecution` step.\\n\\nExample: \"/%year%/%monthnum%/%postname%/\" or false for no pretty permalinks.',\n\t\t\t\t\tdefault: '/%postname%/',\n\t\t\t\t},\n\t\t\t\tsiteUrl: false,\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'Site options. In WordPress, the values are PHP-serializable, but Blueprints are intentionally restricted to an even stricter subset of those, that are JSON-serializable. This is to prevent passing JavaScript Date objects and similar.\\n\\nThe runner **MUST** use the WordPress `update_option` function to store the siteOptions values defined in this property as WordPress options. Lists and objects are passed to `update_option` as PHP arrays.\\n\\nSite options example:\\n\\n```json {     \"blogname\": \"Adam\\'s Movies\",     \"timezone\": \"Poland/Warsaw\",     \"gutenberg-experiments\": { \\t\\t\\t\\'gutenberg-custom-dataviews\\': true, \\t\\t\\t\\'gutenberg-new-posts-dashboard\\': true, \\t\\t\\t\\'gutenberg-quick-edit-dataviews\\': true \\t\\t} } ```',\n\t\t},\n\t\tconstants: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: { type: ['boolean', 'string', 'number'] },\n\t\t\tproperties: {\n\t\t\t\tWP_DEBUG: { type: 'boolean' },\n\t\t\t\tWP_DEBUG_LOG: { type: 'boolean' },\n\t\t\t\tWP_DEBUG_DISPLAY: { type: 'boolean' },\n\t\t\t\tSCRIPT_DEBUG: { type: 'boolean' },\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'Constants to define in the wp-config.php file.\\n\\nThe runner may overwrite the define() calls in the wp-config.php file on the target site. It assumes the wp-config.php file at the Blueprint Execution Target is writable.',\n\t\t},\n\t\twordpressVersion: {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.WordPressVersion' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t{\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tmin: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionConstraintVersion',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmax: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionConstraintVersion',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tpreferred: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.WordPressVersionPreferredVersion',\n\t\t\t\t\t\t\tdefault: 'latest',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\trequired: ['min'],\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t'WordPress version to install or require.\\n\\nA string selects the version for a newly created site. A branch such as `6.8` selects the newest available release in that branch. Strings are selection hints and do not reject an existing site. `\"none\"` boots the PHP runtime without downloading WordPress or initializing its database.\\n\\nAn object declares compatibility bounds. The runner chooses the newest available release within those bounds for a new site and verifies an existing site\\'s installed version against them. `preferred` influences new-site selection without narrowing compatibility.\\n\\nA data reference supplies the WordPress files for a newly created site.',\n\t\t\tdefault: 'latest',\n\t\t},\n\t\tphpVersion: {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.PHPVersion' },\n\t\t\t\t{\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tmin: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t},\n\t\t\t\t\t\trecommended: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmax: {\n\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PHPVersionConstraintVersion',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t\"The PHP version required for this Blueprint to work.\\n\\nIn runtimes where we set up the runtime, such as Playground and wp-env, the runner will choose a version compatible with this constraint.\\n\\nIn other environments, this is used for validation. The Blueprint engine will throw an error if the currently running PHP version doesn't match this constraint.\",\n\t\t\tdefault:\n\t\t\t\t'\"8.0\". Changing the default value will bump the Blueprint version.',\n\t\t},\n\t\tactiveTheme: {\n\t\t\tanyOf: [\n\t\t\t\t{ $ref: '#/definitions/DataSources.ThemeDirectoryReference' },\n\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t{\n\t\t\t\t\ttype: 'object',\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t},\n\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t},\n\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\trequired: ['source'],\n\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdescription:\n\t\t\t\t'The theme to install and also activate.\\n\\n> Why not support an `active` property in the `themes` array?\\n\\nBecause an `\"active\"` property would have to default to `false` for themes while it defaults to `true` for plugins. That\\'s error-prone and confusing.',\n\t\t},\n\t\tthemes: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{\n\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t},\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'Installed themes to install without activating them.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"themes\": [         \"stylish-press-theme\",         \"adventurer@4.6.0\",         {             \"source\": \"https://github.com/richtabor/kanso/archive/refs/heads/main.zip\",             \"targetDirectoryName\": \"kanso\"         }     ] } ```',\n\t\t},\n\t\tplugins: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.DataReference' },\n\t\t\t\t\t{\n\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription: 'Whether to activate the plugin.',\n\t\t\t\t\t\t\t\tdefault: 'true.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tactivationOptions: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Parameters to pass to the plugin during activation.\\n\\nThese options are stored in a site option that the plugin can access during its activation hook. The option name is:\\n\\n```php \\'blueprint_activation_\\' . plugin_basename( __FILE__ ) ```\\n\\nThis ensures uniqueness even when multiple versions of the same plugin exist. This is similar to how the `register_activation_hook` function requires the plugin file path as its first argument.\\n\\nThe Blueprint runner will remove the option after activating the plugin.\\n\\nExample:\\n\\nIn the Blueprint: ```json {     \"source\": \"woocommerce\",     \"activationOptions\": {         \"storeCity\": \"Wrocław\",         \"storeCountry\": \"Poland\",         \"storePostalCode\": \"53-607\"     } } ```\\n\\nIn the plugin\\'s activation hook:\\n\\n```php register_activation_hook( __FILE__, function( $network_wide ) {     // Get the activation options from the transient     $option_name = \\'blueprint_activation_\\' . plugin_basename( __FILE__ );     $blueprint_activation_options = get_option( $option_name ) ?? [];\\n\\n    if ( $blueprint_activation_options ) {         $store_city = $blueprint_activation_options[\\'storeCity\\'] ?? \\'\\';         $store_country = $blueprint_activation_options[\\'storeCountry\\'] ?? \\'\\';         $store_postal_code = $blueprint_activation_options[\\'storePostalCode\\'] ?? \\'\\';\\n\\n        // ...do something with the options...     }\\n\\n    // Continue with normal activation... } ); ```',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/plugins to install the plugin at. If not provided, it will be inferred from the plugin source.',\n\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['skip-plugin', 'throw'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a plugin fails to install.\\n\\nUse-case:   Compatibility testing. A Blueprint may install WordPress nightly with   a number of plugins to test. Some of those plugins may not yet be compatible   with the latest version of WordPress. This is something to take not of,   but not a strong reason to fail the entire Blueprint installation.\",\n\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'How to handle a plugin that is already installed.',\n\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"plugins\": [         {             \"source\": \"https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Jetpack Beta\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Jetpack Beta plugin\" instead of \"Installing https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'A list of plugins to install and activate.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"plugins\": [         \"jetpack\",         \"akismet@6.4.3\",         \"./query-monitor.php\",         \"./code-block.zip\",         {             \"source\": \"https://github.com/woocommerce/woocommerce/archive/refs/heads/6.4.3.zip\",             \"active\": false         }     ] } ```',\n\t\t},\n\t\tmuPlugins: {\n\t\t\ttype: 'array',\n\t\t\titems: { $ref: '#/definitions/DataSources.DataReference' },\n\t\t\tdescription:\n\t\t\t\t'A list of mu-plugins to install.\\n\\nExample:\\n\\n```json {     \"version\": 2,     \"muPlugins\": [         {             \"filename\": \"addFilter-0.php\",             \"content\": \"<?php add_action( \\'requests-requests.before_request\\', function( &$url ) {\\\\n$url = \\'https://playground.wordpress.net/cors-proxy.php?\\' . $url;\\\\n} );\"         }     ] } ```',\n\t\t},\n\t\tpostTypes: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tlabel: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Name of the post type shown in the menu. Usually plural. Default is value of $labels['name'].\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tlabels: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tname: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"General name for the post type, usually plural. Default is 'Posts' / 'Pages'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tsingular_name: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Name for one object of this post type. Default is 'Post' / 'Page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tadd_new: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for adding a new item. Default is 'Add New' / 'Add New'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tadd_new_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for adding a new singular item. Default is 'Add New Post' / 'Add New Page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tedit_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for editing a singular item. Default is 'Edit Post' / 'Edit Page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tnew_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the new item page title. Default is 'New Post' / 'New Page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tview_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for viewing a singular item. Default is 'View Post' / 'View Page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tview_items: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for viewing post type archives. Default is 'View Posts' / 'View Pages'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tsearch_items: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for searching plural items. Default is 'Search Posts' / 'Search Pages'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tnot_found: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when no items are found. Default is 'No posts found' / 'No pages found'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tnot_found_in_trash: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when no items are in the Trash. Default is 'No posts found in Trash' / 'No pages found in Trash'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tparent_item_colon: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used to prefix parents of hierarchical items. Default is 'Parent Page:'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tall_items: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label to signify all items in a submenu link. Default is 'All Posts' / 'All Pages'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tarchives: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for archives in nav menus. Default is 'Post Archives' / 'Page Archives'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tattributes: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the attributes meta box. Default is 'Post Attributes' / 'Page Attributes'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tinsert_into_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the media frame button. Default is 'Insert into post' / 'Insert into page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tuploaded_to_this_item: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the media frame filter. Default is 'Uploaded to this post' / 'Uploaded to this page'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfeatured_image: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the featured image meta box title. Default is 'Featured image'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tset_featured_image: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for setting the featured image. Default is 'Set featured image'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tremove_featured_image: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for removing the featured image. Default is 'Remove featured image'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tuse_featured_image: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label in the media frame for using a featured image. Default is 'Use as featured image'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmenu_name: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Label for the menu name. Default is the same as name.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfilter_items_list: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the table views hidden heading. Default is 'Filter posts list' / 'Filter pages list'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfilter_by_date: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the date filter in list tables. Default is 'Filter by date'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titems_list_navigation: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the table pagination hidden heading. Default is 'Posts list navigation' / 'Pages list navigation'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titems_list: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label for the table hidden heading. Default is 'Posts list' / 'Pages list'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_published: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is published. Default is 'Post published.' / 'Page published.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_published_privately: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is published with private visibility. Default is 'Post published privately.' / 'Page published privately.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_reverted_to_draft: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is switched to a draft. Default is 'Post reverted to draft.' / 'Page reverted to draft.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_trashed: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is moved to Trash. Default is 'Post trashed.' / 'Page trashed.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_scheduled: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is scheduled for publishing. Default is 'Post scheduled.' / 'Page scheduled.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_updated: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Label used when an item is updated. Default is 'Post updated.' / 'Page updated.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_link: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Title for a navigation link block variation. Default is 'Post Link' / 'Page Link'.\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\titem_link_description: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\"Description for a navigation link block variation. Default is 'A link to a post.' / 'A link to a page.'\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An array of labels for this post type. If not set, post labels are inherited for non-hierarchical types and page labels for hierarchical ones\\n\\nThe labels documented for WordPress 6.8 are listed below, and this type also supports an arbitrary set of labels to support future WordPress releases.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tdescription: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'A short descriptive summary of what the post type is.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tpublic: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether a post type is intended for use publicly either via the admin interface or by front-end users. While the default settings of $exclude_from_search, $publicly_queryable, $show_ui, and $show_in_nav_menus are inherited from $public, each does not rely on this relationship and controls a very specific intention. Default false.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thierarchical: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether the post type is hierarchical (e.g. page). Default false.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\texclude_from_search: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to exclude posts with this post type from front end search results. Default is the opposite value of $public.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tpublicly_queryable: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether queries can be performed on the front end for the post type as part of parse_request(). Endpoints would include:\\n* ?post_type={post_type_key}\\n* ?{post_type_key}={single_post_slug}\\n* ?{post_type_query_var}={single_post_slug} If not set, the default is inherited from $public.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tshow_ui: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to generate and allow a UI for managing this post type in the admin. Default is value of $public.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tshow_in_menu: {\n\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Where to show the post type in the admin menu. To work, $show_ui must be true. If true, the post type is shown in its own top level menu. If false, no menu is shown. If a string of an existing top level menu ('tools.php' or 'edit.php?post_type=page', for example), the post type will be placed as a sub-menu of that. Default is value of $show_ui.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tshow_in_admin_bar: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Makes this post type available via the admin bar. Default is value of $show_in_menu.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tshow_in_nav_menus: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Makes this post type available for selection in navigation menus. Default is value of $public.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tshow_in_rest: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to include the post type in the REST API. Set this to true for the post type to be available in the block editor.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trest_base: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'To change the base URL of REST API route. Default is $post_type.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trest_namespace: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'To change the namespace URL of REST API route. Default is wp/v2.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trest_controller_class: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"REST API controller class name. Default is 'WP_REST_Posts_Controller'.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tmenu_icon: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"The URL to the icon to be used for this menu. Pass a base64-encoded SVG using a data URI, which will be colored to match the color scheme — this should begin with 'data:image/svg+xml;base64,'. Pass the name of a Dashicons helper class to use a font icon, e.g. 'dashicons-chart-pie'. Pass 'none' to leave div.wp-menu-image empty so an icon can be added via CSS. Defaults to use the posts icon.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tmenu_position: {\n\t\t\t\t\t\t\t\ttype: ['string', 'number'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The position in the menu order the post type should appear. To work, $show_in_menu must be true. Default null (at the bottom).',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trename_capabilities: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to rename the capabilities for this post type.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tsingular_capability_name: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The singular capability name for this post type.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tplural_capability_name: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The plural capability name for this post type.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttaxonomies: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An array of taxonomy identifiers that will be registered for the post type. Taxonomies can be registered later with register_taxonomy() or register_taxonomy_for_object_type().',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tquery_var_name: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The query var name for this post type.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tregister_meta_box_cb: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Provide a callback function that sets up the meta boxes for the edit form. Do remove_meta_box() and add_meta_box() calls in the callback. Default null.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tenter_title_here: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Custom text for the \"Enter title here\" placeholder in the title field.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tcapability_type: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tminItems: 2,\n\t\t\t\t\t\t\t\t\t\tmaxItems: 2,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"The string to use to build the read, edit, and delete capabilities. May be passed as an array to allow for alternative plurals when using this argument as a base to construct the capabilities, e.g. array('story', 'stories'). Default 'post'.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tcapabilities: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Array of capabilities for this post type. $capability_type is used as a base to construct capabilities by default. See get_post_type_capabilities().',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tmap_meta_cap: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to use the internal default meta capability handling. Default false.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tsupports: {\n\t\t\t\t\t\t\t\tallOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t'title',\n\t\t\t\t\t\t\t\t\t\t\t\t'editor',\n\t\t\t\t\t\t\t\t\t\t\t\t'author',\n\t\t\t\t\t\t\t\t\t\t\t\t'thumbnail',\n\t\t\t\t\t\t\t\t\t\t\t\t'excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t'trackbacks',\n\t\t\t\t\t\t\t\t\t\t\t\t'custom-fields',\n\t\t\t\t\t\t\t\t\t\t\t\t'comments',\n\t\t\t\t\t\t\t\t\t\t\t\t'revisions',\n\t\t\t\t\t\t\t\t\t\t\t\t'page-attributes',\n\t\t\t\t\t\t\t\t\t\t\t\t'post-formats',\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Core feature(s) the post type supports. Serves as an alias for calling add_post_type_support() directly.\\n\\nCore features include 'title', 'editor', 'comments', 'revisions', 'trackbacks', 'author', 'excerpt', 'page-attributes', 'thumbnail', 'custom-fields', and 'post-formats'.\\n\\nAdditionally, the 'revisions' feature dictates whether the post type will store revisions, the 'autosave' feature dictates whether the post type will be autosaved, and the 'comments' feature dictates whether the comments count will show on the edit screen.\\n\\nFor backward compatibility reasons, adding 'editor' support implies 'autosave' support too.\\n\\nA feature can also be specified as an array of arguments to provide additional information about supporting that feature.\\n\\nExample: array( 'my_feature', array( 'field' => 'value' ) ).\\n\\nIf false, no features will be added. Default is an array containing 'title' and 'editor'.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thas_archive: {\n\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether there should be post type archives, or if a string, the archive slug to use. Will generate the proper rewrite rules if $rewrite is enabled. Default false.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\trewrite: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tslug: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\twith_front: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tpages: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tfeeds: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tep_mask: { type: 'number' },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Triggers the handling of rewrites for this post type. To prevent rewrite, set to false. Defaults to true, using $post_type as slug. To specify rewrite rules, an array can be passed with any of these keys:\\n- slug (string): Customize the permastruct slug. Defaults to $post_type key.\\n- with_front (bool): Whether the permastruct should be prepended with WP_Rewrite::$front. Default true.\\n- feeds (bool): Whether the feed permastruct should be built for this post type. Default is value of $has_archive.\\n- pages (bool): Whether the permastruct should provide for pagination. Default true.\\n- ep_mask (int): Endpoint mask to assign. If not specified and permalink_epmask is set, inherits from $permalink_epmask.   If not specified and permalink_epmask is not set, defaults to EP_PERMALINK.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tquery_var: {\n\t\t\t\t\t\t\t\ttype: ['boolean', 'string'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Sets the query_var key for this post type. Defaults to $post_type key. If false, a post type cannot be loaded at ?{query_var}={post_slug}. If specified as a string, the query ?{query_var_string}={post_slug} will be valid.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tcan_export: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to allow this post type to be exported. Default true.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tdelete_with_user: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Whether to delete posts of this type when deleting a user. If true, posts of this type belonging to the user will be moved to Trash when the user is deleted. If false, posts of this type belonging to the user will *not* be trashed or deleted. If not set (the default), posts are trashed if post type supports the 'author' feature. Otherwise posts are not trashed or deleted. Default null.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttemplate: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\tminItems: 2,\n\t\t\t\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\tmaxItems: 2,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Array of blocks to use as the default initial state for an editor session. Each item should be an array containing block name and optional attributes.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttemplate_lock: {\n\t\t\t\t\t\t\t\ttype: ['string', 'boolean'],\n\t\t\t\t\t\t\t\tenum: ['all', 'insert', false],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Whether the block template should be locked if $template is set. If set to 'all', the user is unable to insert new blocks, move existing blocks and delete blocks. If set to 'insert', the user is able to move existing blocks but is unable to insert new blocks and delete blocks. Default false.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t\t\t],\n\t\t\t},\n\t\t\tpropertyNames: { pattern: '^[a-z0-9_-]{1,20}$' },\n\t\t\tdescription:\n\t\t\t\t\"Very basic schema for defining custom post types.\\n\\nIMPORTANT: Using this property requires an explicit inclusion of the `secure-custom-fields` plugin. If it's missing, the Blueprint runner will throw an error.\\n\\nSee https://github.com/WordPress/blueprints-library/issues/32 for more context.\",\n\t\t},\n\t\tfonts: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.FileDataReference' },\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t$schema: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'JSON schema URI for font-collection.json.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tfont_families: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\tfont_family_settings: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tname: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Name of the font family preset, translatable.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tslug: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Kebab-case unique identifier for the font family preset.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tfontFamily: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-family value.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tpreview: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'URL to a preview image of the font family.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tfontFace: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpreview: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'URL to a preview image of the font.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFamily: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-family value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontStyle: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-style value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontWeight: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'List of available font weights, separated by a space.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontDisplay: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'block',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fallback',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'swap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'optional',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-display value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsrc: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Paths or URLs to the font files.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontStretch: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-stretch value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tascentOverride: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS ascent-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescentOverride: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS descent-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontVariant: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-variant value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontFeatureSettings:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-feature-settings value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfontVariationSettings:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS font-variation-settings value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlineGapOverride: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS line-gap-override value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsizeAdjust: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS size-adjust value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tunicodeRange: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'CSS unicode-range value.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Font face settings with added preview property.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of font-face definitions.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t'name',\n\t\t\t\t\t\t\t\t\t\t\t\t'slug',\n\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t'Font family settings with added preview property.',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tcategories: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t'Array of category slugs.',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\trequired: ['font_family_settings'],\n\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Array of font families ready to be installed.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['font_families'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t'Font collection schema for WordPress Font Library.',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'A list of fonts to register in the site\\'s Font Library.\\n\\nExample:\\n\\n```json fonts: {     \"open-sans\": \"https://example.com/fonts/open-sans.woff2\",     \"roboto\": \"./wp-content/fonts/roboto.woff2\" } ```\\n\\nOr using the full font collection schema:\\n\\n```json fonts: {     \"my-collection\": {         \"font_families\": [             {                 \"font_family_settings\": {                     \"name\": \"Open Sans\",                     \"slug\": \"open-sans\",                     \"fontFamily\": \"Open Sans\",                     \"preview\": \"https://example.com/previews/open-sans.png\",                     \"fontFace\": [                         {                             \"fontFamily\": \"Open Sans\",                             \"fontWeight\": \"400\",                             \"fontStyle\": \"normal\",                             \"src\": \"./wp-content/fonts/open-sans-regular.woff2\"                         }                     ]                 },                 \"categories\": [\"sans-serif\"]             }         ]     } } ```',\n\t\t},\n\t\tmedia: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.FileDataReference' },\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttitle: { type: 'string' },\n\t\t\t\t\t\t\tdescription: { type: 'string' },\n\t\t\t\t\t\t\talt: { type: 'string' },\n\t\t\t\t\t\t\tcaption: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\tdescription:\n\t\t\t\t'A list of media files to upload to the WordPress Media Library – in formats supported by the WordPress Media Library.\\n\\nExample:\\n\\n```json media: [     \"https://example.com/images/hero.jpg\",     \"./wp-content/uploads/2024/01/logo.png\",     {         \"source\": \"https://example.com/videos/intro.mp4\",         \"title\": \"Introduction Video\",         \"description\": \"A brief introduction to our company\",         \"alt\": \"Company introduction video\"     },     {         \"source\": \"./wp-content/uploads/2024/01/brochure.pdf\",         \"title\": \"Product Brochure\",         \"description\": \"Detailed information about our products\"     } ] ```',\n\t\t},\n\t\tcontent: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\ttype: 'object',\n\t\t\t\tdiscriminator: { propertyName: 'type' },\n\t\t\t\trequired: ['type'],\n\t\t\t\toneOf: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\ttype: { type: 'string', const: 'mysql-dump' },\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['type', 'source'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttype: { type: 'string', const: 'posts' },\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\tpost_author: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_date: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'Current time',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_content: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_title: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription: 'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_excerpt: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_status: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription: 'The post status',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_type: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tcomment_status: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tenum: ['open', 'closed'],\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: \"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_password: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_name: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_parent_name: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmenu_order: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_mime_type: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_category: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpost_tags: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\ttax_input: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\titems: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmeta_input: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tpage_template: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\trequired: ['post_title'],\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: \"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\trequired: ['post_title'],\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: { type: { type: 'string', const: 'wxr' } },\n\t\t\t\t\t\trequired: ['type'],\n\t\t\t\t\t\toneOf: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tconst: 'map',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Map remote authors to existing local authors.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttype: { type: 'string', const: 'wxr' },\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t'authorsMap',\n\t\t\t\t\t\t\t\t\t'authorsMode',\n\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['create', 'default-author'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'How to handle authors that don\\'t exist on the current site.\\n\\nPossible values:\\n\\n* \"create\" – Create a new author.\\n* \"default-author\" – Use the default author.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"create\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['rewrite', 'preserve'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\ttype: { type: 'string', const: 'wxr' },\n\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tusers: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\ttype: 'object',\n\t\t\t\tproperties: {\n\t\t\t\t\tusername: { type: 'string' },\n\t\t\t\t\temail: { type: 'string' },\n\t\t\t\t\trole: { type: 'string' },\n\t\t\t\t\tmeta: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\trequired: ['username', 'email', 'role', 'meta'],\n\t\t\t\tadditionalProperties: false,\n\t\t\t},\n\t\t},\n\t\troles: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\ttype: 'object',\n\t\t\t\tproperties: {\n\t\t\t\t\tname: { type: 'string' },\n\t\t\t\t\tcapabilities: {\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\trequired: ['name', 'capabilities'],\n\t\t\t\tadditionalProperties: false,\n\t\t\t},\n\t\t},\n\t\tadditionalStepsAfterExecution: {\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\ttype: 'object',\n\t\t\t\tdiscriminator: { propertyName: 'step' },\n\t\t\t\trequired: ['step'],\n\t\t\t\toneOf: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'activatePlugin' },\n\t\t\t\t\t\t\tpluginPath: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Path to the plugin directory as absolute path (/wordpress/wp-content/plugins/plugin-name); or the plugin entry file relative to the plugins directory (plugin-name/plugin-name.php).',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"steps\": [         {             \"step\": \"activatePlugin\",             \"pluginPath\": \"wordpress-seo/wp-seo.php\",             \"humanReadableName\": \"Yoast SEO\"         }     ] } ```\\n\\nThe progress bar will show \"Activating Yoast SEO\" instead of \"Activating wordpress-seo/wp-seo.php\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'pluginPath'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tdescription: '}}}',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'activateTheme' },\n\t\t\t\t\t\t\tthemeDirectoryName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The name of the theme directory inside wp-content/themes/',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"steps\": [         {             \"step\": \"activateTheme\",             \"themeDirectoryName\": \"twentytwentythree\",             \"humanReadableName\": \"Twenty Twenty-Three\"         }     ] } ```\\n\\nThe progress bar will show \"Activating Twenty Twenty-Three\" instead of \"Activating twentytwentythree\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'themeDirectoryName'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'cp' },\n\t\t\t\t\t\t\tfromPath: { type: 'string' },\n\t\t\t\t\t\t\ttoPath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'fromPath', 'toPath'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'defineConstants' },\n\t\t\t\t\t\t\tconstants: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\ttype: ['boolean', 'string', 'number'],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\tWP_DEBUG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tWP_DEBUG_LOG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tWP_DEBUG_DISPLAY: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tSCRIPT_DEBUG: { type: 'boolean' },\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'constants'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tconst: 'enableMultisite',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Converts the target WordPress installation into a multisite network.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'importContent' },\n\t\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'mysql-dump',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['type', 'source'],\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'posts',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tproperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_author:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Username of the post author.\\n\\nIf missing, the default value will be resolved in the following order until one is available:\\n\\n* Default user defined in the runner configuration.\\n* The first administrator in the database.\\n* The first user in the database.\\n* A newly created user.\\n\\nThe aggressive resolution is necessary because post_author is NOT NULL in the database schema.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_date:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The date of the post in UTC. Accepts format 'YYYY-MM-DD HH:MM:SS'. Can be used to schedule future posts (when used with post_status: 'future').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Current time',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_content:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The main post content. Can contain HTML, shortcodes, etc. While technically optional, posts are usually expected to have content.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_title:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post title.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_excerpt:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post excerpt. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The post status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"The post type (e.g., 'post', 'page'). Default 'post'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcomment_status:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Whether comments are allowed ('open' or 'closed').\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'open'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_password:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A password to protect access. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The URL slug. Default sanitized post_title for new posts.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_parent_name:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post parent name for hierarchical post types (e.g., pages). Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmenu_order:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Menu order within a post type. Default 0.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_mime_type:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'MIME type for attachments. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tguid: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Global Unique ID. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_category:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Array of category slugs. Defaults to the site's default category.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpost_tags:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Array of tag names. Default empty.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttax_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Taxonomy terms keyed by taxonomy name. For hierarchical taxonomies: array of term names. For non-hierarchical: array of term names or slugs.\\n\\nExamples: ```json tax_input: {   // For hierarchical taxonomies like categories   \"category\": [\"Books\", \"Fiction\", \"Science Fiction\"],\\n\\n  // For non-hierarchical taxonomies like tags   \"post_tag\": [\"bestseller\", \"featured\", \"summer-reading\"],\\n\\n  // For custom taxonomies   \"genre\": [\"mystery\", \"thriller\"],   \"author\": [\"Jane Doe\", \"John Smith\"] } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmeta_input:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post meta keyed by meta key to value. Default empty.\\n\\nExamples: ```json meta_input: {   // Simple values   \"price\": \"19.99\",   \"in_stock\": true,   \"stock\": 42,\\n\\n  // Array values   \"related_products\": [123, 456, 789],   \"product_colors\": [\"red\", \"blue\", \"green\"],\\n\\n  // Object values   \"_product_attributes\": {     \"color\": {       \"name\": \"Color\",       \"value\": \"Red\",       \"position\": 0,       \"visible\": true     }   },   \"seo_data\": {     \"title\": \"Custom SEO Title\",     \"description\": \"Custom meta description\",     \"keywords\": [\"product\", \"featured\"]   } } ```',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpage_template:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"Specifies the page template file to use. This parameter only applies if post_type is 'page'. For other post types, it's ignored. Provide the template filename (e.g., 'template-contact.php'). Include subdirectory if applicable (e.g., 'templates/full-width.php'). To set a template for non-page post types, use meta_input with key '_wp_page_template'.\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trequired:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Post data type. It is inspired by the wp_insert_post() arguments, but it diverges from it in a few ways.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'map',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Map remote authors to existing local authors.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: [\n\t\t\t\t\t\t\t\t\t\t\t\t'authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t'authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tauthorsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'create',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'default-author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'How to handle authors that don\\'t exist on the current site.\\n\\nPossible values:\\n\\n* \"create\" – Create a new author.\\n* \"default-author\" – Use the default author.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"create\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tauthorsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\turlsMode: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve',\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to rewrite the hrefs in the remote site\\'s content URLs in the WXR file from the remote site domain to the current site domain\\'s (and path etc).\\n\\nPossible values:\\n\\n* \"rewrite\" – Rewrite the hrefs to the current site domain\\'s (and path etc).\\n* \"preserve\" – Preserve the hrefs as they are.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"rewrite\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\turlsMap: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'A mapping of base URLs to rewrite.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyNames: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\ttype: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst: 'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tstaticAssets: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tenum: ['fetch', 'hotlink'],\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Static assets handling.\\n\\nPossible values:\\n\\n* \"fetch\" – Fetch the static assets and save them to the local filesystem.\\n* \"hotlink\" – Hotlink the static assets from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"fetch\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tdefaultAuthorUsername: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'The default author to use when `mode` is \"default-author\".',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: '\"admin\".',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\timportUsers: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import users from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\timportComments: {\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'Whether to import comments from the remote site.',\n\t\t\t\t\t\t\t\t\t\t\t\t\tdefault: 'false.',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['source', 'type'],\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'content'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'importMedia' },\n\t\t\t\t\t\t\tmedia: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\ttitle: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tdescription: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\talt: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tcaption: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\trequired: ['source'],\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'media'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tconst: 'importThemeStarterContent',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tthemeSlug: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The name of the theme to import content from.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.PluginDirectoryReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription: 'Whether to activate the plugin.',\n\t\t\t\t\t\t\t\tdefault: 'true.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tactivationOptions: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Parameters to pass to the plugin during activation.\\n\\nThese options are stored in a site option that the plugin can access during its activation hook. The option name is:\\n\\n```php \\'blueprint_activation_\\' . plugin_basename( __FILE__ ) ```\\n\\nThis ensures uniqueness even when multiple versions of the same plugin exist. This is similar to how the `register_activation_hook` function requires the plugin file path as its first argument.\\n\\nThe Blueprint runner will remove the option after activating the plugin.\\n\\nExample:\\n\\nIn the Blueprint: ```json {     \"source\": \"woocommerce\",     \"activationOptions\": {         \"storeCity\": \"Wrocław\",         \"storeCountry\": \"Poland\",         \"storePostalCode\": \"53-607\"     } } ```\\n\\nIn the plugin\\'s activation hook:\\n\\n```php register_activation_hook( __FILE__, function( $network_wide ) {     // Get the activation options from the transient     $option_name = \\'blueprint_activation_\\' . plugin_basename( __FILE__ );     $blueprint_activation_options = get_option( $option_name ) ?? [];\\n\\n    if ( $blueprint_activation_options ) {         $store_city = $blueprint_activation_options[\\'storeCity\\'] ?? \\'\\';         $store_country = $blueprint_activation_options[\\'storeCountry\\'] ?? \\'\\';         $store_postal_code = $blueprint_activation_options[\\'storePostalCode\\'] ?? \\'\\';\\n\\n        // ...do something with the options...     }\\n\\n    // Continue with normal activation... } ); ```',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/plugins to install the plugin at. If not provided, it will be inferred from the plugin source.',\n\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['skip-plugin', 'throw'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a plugin fails to install.\\n\\nUse-case:   Compatibility testing. A Blueprint may install WordPress nightly with   a number of plugins to test. Some of those plugins may not yet be compatible   with the latest version of WordPress. This is something to take not of,   but not a strong reason to fail the entire Blueprint installation.\",\n\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'How to handle a plugin that is already installed.',\n\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the plugin for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"plugins\": [         {             \"source\": \"https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Jetpack Beta\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Jetpack Beta plugin\" instead of \"Installing https://github.com/Automattic/jetpack/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'installPlugin' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source', 'step'],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.ThemeDirectoryReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\timportStarterContent: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Whether to import the theme's starter content after installing it.\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\ttargetDirectoryName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'An explicit directory name within wp-content/themes to install the theme at. If not provided, it will be inferred from the theme source.',\n\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tonError: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['skip-theme', 'throw'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"Sometimes it's fine when a theme fails to install.\",\n\t\t\t\t\t\t\t\tdefault: 'throw',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tifAlreadyInstalled: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tenum: ['overwrite', 'skip', 'error'],\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'How to handle a theme that is already installed.',\n\t\t\t\t\t\t\t\tdefault: 'overwrite',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\thumanReadableName: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Human-readable name of the theme for the progress bar.\\n\\nFor example, with the following Blueprint:\\n\\n```json {     \"themes\": [         {             \"source\": \"https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\",             \"humanReadableName\": \"Adventurer\"         }     ] } ```\\n\\nThe progress bar will show \"Installing Adventurer theme\" instead of \"Installing https://github.com/Automattic/adventurer/archive/refs/heads/beta.zip\".',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'installTheme' },\n\t\t\t\t\t\t\tactive: {\n\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Whether to activate the theme after installing it.\\n\\nThis is not a part of the theme definition. Only the step can explicitly provide this option. The default value is `true`.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['source', 'step'],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'mkdir' },\n\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'mv' },\n\t\t\t\t\t\t\tfromPath: { type: 'string' },\n\t\t\t\t\t\t\ttoPath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'fromPath', 'toPath'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'rm' },\n\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'rmdir' },\n\t\t\t\t\t\t\tpath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'path'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'resetData' },\n\t\t\t\t\t\t\tcontentTypes: {\n\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\tenum: ['posts', 'pages', 'comments'],\n\t\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\t'Content types created by a vanilla WordPress installation and controlled by `contentBaseline`.',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Content types to remove. When omitted, all posts, pages, custom post types, and comments are removed.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'runPHP' },\n\t\t\t\t\t\t\tcode: {\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\tdescription: 'The PHP file to execute.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tenv: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: { type: 'string' },\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'Environment variables to set for this run.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'code'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'runSQL' },\n\t\t\t\t\t\t\tsource: {\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'source'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'setSiteLanguage' },\n\t\t\t\t\t\t\tlanguage: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t\"The language to set, e.g. 'en_US'\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'language'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t'Sets the site language and download translations for WordPress core and all the installed plugins and themes.',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'setSiteOptions' },\n\t\t\t\t\t\t\toptions: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\tanyOf: [\n\t\t\t\t\t\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t{ type: 'number' },\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\titems: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'options'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'unzip' },\n\t\t\t\t\t\t\tzipFile: {\n\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.FileDataReference',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The zip file resource to extract.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\textractToPath: {\n\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\t\t'The path to extract the zip file to inside the virtual filesystem.',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'zipFile', 'extractToPath'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t'Unzips a file. While this step is not strictly necessary, it is very convenient for:\\n\\n* Working with GitHub releases that output doubly zipped data.\\n* Preprocessing zipped data before using them in the Blueprint.',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'wp-cli' },\n\t\t\t\t\t\t\tcommand: { type: 'string' },\n\t\t\t\t\t\t\twpCliPath: { type: 'string' },\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'command'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\tstep: { type: 'string', const: 'writeFiles' },\n\t\t\t\t\t\t\tfiles: {\n\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\tadditionalProperties: {\n\t\t\t\t\t\t\t\t\t$ref: '#/definitions/DataSources.DataReference',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\trequired: ['step', 'files'],\n\t\t\t\t\t\tadditionalProperties: false,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t},\n\trequired: ['version'],\n\tadditionalProperties: false,\n\tallOf: [\n\t\t{\n\t\t\tif: {\n\t\t\t\tproperties: { usersBaseline: { const: 'empty' } },\n\t\t\t\trequired: ['usersBaseline'],\n\t\t\t},\n\t\t\tthen: {\n\t\t\t\tproperties: {\n\t\t\t\t\tcontentBaseline: { const: 'empty' },\n\t\t\t\t\tusers: {\n\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\tcontains: {\n\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\tproperties: { role: { const: 'administrator' } },\n\t\t\t\t\t\t\trequired: ['role'],\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\trequired: ['contentBaseline', 'users'],\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\tif: {\n\t\t\t\tproperties: { wordpressVersion: { const: 'none' } },\n\t\t\t\trequired: ['wordpressVersion'],\n\t\t\t},\n\t\t\tthen: {\n\t\t\t\tproperties: { contentBaseline: false, usersBaseline: false },\n\t\t\t},\n\t\t},\n\t],\n};\nconst schema13 = {\n\ttype: 'string',\n\tdescription:\n\t\t'A reference to a HTTP or HTTPS URL.\\n\\nThe URLs are parsed using the WHATWG URL standard, which means they can optionally contain usernames and passwords if needed.',\n\tformat: 'whatwg-http-url',\n};\nconst schema14 = {\n\ttype: 'string',\n\tdescription:\n\t\t'A reference to a file in the Blueprint Execution Context – see the main proposal document for more context.\\n\\nThe path must start with either ./ or / to distinguish it from a plugin or theme slug. Regardless of the prefix (./ or /), the path is relative to the Blueprint Execution Context root:\\n\\n* Relative paths (./) are relative to the location of blueprint.json file.\\n* Absolute paths (/) are chrooted at the Blueprint Execution Context root which is   still the directory where blueprint.json is located.\\n\\nIt is not possible to escape the Blueprint Execution Context via \"../\" sequences.',\n\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n};\nconst schema17 = {\n\tdescription:\n\t\t'WordPress version, e.g. \"latest\", \"beta\", \"trunk\", \"none\", \"6.4\", \"6.4.3\", \"6.8-RC1\", or \"6.7-beta2\".\\n\\nThese refer to slugs of specific WordPress releases as listed in the first table column on https://wordpress.org/download/releases/. \"none\" is not a release. It means the Blueprint runs PHP without installing WordPress.\\n\\nThe WordPressVersion type is only meaningful in the top-level `wordpressVersion` property.',\n\ttype: 'string',\n\tpattern:\n\t\t'^(?:latest|beta|trunk|nightly|none|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n};\nconst schema26 = {\n\ttype: 'string',\n\tpattern: '^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$',\n};\nconst schema28 = {\n\ttype: 'string',\n\tpattern:\n\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n};\nconst schema29 = {\n\tdescription:\n\t\t'PHP version, e.g. \"8.1\", \"8.1.3\", or \"next\".\\n\\nThese refer to PHP versions as listed in https://www.php.net/releases/. `next` previews the php-src development branch and is currently supported by the web runtime only.\\n\\nThe PHPVersion type is only meaningful in the top-level `phpVersion` property.',\n\ttype: 'string',\n\tpattern: '^(?:latest|next|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n};\nconst schema30 = {\n\ttype: 'string',\n\tpattern: '^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n};\nconst func2 = Object.prototype.hasOwnProperty;\nconst formats0 = {\n\t'whatwg-http-url': (value) => {\n\t\ttry {\n\t\t\tconst url = new URL(value);\n\t\t\treturn (\n\t\t\t\t(url.protocol === 'http:' || url.protocol === 'https:') &&\n\t\t\t\turl.hostname !== ''\n\t\t\t);\n\t\t} catch {\n\t\t\treturn false;\n\t\t}\n\t},\n}['whatwg-http-url'];\nconst pattern0 = new RegExp('^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$', 'u');\nconst pattern1 = new RegExp(\n\t'^(?:latest|beta|trunk|nightly|none|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t'u'\n);\nconst pattern8 = new RegExp(\n\t'^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$',\n\t'u'\n);\nconst pattern10 = new RegExp(\n\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t'u'\n);\nconst pattern11 = new RegExp('^(?:latest|next|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$', 'u');\nconst pattern12 = new RegExp('^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$', 'u');\nconst pattern3 = new RegExp('^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$', 'u');\nconst pattern18 = new RegExp('^[a-z0-9_-]{1,20}$', 'u');\nconst schema18 = {\n\tanyOf: [\n\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t{ $ref: '#/definitions/DataSources.InlineFile' },\n\t\t{ $ref: '#/definitions/DataSources.InlineDirectory' },\n\t\t{ $ref: '#/definitions/DataSources.GitPath' },\n\t],\n\tdescription: 'A union of all general data reference types.',\n};\nconst schema21 = {\n\ttype: 'object',\n\tproperties: {\n\t\tfilename: { type: 'string', pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\tcontent: { type: 'string' },\n\t},\n\trequired: ['filename', 'content'],\n\tadditionalProperties: false,\n\tdescription:\n\t\t'A file that is inlined within the Blueprint JSON document.\\n\\nExample:\\n\\n```json {     \"filename\": \"index.php\",     \"content\": \"<?php echo \\'Hello, world!\\'; ?>\" } ```',\n};\nconst schema22 = {\n\ttype: 'object',\n\tproperties: {\n\t\tdirectoryName: {\n\t\t\ttype: 'string',\n\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t},\n\t\tfiles: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.NestedInlineDirectory' },\n\t\t\t\t],\n\t\t\t},\n\t\t\tpropertyNames: { pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\t},\n\t},\n\trequired: ['directoryName', 'files'],\n\tadditionalProperties: false,\n\tdescription:\n\t\t'A directory that is inlined within the Blueprint JSON document.\\n\\nExample:\\n\\n```json {     \"directoryName\": \"my-directory\",     \"files\": {         \"index.php\": \"<?php echo \\'Hello, world!\\'; ?>\",         \"my-sub-directory\": {             \"files\": {                 \"index.php\": \"<?php echo \\'Hello, world!\\'; ?>\"             }         }     } } ```',\n};\nconst schema23 = {\n\ttype: 'object',\n\tproperties: {\n\t\tfiles: {\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\tanyOf: [\n\t\t\t\t\t{ type: 'string' },\n\t\t\t\t\t{ $ref: '#/definitions/DataSources.NestedInlineDirectory' },\n\t\t\t\t],\n\t\t\t},\n\t\t\tpropertyNames: { pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\t},\n\t},\n\trequired: ['files'],\n\tadditionalProperties: false,\n\tdescription:\n\t\t'A child directory inside an inline directory.\\n\\nIts directory name comes from the parent `files` record key.',\n};\nconst wrapper0 = { validate: validate14 };\nfunction validate14(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tif (data.files === undefined) {\n\t\t\tconst err0 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/required',\n\t\t\t\tkeyword: 'required',\n\t\t\t\tparams: { missingProperty: 'files' },\n\t\t\t\tmessage: \"must have required property '\" + 'files' + \"'\",\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tfor (const key0 in data) {\n\t\t\tif (!(key0 === 'files')) {\n\t\t\t\tconst err1 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/additionalProperties',\n\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err1];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err1);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.files !== undefined) {\n\t\t\tlet data0 = data.files;\n\t\t\tif (data0 && typeof data0 == 'object' && !Array.isArray(data0)) {\n\t\t\t\tfor (const key1 in data0) {\n\t\t\t\t\tconst _errs4 = errors;\n\t\t\t\t\tif (typeof key1 === 'string') {\n\t\t\t\t\t\tif (!pattern3.test(key1)) {\n\t\t\t\t\t\t\tconst err2 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/files/propertyNames/pattern',\n\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\tpropertyName: key1,\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err2];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar valid1 = _errs4 === errors;\n\t\t\t\t\tif (!valid1) {\n\t\t\t\t\t\tconst err3 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\t\t\tschemaPath: '#/properties/files/propertyNames',\n\t\t\t\t\t\t\tkeyword: 'propertyNames',\n\t\t\t\t\t\t\tparams: { propertyName: key1 },\n\t\t\t\t\t\t\tmessage: 'property name must be valid',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err3];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err3);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfor (const key2 in data0) {\n\t\t\t\t\tlet data1 = data0[key2];\n\t\t\t\t\tconst _errs7 = errors;\n\t\t\t\t\tlet valid3 = false;\n\t\t\t\t\tconst _errs8 = errors;\n\t\t\t\t\tif (typeof data1 !== 'string') {\n\t\t\t\t\t\tconst err4 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\tkey2.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/files/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err4];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid0 = _errs8 === errors;\n\t\t\t\t\tvalid3 = valid3 || _valid0;\n\t\t\t\t\tif (!valid3) {\n\t\t\t\t\t\tconst _errs10 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!wrapper0.validate(data1, {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\t\tkey2\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tparentData: data0,\n\t\t\t\t\t\t\t\tparentDataProperty: key2,\n\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t? wrapper0.validate.errors\n\t\t\t\t\t\t\t\t\t: vErrors.concat(wrapper0.validate.errors);\n\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid0 = _errs10 === errors;\n\t\t\t\t\t\tvalid3 = valid3 || _valid0;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid3) {\n\t\t\t\t\t\tconst err5 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\tkey2.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/files/additionalProperties/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err5];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs7;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs7) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs7;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err6 = {\n\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\tschemaPath: '#/properties/files/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err6];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tconst err7 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'object' },\n\t\t\tmessage: 'must be object',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err7];\n\t\t} else {\n\t\t\tvErrors.push(err7);\n\t\t}\n\t\terrors++;\n\t}\n\tvalidate14.errors = vErrors;\n\treturn errors === 0;\n}\nfunction validate13(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tif (data.directoryName === undefined) {\n\t\t\tconst err0 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/required',\n\t\t\t\tkeyword: 'required',\n\t\t\t\tparams: { missingProperty: 'directoryName' },\n\t\t\t\tmessage:\n\t\t\t\t\t\"must have required property '\" + 'directoryName' + \"'\",\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tif (data.files === undefined) {\n\t\t\tconst err1 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/required',\n\t\t\t\tkeyword: 'required',\n\t\t\t\tparams: { missingProperty: 'files' },\n\t\t\t\tmessage: \"must have required property '\" + 'files' + \"'\",\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err1];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err1);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tfor (const key0 in data) {\n\t\t\tif (!(key0 === 'directoryName' || key0 === 'files')) {\n\t\t\t\tconst err2 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/additionalProperties',\n\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err2];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.directoryName !== undefined) {\n\t\t\tlet data0 = data.directoryName;\n\t\t\tif (typeof data0 === 'string') {\n\t\t\t\tif (!pattern3.test(data0)) {\n\t\t\t\t\tconst err3 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/directoryName',\n\t\t\t\t\t\tschemaPath: '#/properties/directoryName/pattern',\n\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\tparams: { pattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err3];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err3);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err4 = {\n\t\t\t\t\tinstancePath: instancePath + '/directoryName',\n\t\t\t\t\tschemaPath: '#/properties/directoryName/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err4];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.files !== undefined) {\n\t\t\tlet data1 = data.files;\n\t\t\tif (data1 && typeof data1 == 'object' && !Array.isArray(data1)) {\n\t\t\t\tfor (const key1 in data1) {\n\t\t\t\t\tconst _errs6 = errors;\n\t\t\t\t\tif (typeof key1 === 'string') {\n\t\t\t\t\t\tif (!pattern3.test(key1)) {\n\t\t\t\t\t\t\tconst err5 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/files/propertyNames/pattern',\n\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\tpropertyName: key1,\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err5];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar valid1 = _errs6 === errors;\n\t\t\t\t\tif (!valid1) {\n\t\t\t\t\t\tconst err6 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\t\t\tschemaPath: '#/properties/files/propertyNames',\n\t\t\t\t\t\t\tkeyword: 'propertyNames',\n\t\t\t\t\t\t\tparams: { propertyName: key1 },\n\t\t\t\t\t\t\tmessage: 'property name must be valid',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err6];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfor (const key2 in data1) {\n\t\t\t\t\tlet data2 = data1[key2];\n\t\t\t\t\tconst _errs9 = errors;\n\t\t\t\t\tlet valid3 = false;\n\t\t\t\t\tconst _errs10 = errors;\n\t\t\t\t\tif (typeof data2 !== 'string') {\n\t\t\t\t\t\tconst err7 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\tkey2.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/files/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err7];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err7);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid0 = _errs10 === errors;\n\t\t\t\t\tvalid3 = valid3 || _valid0;\n\t\t\t\t\tif (!valid3) {\n\t\t\t\t\t\tconst _errs12 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!validate14(data2, {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\t\tkey2\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tparentData: data1,\n\t\t\t\t\t\t\t\tparentDataProperty: key2,\n\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t? validate14.errors\n\t\t\t\t\t\t\t\t\t: vErrors.concat(validate14.errors);\n\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid0 = _errs12 === errors;\n\t\t\t\t\t\tvalid3 = valid3 || _valid0;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid3) {\n\t\t\t\t\t\tconst err8 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\tkey2.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/files/additionalProperties/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err8];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err8);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs9;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs9) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs9;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err9 = {\n\t\t\t\t\tinstancePath: instancePath + '/files',\n\t\t\t\t\tschemaPath: '#/properties/files/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err9];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err9);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tconst err10 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'object' },\n\t\t\tmessage: 'must be object',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err10];\n\t\t} else {\n\t\t\tvErrors.push(err10);\n\t\t}\n\t\terrors++;\n\t}\n\tvalidate13.errors = vErrors;\n\treturn errors === 0;\n}\nconst schema24 = {\n\ttype: 'object',\n\tproperties: {\n\t\tgitRepository: {\n\t\t\t$ref: '#/definitions/DataSources.URLReference',\n\t\t\tdescription: 'A HTTP or HTTPS URL of the remote git repository.',\n\t\t},\n\t\tref: {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A branch name, commit hash, or tag name.\\n\\nDefaults to HEAD.',\n\t\t},\n\t\tpathInRepository: {\n\t\t\ttype: 'string',\n\t\t\tdescription:\n\t\t\t\t'A path inside the git repository this data reference points to.\\n\\nDefaults to the root of the repository.',\n\t\t\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$)).*$',\n\t\t},\n\t},\n\trequired: ['gitRepository'],\n\tadditionalProperties: false,\n\tdescription: 'A reference to a remote git repository.',\n};\nconst pattern7 = new RegExp('^(?!.*(?:^|/)\\\\.\\\\.(?:/|$)).*$', 'u');\nfunction validate17(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tif (data.gitRepository === undefined) {\n\t\t\tconst err0 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/required',\n\t\t\t\tkeyword: 'required',\n\t\t\t\tparams: { missingProperty: 'gitRepository' },\n\t\t\t\tmessage:\n\t\t\t\t\t\"must have required property '\" + 'gitRepository' + \"'\",\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tfor (const key0 in data) {\n\t\t\tif (\n\t\t\t\t!(\n\t\t\t\t\tkey0 === 'gitRepository' ||\n\t\t\t\t\tkey0 === 'ref' ||\n\t\t\t\t\tkey0 === 'pathInRepository'\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\tconst err1 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/additionalProperties',\n\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err1];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err1);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.gitRepository !== undefined) {\n\t\t\tlet data0 = data.gitRepository;\n\t\t\tif (typeof data0 === 'string') {\n\t\t\t\tif (!formats0(data0)) {\n\t\t\t\t\tconst err2 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/gitRepository',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match format \"' + 'whatwg-http-url' + '\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err2];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err3 = {\n\t\t\t\t\tinstancePath: instancePath + '/gitRepository',\n\t\t\t\t\tschemaPath: '#/definitions/DataSources.URLReference/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err3];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err3);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.ref !== undefined) {\n\t\t\tif (typeof data.ref !== 'string') {\n\t\t\t\tconst err4 = {\n\t\t\t\t\tinstancePath: instancePath + '/ref',\n\t\t\t\t\tschemaPath: '#/properties/ref/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err4];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.pathInRepository !== undefined) {\n\t\t\tlet data2 = data.pathInRepository;\n\t\t\tif (typeof data2 === 'string') {\n\t\t\t\tif (!pattern7.test(data2)) {\n\t\t\t\t\tconst err5 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/pathInRepository',\n\t\t\t\t\t\tschemaPath: '#/properties/pathInRepository/pattern',\n\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\tparams: { pattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$)).*$' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$)).*$' +\n\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err5];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err6 = {\n\t\t\t\t\tinstancePath: instancePath + '/pathInRepository',\n\t\t\t\t\tschemaPath: '#/properties/pathInRepository/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err6];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tconst err7 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'object' },\n\t\t\tmessage: 'must be object',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err7];\n\t\t} else {\n\t\t\tvErrors.push(err7);\n\t\t}\n\t\terrors++;\n\t}\n\tvalidate17.errors = vErrors;\n\treturn errors === 0;\n}\nfunction validate12(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs0 = errors;\n\tlet valid0 = false;\n\tconst _errs1 = errors;\n\tif (typeof data === 'string') {\n\t\tif (!formats0(data)) {\n\t\t\tconst err0 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/definitions/DataSources.URLReference/format',\n\t\t\t\tkeyword: 'format',\n\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\tmessage: 'must match format \"' + 'whatwg-http-url' + '\"',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t} else {\n\t\tconst err1 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/definitions/DataSources.URLReference/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'string' },\n\t\t\tmessage: 'must be string',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err1];\n\t\t} else {\n\t\t\tvErrors.push(err1);\n\t\t}\n\t\terrors++;\n\t}\n\tvar _valid0 = _errs1 === errors;\n\tvalid0 = valid0 || _valid0;\n\tif (!valid0) {\n\t\tconst _errs4 = errors;\n\t\tif (typeof data === 'string') {\n\t\t\tif (!pattern0.test(data)) {\n\t\t\t\tconst err2 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/pattern',\n\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\tparams: {\n\t\t\t\t\t\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n\t\t\t\t\t},\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$' +\n\t\t\t\t\t\t'\"',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err2];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t} else {\n\t\t\tconst err3 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath:\n\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/type',\n\t\t\t\tkeyword: 'type',\n\t\t\t\tparams: { type: 'string' },\n\t\t\t\tmessage: 'must be string',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err3];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err3);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tvar _valid0 = _errs4 === errors;\n\t\tvalid0 = valid0 || _valid0;\n\t\tif (!valid0) {\n\t\t\tconst _errs7 = errors;\n\t\t\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\t\t\tif (data.filename === undefined) {\n\t\t\t\t\tconst err4 = {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/required',\n\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\tparams: { missingProperty: 'filename' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\"must have required property '\" + 'filename' + \"'\",\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err4];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tif (data.content === undefined) {\n\t\t\t\t\tconst err5 = {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/required',\n\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\tparams: { missingProperty: 'content' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\"must have required property '\" + 'content' + \"'\",\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err5];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tfor (const key0 in data) {\n\t\t\t\t\tif (!(key0 === 'filename' || key0 === 'content')) {\n\t\t\t\t\t\tconst err6 = {\n\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/additionalProperties',\n\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err6];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data.filename !== undefined) {\n\t\t\t\t\tlet data0 = data.filename;\n\t\t\t\t\tif (typeof data0 === 'string') {\n\t\t\t\t\t\tif (!pattern3.test(data0)) {\n\t\t\t\t\t\t\tconst err7 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/filename',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/filename/pattern',\n\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err7];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err7);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err8 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/filename',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/filename/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err8];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err8);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data.content !== undefined) {\n\t\t\t\t\tif (typeof data.content !== 'string') {\n\t\t\t\t\t\tconst err9 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/content',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/content/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err9];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err9);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err10 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/definitions/DataSources.InlineFile/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err10];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err10);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid0 = _errs7 === errors;\n\t\t\tvalid0 = valid0 || _valid0;\n\t\t\tif (!valid0) {\n\t\t\t\tconst _errs15 = errors;\n\t\t\t\tif (\n\t\t\t\t\t!validate13(data, {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tparentData,\n\t\t\t\t\t\tparentDataProperty,\n\t\t\t\t\t\trootData,\n\t\t\t\t\t})\n\t\t\t\t) {\n\t\t\t\t\tvErrors =\n\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t? validate13.errors\n\t\t\t\t\t\t\t: vErrors.concat(validate13.errors);\n\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t}\n\t\t\t\tvar _valid0 = _errs15 === errors;\n\t\t\t\tvalid0 = valid0 || _valid0;\n\t\t\t\tif (!valid0) {\n\t\t\t\t\tconst _errs16 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate17(data, {\n\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\tparentData,\n\t\t\t\t\t\t\tparentDataProperty,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate17.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate17.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid0 = _errs16 === errors;\n\t\t\t\t\tvalid0 = valid0 || _valid0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tif (!valid0) {\n\t\tconst err11 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf',\n\t\t\tkeyword: 'anyOf',\n\t\t\tparams: {},\n\t\t\tmessage: 'must match a schema in anyOf',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err11];\n\t\t} else {\n\t\t\tvErrors.push(err11);\n\t\t}\n\t\terrors++;\n\t} else {\n\t\terrors = _errs0;\n\t\tif (vErrors !== null) {\n\t\t\tif (_errs0) {\n\t\t\t\tvErrors.length = _errs0;\n\t\t\t} else {\n\t\t\t\tvErrors = null;\n\t\t\t}\n\t\t}\n\t}\n\tvalidate12.errors = vErrors;\n\treturn errors === 0;\n}\nconst schema33 = {\n\tanyOf: [{ $ref: '#/definitions/DataSources.Slug' }, { type: 'string' }],\n\tdescription:\n\t\t'Theme directory reference, e.g. \"twentytwentythree\", \"adventurer@4.6.0\", or \"twentytwentyfour@latest\".\\n\\nThese refer to specific theme slugs in the WordPress.org theme repository.\\n\\nFor example, a reference to \"adventurer\" means the Adventurer theme as seen on https://wordpress.org/themes/adventurer/.\\n\\nThese references are only meaningful in:\\n\\n* The top-level `themes` array\\n* The `installTheme` imperative step',\n};\nconst schema34 = {\n\ttype: 'string',\n\tdescription:\n\t\t'A WordPress.org directory slug.\\n\\nSlugs are intentionally treated as opaque strings. Playground should not reject future WordPress.org slug formats just because they do not match the directory conventions common today.',\n};\nfunction validate20(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs0 = errors;\n\tlet valid0 = false;\n\tconst _errs1 = errors;\n\tif (typeof data !== 'string') {\n\t\tconst err0 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/definitions/DataSources.Slug/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'string' },\n\t\t\tmessage: 'must be string',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err0];\n\t\t} else {\n\t\t\tvErrors.push(err0);\n\t\t}\n\t\terrors++;\n\t}\n\tvar _valid0 = _errs1 === errors;\n\tvalid0 = valid0 || _valid0;\n\tif (!valid0) {\n\t\tconst _errs4 = errors;\n\t\tif (typeof data !== 'string') {\n\t\t\tconst err1 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/anyOf/1/type',\n\t\t\t\tkeyword: 'type',\n\t\t\t\tparams: { type: 'string' },\n\t\t\t\tmessage: 'must be string',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err1];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err1);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tvar _valid0 = _errs4 === errors;\n\t\tvalid0 = valid0 || _valid0;\n\t}\n\tif (!valid0) {\n\t\tconst err2 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf',\n\t\t\tkeyword: 'anyOf',\n\t\t\tparams: {},\n\t\t\tmessage: 'must match a schema in anyOf',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err2];\n\t\t} else {\n\t\t\tvErrors.push(err2);\n\t\t}\n\t\terrors++;\n\t} else {\n\t\terrors = _errs0;\n\t\tif (vErrors !== null) {\n\t\t\tif (_errs0) {\n\t\t\t\tvErrors.length = _errs0;\n\t\t\t} else {\n\t\t\t\tvErrors = null;\n\t\t\t}\n\t\t}\n\t}\n\tvalidate20.errors = vErrors;\n\treturn errors === 0;\n}\nconst schema35 = {\n\tanyOf: [{ $ref: '#/definitions/DataSources.Slug' }, { type: 'string' }],\n\tdescription:\n\t\t'Plugin directory reference, e.g. \"jetpack\", \"jetpack@6.4\", or \"akismet@6.4.3\".\\n\\nThese refer to a specific plugin slugs in the WordPress.org plugin repository.\\n\\nFor example, a reference to \"wordpress-seo\" means the Yoast SEO plugin as seen on https://wordpress.org/plugins/wordpress-seo/.\\n\\nThe Plugin Directory Reference are only meaningful in:\\n\\n* The top-level `plugins` array\\n* The `installPlugin` imperative step',\n};\nfunction validate30(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs0 = errors;\n\tlet valid0 = false;\n\tconst _errs1 = errors;\n\tif (typeof data !== 'string') {\n\t\tconst err0 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/definitions/DataSources.Slug/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'string' },\n\t\t\tmessage: 'must be string',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err0];\n\t\t} else {\n\t\t\tvErrors.push(err0);\n\t\t}\n\t\terrors++;\n\t}\n\tvar _valid0 = _errs1 === errors;\n\tvalid0 = valid0 || _valid0;\n\tif (!valid0) {\n\t\tconst _errs4 = errors;\n\t\tif (typeof data !== 'string') {\n\t\t\tconst err1 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/anyOf/1/type',\n\t\t\t\tkeyword: 'type',\n\t\t\t\tparams: { type: 'string' },\n\t\t\t\tmessage: 'must be string',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err1];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err1);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tvar _valid0 = _errs4 === errors;\n\t\tvalid0 = valid0 || _valid0;\n\t}\n\tif (!valid0) {\n\t\tconst err2 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf',\n\t\t\tkeyword: 'anyOf',\n\t\t\tparams: {},\n\t\t\tmessage: 'must match a schema in anyOf',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err2];\n\t\t} else {\n\t\t\tvErrors.push(err2);\n\t\t}\n\t\terrors++;\n\t} else {\n\t\terrors = _errs0;\n\t\tif (vErrors !== null) {\n\t\t\tif (_errs0) {\n\t\t\t\tvErrors.length = _errs0;\n\t\t\t} else {\n\t\t\t\tvErrors = null;\n\t\t\t}\n\t\t}\n\t}\n\tvalidate30.errors = vErrors;\n\treturn errors === 0;\n}\nconst schema37 = {\n\tanyOf: [\n\t\t{ type: 'string' },\n\t\t{ type: 'boolean' },\n\t\t{ type: 'number' },\n\t\t{\n\t\t\ttype: 'array',\n\t\t\titems: {\n\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttype: 'object',\n\t\t\tadditionalProperties: {\n\t\t\t\t$ref: '#/definitions/alias-1337903113-148581-148675-1337903113-100727-148689-1337903113-100693-148689-1337903113-0-165845',\n\t\t\t},\n\t\t},\n\t],\n};\nconst wrapper1 = { validate: validate34 };\nfunction validate34(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs0 = errors;\n\tlet valid0 = false;\n\tconst _errs1 = errors;\n\tif (typeof data !== 'string') {\n\t\tconst err0 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf/0/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'string' },\n\t\t\tmessage: 'must be string',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err0];\n\t\t} else {\n\t\t\tvErrors.push(err0);\n\t\t}\n\t\terrors++;\n\t}\n\tvar _valid0 = _errs1 === errors;\n\tvalid0 = valid0 || _valid0;\n\tif (!valid0) {\n\t\tconst _errs3 = errors;\n\t\tif (typeof data !== 'boolean') {\n\t\t\tconst err1 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/anyOf/1/type',\n\t\t\t\tkeyword: 'type',\n\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\tmessage: 'must be boolean',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err1];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err1);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tvar _valid0 = _errs3 === errors;\n\t\tvalid0 = valid0 || _valid0;\n\t\tif (!valid0) {\n\t\t\tconst _errs5 = errors;\n\t\t\tif (!(typeof data == 'number' && isFinite(data))) {\n\t\t\t\tconst err2 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/anyOf/2/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'number' },\n\t\t\t\t\tmessage: 'must be number',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err2];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid0 = _errs5 === errors;\n\t\t\tvalid0 = valid0 || _valid0;\n\t\t\tif (!valid0) {\n\t\t\t\tconst _errs7 = errors;\n\t\t\t\tif (Array.isArray(data)) {\n\t\t\t\t\tconst len0 = data.length;\n\t\t\t\t\tfor (let i0 = 0; i0 < len0; i0++) {\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!wrapper1.validate(data[i0], {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/' + i0,\n\t\t\t\t\t\t\t\tparentData: data,\n\t\t\t\t\t\t\t\tparentDataProperty: i0,\n\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t? wrapper1.validate.errors\n\t\t\t\t\t\t\t\t\t: vErrors.concat(wrapper1.validate.errors);\n\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconst err3 = {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tschemaPath: '#/anyOf/3/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err3];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err3);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tvar _valid0 = _errs7 === errors;\n\t\t\t\tvalid0 = valid0 || _valid0;\n\t\t\t\tif (!valid0) {\n\t\t\t\t\tconst _errs10 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata &&\n\t\t\t\t\t\ttypeof data == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data)\n\t\t\t\t\t) {\n\t\t\t\t\t\tfor (const key0 in data) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!wrapper1.validate(data[key0], {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\tkey0\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\tparentData: data,\n\t\t\t\t\t\t\t\t\tparentDataProperty: key0,\n\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t? wrapper1.validate.errors\n\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\twrapper1.validate.errors\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err4 = {\n\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\tschemaPath: '#/anyOf/4/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err4];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid0 = _errs10 === errors;\n\t\t\t\t\tvalid0 = valid0 || _valid0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tif (!valid0) {\n\t\tconst err5 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf',\n\t\t\tkeyword: 'anyOf',\n\t\t\tparams: {},\n\t\t\tmessage: 'must match a schema in anyOf',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err5];\n\t\t} else {\n\t\t\tvErrors.push(err5);\n\t\t}\n\t\terrors++;\n\t} else {\n\t\terrors = _errs0;\n\t\tif (vErrors !== null) {\n\t\t\tif (_errs0) {\n\t\t\t\tvErrors.length = _errs0;\n\t\t\t} else {\n\t\t\t\tvErrors = null;\n\t\t\t}\n\t\t}\n\t}\n\tvalidate34.errors = vErrors;\n\treturn errors === 0;\n}\nconst schema39 = {\n\tanyOf: [\n\t\t{ $ref: '#/definitions/DataSources.URLReference' },\n\t\t{ $ref: '#/definitions/DataSources.ExecutionContextPath' },\n\t\t{ $ref: '#/definitions/DataSources.TargetSitePath' },\n\t\t{ $ref: '#/definitions/DataSources.InlineFile' },\n\t],\n\tdescription: 'A data reference that must resolve to a single file.',\n};\nconst schema42 = {\n\ttype: 'string',\n\tdescription:\n\t\t'A path within the target WordPress site, relative to the WordPress root directory. For example, site:wp-content/uploads/2024/01/image.jpg.\\n\\nUnlike an execution-context path, this path is resolved from the mutable target filesystem when the consuming step runs. Earlier steps may therefore create the referenced file. The runner must keep the path inside the target WordPress root; it never names a file on the host filesystem.',\n\tpattern: '^site:(?!\\\\/*$)(?!\\\\.\\\\.(?:/|$))(?!.*\\\\/\\\\.\\\\.(?:/|$)).+$',\n};\nconst pattern21 = new RegExp(\n\t'^site:(?!\\\\/*$)(?!\\\\.\\\\.(?:/|$))(?!.*\\\\/\\\\.\\\\.(?:/|$)).+$',\n\t'u'\n);\nfunction validate40(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs0 = errors;\n\tlet valid0 = false;\n\tconst _errs1 = errors;\n\tif (typeof data === 'string') {\n\t\tif (!formats0(data)) {\n\t\t\tconst err0 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/definitions/DataSources.URLReference/format',\n\t\t\t\tkeyword: 'format',\n\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\tmessage: 'must match format \"' + 'whatwg-http-url' + '\"',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t} else {\n\t\tconst err1 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/definitions/DataSources.URLReference/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'string' },\n\t\t\tmessage: 'must be string',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err1];\n\t\t} else {\n\t\t\tvErrors.push(err1);\n\t\t}\n\t\terrors++;\n\t}\n\tvar _valid0 = _errs1 === errors;\n\tvalid0 = valid0 || _valid0;\n\tif (!valid0) {\n\t\tconst _errs4 = errors;\n\t\tif (typeof data === 'string') {\n\t\t\tif (!pattern0.test(data)) {\n\t\t\t\tconst err2 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/pattern',\n\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\tparams: {\n\t\t\t\t\t\tpattern: '^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n\t\t\t\t\t},\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$' +\n\t\t\t\t\t\t'\"',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err2];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t} else {\n\t\t\tconst err3 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath:\n\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/type',\n\t\t\t\tkeyword: 'type',\n\t\t\t\tparams: { type: 'string' },\n\t\t\t\tmessage: 'must be string',\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err3];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err3);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tvar _valid0 = _errs4 === errors;\n\t\tvalid0 = valid0 || _valid0;\n\t\tif (!valid0) {\n\t\t\tconst _errs7 = errors;\n\t\t\tif (typeof data === 'string') {\n\t\t\t\tif (!pattern21.test(data)) {\n\t\t\t\t\tconst err4 = {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.TargetSitePath/pattern',\n\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t'^site:(?!\\\\/*$)(?!\\\\.\\\\.(?:/|$))(?!.*\\\\/\\\\.\\\\.(?:/|$)).+$',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t'^site:(?!\\\\/*$)(?!\\\\.\\\\.(?:/|$))(?!.*\\\\/\\\\.\\\\.(?:/|$)).+$' +\n\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err4];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err5 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/definitions/DataSources.TargetSitePath/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err5];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid0 = _errs7 === errors;\n\t\t\tvalid0 = valid0 || _valid0;\n\t\t\tif (!valid0) {\n\t\t\t\tconst _errs10 = errors;\n\t\t\t\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\t\t\t\tif (data.filename === undefined) {\n\t\t\t\t\t\tconst err6 = {\n\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/required',\n\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\tparams: { missingProperty: 'filename' },\n\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t'filename' +\n\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err6];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tif (data.content === undefined) {\n\t\t\t\t\t\tconst err7 = {\n\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/required',\n\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\tparams: { missingProperty: 'content' },\n\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t'content' +\n\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err7];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err7);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tfor (const key0 in data) {\n\t\t\t\t\t\tif (!(key0 === 'filename' || key0 === 'content')) {\n\t\t\t\t\t\t\tconst err8 = {\n\t\t\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/additionalProperties',\n\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err8];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err8);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (data.filename !== undefined) {\n\t\t\t\t\t\tlet data0 = data.filename;\n\t\t\t\t\t\tif (typeof data0 === 'string') {\n\t\t\t\t\t\t\tif (!pattern3.test(data0)) {\n\t\t\t\t\t\t\t\tconst err9 = {\n\t\t\t\t\t\t\t\t\tinstancePath: instancePath + '/filename',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/filename/pattern',\n\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tpattern: '^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err9];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err9);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err10 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/filename',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/filename/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err10];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err10);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (data.content !== undefined) {\n\t\t\t\t\t\tif (typeof data.content !== 'string') {\n\t\t\t\t\t\t\tconst err11 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/content',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.InlineFile/properties/content/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err11];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err11);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconst err12 = {\n\t\t\t\t\t\tinstancePath,\n\t\t\t\t\t\tschemaPath: '#/definitions/DataSources.InlineFile/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err12];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err12);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tvar _valid0 = _errs10 === errors;\n\t\t\t\tvalid0 = valid0 || _valid0;\n\t\t\t}\n\t\t}\n\t}\n\tif (!valid0) {\n\t\tconst err13 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/anyOf',\n\t\t\tkeyword: 'anyOf',\n\t\t\tparams: {},\n\t\t\tmessage: 'must match a schema in anyOf',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err13];\n\t\t} else {\n\t\t\tvErrors.push(err13);\n\t\t}\n\t\terrors++;\n\t} else {\n\t\terrors = _errs0;\n\t\tif (vErrors !== null) {\n\t\t\tif (_errs0) {\n\t\t\t\tvErrors.length = _errs0;\n\t\t\t} else {\n\t\t\t\tvErrors = null;\n\t\t\t}\n\t\t}\n\t}\n\tvalidate40.errors = vErrors;\n\treturn errors === 0;\n}\nfunction validate11(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tconst _errs2 = errors;\n\tlet valid1 = true;\n\tconst _errs3 = errors;\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tlet missing0;\n\t\tif (data.usersBaseline === undefined && (missing0 = 'usersBaseline')) {\n\t\t\tconst err0 = {};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err0];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err0);\n\t\t\t}\n\t\t\terrors++;\n\t\t} else {\n\t\t\tif (data.usersBaseline !== undefined) {\n\t\t\t\tif ('empty' !== data.usersBaseline) {\n\t\t\t\t\tconst err1 = {};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err1];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err1);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar _valid0 = _errs3 === errors;\n\terrors = _errs2;\n\tif (vErrors !== null) {\n\t\tif (_errs2) {\n\t\t\tvErrors.length = _errs2;\n\t\t} else {\n\t\t\tvErrors = null;\n\t\t}\n\t}\n\tif (_valid0) {\n\t\tconst _errs5 = errors;\n\t\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\t\tif (data.contentBaseline === undefined) {\n\t\t\t\tconst err2 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/allOf/0/then/required',\n\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\tparams: { missingProperty: 'contentBaseline' },\n\t\t\t\t\tmessage:\n\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t'contentBaseline' +\n\t\t\t\t\t\t\"'\",\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err2];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err2);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif (data.users === undefined) {\n\t\t\t\tconst err3 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/allOf/0/then/required',\n\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\tparams: { missingProperty: 'users' },\n\t\t\t\t\tmessage: \"must have required property '\" + 'users' + \"'\",\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err3];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err3);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif (data.contentBaseline !== undefined) {\n\t\t\t\tif ('empty' !== data.contentBaseline) {\n\t\t\t\t\tconst err4 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/allOf/0/then/properties/contentBaseline/const',\n\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\tparams: { allowedValue: 'empty' },\n\t\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err4];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err4);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (data.users !== undefined) {\n\t\t\t\tlet data2 = data.users;\n\t\t\t\tif (Array.isArray(data2)) {\n\t\t\t\t\tconst _errs9 = errors;\n\t\t\t\t\tconst len0 = data2.length;\n\t\t\t\t\tfor (let i0 = 0; i0 < len0; i0++) {\n\t\t\t\t\t\tlet data3 = data2[i0];\n\t\t\t\t\t\tconst _errs10 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\tdata3 &&\n\t\t\t\t\t\t\ttypeof data3 == 'object' &&\n\t\t\t\t\t\t\t!Array.isArray(data3)\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tif (data3.role === undefined) {\n\t\t\t\t\t\t\t\tconst err5 = {\n\t\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i0,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/allOf/0/then/properties/users/contains/required',\n\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'role' },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t'role' +\n\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err5];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err5);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data3.role !== undefined) {\n\t\t\t\t\t\t\t\tif ('administrator' !== data3.role) {\n\t\t\t\t\t\t\t\t\tconst err6 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\t\ti0 +\n\t\t\t\t\t\t\t\t\t\t\t'/role',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/allOf/0/then/properties/users/contains/properties/role/const',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'administrator',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err6];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err6);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err7 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i0,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/allOf/0/then/properties/users/contains/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err7];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err7);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar valid4 = _errs10 === errors;\n\t\t\t\t\t\tif (valid4) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid4) {\n\t\t\t\t\t\tconst err8 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/users',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/allOf/0/then/properties/users/contains',\n\t\t\t\t\t\t\tkeyword: 'contains',\n\t\t\t\t\t\t\tparams: { minContains: 1 },\n\t\t\t\t\t\t\tmessage: 'must contain at least 1 valid item(s)',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err8];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err8);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs9;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs9) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs9;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconst err9 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/users',\n\t\t\t\t\t\tschemaPath: '#/allOf/0/then/properties/users/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err9];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err9);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tvar _valid0 = _errs5 === errors;\n\t\tvalid1 = _valid0;\n\t}\n\tif (!valid1) {\n\t\tconst err10 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/allOf/0/if',\n\t\t\tkeyword: 'if',\n\t\t\tparams: { failingKeyword: 'then' },\n\t\t\tmessage: 'must match \"then\" schema',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err10];\n\t\t} else {\n\t\t\tvErrors.push(err10);\n\t\t}\n\t\terrors++;\n\t}\n\tconst _errs14 = errors;\n\tlet valid6 = true;\n\tconst _errs15 = errors;\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tlet missing1;\n\t\tif (\n\t\t\tdata.wordpressVersion === undefined &&\n\t\t\t(missing1 = 'wordpressVersion')\n\t\t) {\n\t\t\tconst err11 = {};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err11];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err11);\n\t\t\t}\n\t\t\terrors++;\n\t\t} else {\n\t\t\tif (data.wordpressVersion !== undefined) {\n\t\t\t\tif ('none' !== data.wordpressVersion) {\n\t\t\t\t\tconst err12 = {};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err12];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err12);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar _valid1 = _errs15 === errors;\n\terrors = _errs14;\n\tif (vErrors !== null) {\n\t\tif (_errs14) {\n\t\t\tvErrors.length = _errs14;\n\t\t} else {\n\t\t\tvErrors = null;\n\t\t}\n\t}\n\tif (_valid1) {\n\t\tconst _errs17 = errors;\n\t\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\t\tif (data.contentBaseline !== undefined) {\n\t\t\t\tconst err13 = {\n\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/allOf/1/then/properties/contentBaseline/false schema',\n\t\t\t\t\tkeyword: 'false schema',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'boolean schema is false',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err13];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err13);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif (data.usersBaseline !== undefined) {\n\t\t\t\tconst err14 = {\n\t\t\t\t\tinstancePath: instancePath + '/usersBaseline',\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/allOf/1/then/properties/usersBaseline/false schema',\n\t\t\t\t\tkeyword: 'false schema',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'boolean schema is false',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err14];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err14);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tvar _valid1 = _errs17 === errors;\n\t\tvalid6 = _valid1;\n\t}\n\tif (!valid6) {\n\t\tconst err15 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/allOf/1/if',\n\t\t\tkeyword: 'if',\n\t\t\tparams: { failingKeyword: 'then' },\n\t\t\tmessage: 'must match \"then\" schema',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err15];\n\t\t} else {\n\t\t\tvErrors.push(err15);\n\t\t}\n\t\terrors++;\n\t}\n\tif (data && typeof data == 'object' && !Array.isArray(data)) {\n\t\tif (data.version === undefined) {\n\t\t\tconst err16 = {\n\t\t\t\tinstancePath,\n\t\t\t\tschemaPath: '#/required',\n\t\t\t\tkeyword: 'required',\n\t\t\t\tparams: { missingProperty: 'version' },\n\t\t\t\tmessage: \"must have required property '\" + 'version' + \"'\",\n\t\t\t};\n\t\t\tif (vErrors === null) {\n\t\t\t\tvErrors = [err16];\n\t\t\t} else {\n\t\t\t\tvErrors.push(err16);\n\t\t\t}\n\t\t\terrors++;\n\t\t}\n\t\tfor (const key0 in data) {\n\t\t\tif (!func2.call(schema12.properties, key0)) {\n\t\t\t\tconst err17 = {\n\t\t\t\t\tinstancePath,\n\t\t\t\t\tschemaPath: '#/additionalProperties',\n\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\tparams: { additionalProperty: key0 },\n\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err17];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err17);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.version !== undefined) {\n\t\t\tlet data8 = data.version;\n\t\t\tif (!(typeof data8 == 'number' && isFinite(data8))) {\n\t\t\t\tconst err18 = {\n\t\t\t\t\tinstancePath: instancePath + '/version',\n\t\t\t\t\tschemaPath: '#/properties/version/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'number' },\n\t\t\t\t\tmessage: 'must be number',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err18];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err18);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif (2 !== data8) {\n\t\t\t\tconst err19 = {\n\t\t\t\t\tinstancePath: instancePath + '/version',\n\t\t\t\t\tschemaPath: '#/properties/version/const',\n\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\tparams: { allowedValue: 2 },\n\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err19];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err19);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.$schema !== undefined) {\n\t\t\tlet data9 = data.$schema;\n\t\t\tconst _errs22 = errors;\n\t\t\tlet valid10 = false;\n\t\t\tconst _errs23 = errors;\n\t\t\tif (typeof data9 === 'string') {\n\t\t\t\tif (!formats0(data9)) {\n\t\t\t\t\tconst err20 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/$schema',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match format \"' + 'whatwg-http-url' + '\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err20];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err20);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err21 = {\n\t\t\t\t\tinstancePath: instancePath + '/$schema',\n\t\t\t\t\tschemaPath: '#/definitions/DataSources.URLReference/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err21];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err21);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid2 = _errs23 === errors;\n\t\t\tvalid10 = valid10 || _valid2;\n\t\t\tif (!valid10) {\n\t\t\t\tconst _errs26 = errors;\n\t\t\t\tif (typeof data9 === 'string') {\n\t\t\t\t\tif (!pattern0.test(data9)) {\n\t\t\t\t\t\tconst err22 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/$schema',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/pattern',\n\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$' +\n\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err22];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err22);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconst err23 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/$schema',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err23];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err23);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tvar _valid2 = _errs26 === errors;\n\t\t\t\tvalid10 = valid10 || _valid2;\n\t\t\t}\n\t\t\tif (!valid10) {\n\t\t\t\tconst err24 = {\n\t\t\t\t\tinstancePath: instancePath + '/$schema',\n\t\t\t\t\tschemaPath: '#/properties/%24schema/anyOf',\n\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err24];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err24);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t} else {\n\t\t\t\terrors = _errs22;\n\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\tif (_errs22) {\n\t\t\t\t\t\tvErrors.length = _errs22;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (data.blueprintMeta !== undefined) {\n\t\t\tlet data10 = data.blueprintMeta;\n\t\t\tif (data10 && typeof data10 == 'object' && !Array.isArray(data10)) {\n\t\t\t\tfor (const key1 in data10) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\tschema12.properties.blueprintMeta.properties,\n\t\t\t\t\t\t\tkey1\n\t\t\t\t\t\t)\n\t\t\t\t\t) {\n\t\t\t\t\t\tconst err25 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/blueprintMeta',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/additionalProperties',\n\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\tparams: { additionalProperty: key1 },\n\t\t\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err25];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err25);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.name !== undefined) {\n\t\t\t\t\tif (typeof data10.name !== 'string') {\n\t\t\t\t\t\tconst err26 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/blueprintMeta/name',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/name/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err26];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err26);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.description !== undefined) {\n\t\t\t\t\tif (typeof data10.description !== 'string') {\n\t\t\t\t\t\tconst err27 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/description',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/description/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err27];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err27);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.moreInfo !== undefined) {\n\t\t\t\t\tif (typeof data10.moreInfo !== 'string') {\n\t\t\t\t\t\tconst err28 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/moreInfo',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/moreInfo/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err28];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err28);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.version !== undefined) {\n\t\t\t\t\tif (typeof data10.version !== 'string') {\n\t\t\t\t\t\tconst err29 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/version',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/version/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err29];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err29);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.authors !== undefined) {\n\t\t\t\t\tlet data15 = data10.authors;\n\t\t\t\t\tif (Array.isArray(data15)) {\n\t\t\t\t\t\tconst len1 = data15.length;\n\t\t\t\t\t\tfor (let i1 = 0; i1 < len1; i1++) {\n\t\t\t\t\t\t\tif (typeof data15[i1] !== 'string') {\n\t\t\t\t\t\t\t\tconst err30 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/blueprintMeta/authors/' +\n\t\t\t\t\t\t\t\t\t\ti1,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/authors/items/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err30];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err30);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err31 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/authors',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/authors/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err31];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err31);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.homepage !== undefined) {\n\t\t\t\t\tlet data17 = data10.homepage;\n\t\t\t\t\tif (typeof data17 === 'string') {\n\t\t\t\t\t\tif (!formats0(data17)) {\n\t\t\t\t\t\t\tconst err32 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/homepage',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err32];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err32);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err33 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/homepage',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err33];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err33);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.donateLink !== undefined) {\n\t\t\t\t\tlet data18 = data10.donateLink;\n\t\t\t\t\tif (typeof data18 === 'string') {\n\t\t\t\t\t\tif (!formats0(data18)) {\n\t\t\t\t\t\t\tconst err34 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/donateLink',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\tparams: { format: 'whatwg-http-url' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err34];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err34);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err35 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/donateLink',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err35];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err35);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.tags !== undefined) {\n\t\t\t\t\tlet data19 = data10.tags;\n\t\t\t\t\tif (Array.isArray(data19)) {\n\t\t\t\t\t\tconst len2 = data19.length;\n\t\t\t\t\t\tfor (let i2 = 0; i2 < len2; i2++) {\n\t\t\t\t\t\t\tif (typeof data19[i2] !== 'string') {\n\t\t\t\t\t\t\t\tconst err36 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/blueprintMeta/tags/' +\n\t\t\t\t\t\t\t\t\t\ti2,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/tags/items/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err36];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err36);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err37 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/blueprintMeta/tags',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/tags/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err37];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err37);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data10.license !== undefined) {\n\t\t\t\t\tif (typeof data10.license !== 'string') {\n\t\t\t\t\t\tconst err38 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/blueprintMeta/license',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/blueprintMeta/properties/license/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err38];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err38);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err39 = {\n\t\t\t\t\tinstancePath: instancePath + '/blueprintMeta',\n\t\t\t\t\tschemaPath: '#/properties/blueprintMeta/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err39];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err39);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.applicationOptions !== undefined) {\n\t\t\tlet data22 = data.applicationOptions;\n\t\t\tif (data22 && typeof data22 == 'object' && !Array.isArray(data22)) {\n\t\t\t\tif (data22['wordpress-playground'] === undefined) {\n\t\t\t\t\tconst err40 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/applicationOptions',\n\t\t\t\t\t\tschemaPath: '#/properties/applicationOptions/required',\n\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\tparams: { missingProperty: 'wordpress-playground' },\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t'wordpress-playground' +\n\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err40];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err40);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tfor (const key2 in data22) {\n\t\t\t\t\tif (!(key2 === 'wordpress-playground')) {\n\t\t\t\t\t\tconst err41 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/applicationOptions',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/applicationOptions/additionalProperties',\n\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\tparams: { additionalProperty: key2 },\n\t\t\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err41];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err41);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data22['wordpress-playground'] !== undefined) {\n\t\t\t\t\tlet data23 = data22['wordpress-playground'];\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata23 &&\n\t\t\t\t\t\ttypeof data23 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data23)\n\t\t\t\t\t) {\n\t\t\t\t\t\tfor (const key3 in data23) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tkey3 === 'landingPage' ||\n\t\t\t\t\t\t\t\t\tkey3 === 'login' ||\n\t\t\t\t\t\t\t\t\tkey3 === 'networkAccess' ||\n\t\t\t\t\t\t\t\t\tkey3 === 'loadPhpExtensions'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err42 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key3 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err42];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err42);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data23.landingPage !== undefined) {\n\t\t\t\t\t\t\tif (typeof data23.landingPage !== 'string') {\n\t\t\t\t\t\t\t\tconst err43 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/landingPage',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/landingPage/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err43];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err43);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data23.login !== undefined) {\n\t\t\t\t\t\t\tlet data25 = data23.login;\n\t\t\t\t\t\t\tconst _errs65 = errors;\n\t\t\t\t\t\t\tlet valid22 = false;\n\t\t\t\t\t\t\tconst _errs66 = errors;\n\t\t\t\t\t\t\tif (typeof data25 !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err44 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/0/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err44];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err44);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid3 = _errs66 === errors;\n\t\t\t\t\t\t\tvalid22 = valid22 || _valid3;\n\t\t\t\t\t\t\tif (!valid22) {\n\t\t\t\t\t\t\t\tconst _errs68 = errors;\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata25 &&\n\t\t\t\t\t\t\t\t\ttypeof data25 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data25)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data25.username === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err45 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'username',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'username' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err45];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err45);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data25.password === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err46 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'password',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'password' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err46];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err46);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key4 in data25) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey4 === 'username' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey4 === 'password'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err47 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key4,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err47];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err47);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data25.username !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data25.username !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err48 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login/username',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/properties/username/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err48];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err48);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data25.password !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data25.password !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err49 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login/password',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/properties/password/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err49];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err49);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err50 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err50];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err50);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid3 = _errs68 === errors;\n\t\t\t\t\t\t\t\tvalid22 = valid22 || _valid3;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!valid22) {\n\t\t\t\t\t\t\t\tconst err51 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/login',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/login/anyOf',\n\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err51];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err51);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\terrors = _errs65;\n\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\tif (_errs65) {\n\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs65;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data23.networkAccess !== undefined) {\n\t\t\t\t\t\t\tif (typeof data23.networkAccess !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err52 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/networkAccess',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/networkAccess/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err52];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err52);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data23.loadPhpExtensions !== undefined) {\n\t\t\t\t\t\t\tlet data29 = data23.loadPhpExtensions;\n\t\t\t\t\t\t\tif (Array.isArray(data29)) {\n\t\t\t\t\t\t\t\tconst len3 = data29.length;\n\t\t\t\t\t\t\t\tfor (let i3 = 0; i3 < len3; i3++) {\n\t\t\t\t\t\t\t\t\tlet data30 = data29[i3];\n\t\t\t\t\t\t\t\t\tif (typeof data30 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err53 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/loadPhpExtensions/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti3,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/loadPhpExtensions/items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err53];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err53);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif ('intl' !== data30) {\n\t\t\t\t\t\t\t\t\t\tconst err54 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/loadPhpExtensions/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti3,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/loadPhpExtensions/items/const',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'intl' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err54];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err54);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err55 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground/loadPhpExtensions',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/properties/loadPhpExtensions/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err55];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err55);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err56 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/applicationOptions/wordpress-playground',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/applicationOptions/properties/wordpress-playground/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err56];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err56);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err57 = {\n\t\t\t\t\tinstancePath: instancePath + '/applicationOptions',\n\t\t\t\t\tschemaPath: '#/properties/applicationOptions/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err57];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err57);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.contentBaseline !== undefined) {\n\t\t\tlet data31 = data.contentBaseline;\n\t\t\tconst _errs82 = errors;\n\t\t\tlet valid26 = false;\n\t\t\tconst _errs83 = errors;\n\t\t\tif (typeof data31 !== 'string') {\n\t\t\t\tconst err58 = {\n\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\tschemaPath: '#/properties/contentBaseline/anyOf/0/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err58];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err58);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif ('keep-all' !== data31) {\n\t\t\t\tconst err59 = {\n\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\tschemaPath: '#/properties/contentBaseline/anyOf/0/const',\n\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\tparams: { allowedValue: 'keep-all' },\n\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err59];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err59);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid4 = _errs83 === errors;\n\t\t\tvalid26 = valid26 || _valid4;\n\t\t\tif (!valid26) {\n\t\t\t\tconst _errs85 = errors;\n\t\t\t\tif (typeof data31 !== 'string') {\n\t\t\t\t\tconst err60 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\tschemaPath: '#/properties/contentBaseline/anyOf/1/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err60];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err60);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tif ('empty' !== data31) {\n\t\t\t\t\tconst err61 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/1/const',\n\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\tparams: { allowedValue: 'empty' },\n\t\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err61];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err61);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tvar _valid4 = _errs85 === errors;\n\t\t\t\tvalid26 = valid26 || _valid4;\n\t\t\t\tif (!valid26) {\n\t\t\t\t\tconst _errs87 = errors;\n\t\t\t\t\tif (typeof data31 !== 'string') {\n\t\t\t\t\t\tconst err62 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/2/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err62];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err62);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tif (!(data31 === 'posts' || data31 === 'pages')) {\n\t\t\t\t\t\tconst err63 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/2/enum',\n\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\tschema12.properties.contentBaseline.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err63];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err63);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid4 = _errs87 === errors;\n\t\t\t\t\tvalid26 = valid26 || _valid4;\n\t\t\t\t\tif (!valid26) {\n\t\t\t\t\t\tconst _errs89 = errors;\n\t\t\t\t\t\tconst _errs92 = errors;\n\t\t\t\t\t\tlet valid28 = true;\n\t\t\t\t\t\tconst _errs93 = errors;\n\t\t\t\t\t\tif (Array.isArray(data31)) {\n\t\t\t\t\t\t\tconst _errs94 = errors;\n\t\t\t\t\t\t\tconst len4 = data31.length;\n\t\t\t\t\t\t\tfor (let i4 = 0; i4 < len4; i4++) {\n\t\t\t\t\t\t\t\tconst _errs95 = errors;\n\t\t\t\t\t\t\t\tif ('comments' !== data31[i4]) {\n\t\t\t\t\t\t\t\t\tconst err64 = {};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err64];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err64);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar valid29 = _errs95 === errors;\n\t\t\t\t\t\t\t\tif (valid29) {\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!valid29) {\n\t\t\t\t\t\t\t\tconst err65 = {};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err65];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err65);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\terrors = _errs94;\n\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\tif (_errs94) {\n\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs94;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid5 = _errs93 === errors;\n\t\t\t\t\t\terrors = _errs92;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs92) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs92;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (_valid5) {\n\t\t\t\t\t\t\tconst _errs96 = errors;\n\t\t\t\t\t\t\tif (Array.isArray(data31)) {\n\t\t\t\t\t\t\t\tconst _errs98 = errors;\n\t\t\t\t\t\t\t\tconst len5 = data31.length;\n\t\t\t\t\t\t\t\tfor (let i5 = 0; i5 < len5; i5++) {\n\t\t\t\t\t\t\t\t\tconst _errs99 = errors;\n\t\t\t\t\t\t\t\t\tif ('posts' !== data31[i5]) {\n\t\t\t\t\t\t\t\t\t\tconst err66 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/contentBaseline/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti5,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/allOf/0/then/allOf/0/contains/const',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'posts' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err66];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err66);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tvar valid31 = _errs99 === errors;\n\t\t\t\t\t\t\t\t\tif (valid31) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (!valid31) {\n\t\t\t\t\t\t\t\t\tconst err67 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/contentBaseline',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/allOf/0/then/allOf/0/contains',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'contains',\n\t\t\t\t\t\t\t\t\t\tparams: { minContains: 1 },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must contain at least 1 valid item(s)',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err67];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err67);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\terrors = _errs98;\n\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\tif (_errs98) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs98;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (Array.isArray(data31)) {\n\t\t\t\t\t\t\t\tconst _errs101 = errors;\n\t\t\t\t\t\t\t\tconst len6 = data31.length;\n\t\t\t\t\t\t\t\tfor (let i6 = 0; i6 < len6; i6++) {\n\t\t\t\t\t\t\t\t\tconst _errs102 = errors;\n\t\t\t\t\t\t\t\t\tif ('pages' !== data31[i6]) {\n\t\t\t\t\t\t\t\t\t\tconst err68 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/contentBaseline/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti6,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/allOf/0/then/allOf/1/contains/const',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'pages' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err68];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err68);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tvar valid32 = _errs102 === errors;\n\t\t\t\t\t\t\t\t\tif (valid32) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (!valid32) {\n\t\t\t\t\t\t\t\t\tconst err69 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/contentBaseline',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/allOf/0/then/allOf/1/contains',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'contains',\n\t\t\t\t\t\t\t\t\t\tparams: { minContains: 1 },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must contain at least 1 valid item(s)',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err69];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err69);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\terrors = _errs101;\n\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\tif (_errs101) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs101;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid5 = _errs96 === errors;\n\t\t\t\t\t\t\tvalid28 = _valid5;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (!valid28) {\n\t\t\t\t\t\t\tconst err70 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/allOf/0/if',\n\t\t\t\t\t\t\t\tkeyword: 'if',\n\t\t\t\t\t\t\t\tparams: { failingKeyword: 'then' },\n\t\t\t\t\t\t\t\tmessage: 'must match \"then\" schema',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err70];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err70);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (Array.isArray(data31)) {\n\t\t\t\t\t\t\tif (data31.length < 1) {\n\t\t\t\t\t\t\t\tconst err71 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/contentBaseline',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/minItems',\n\t\t\t\t\t\t\t\t\tkeyword: 'minItems',\n\t\t\t\t\t\t\t\t\tparams: { limit: 1 },\n\t\t\t\t\t\t\t\t\tmessage: 'must NOT have fewer than 1 items',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err71];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err71);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tconst len7 = data31.length;\n\t\t\t\t\t\t\tfor (let i7 = 0; i7 < len7; i7++) {\n\t\t\t\t\t\t\t\tlet data35 = data31[i7];\n\t\t\t\t\t\t\t\tif (typeof data35 !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err72 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/contentBaseline/' +\n\t\t\t\t\t\t\t\t\t\t\ti7,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/items/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err72];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err72);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\tdata35 === 'posts' ||\n\t\t\t\t\t\t\t\t\t\tdata35 === 'pages' ||\n\t\t\t\t\t\t\t\t\t\tdata35 === 'comments'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tconst err73 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/contentBaseline/' +\n\t\t\t\t\t\t\t\t\t\t\ti7,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/items/enum',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t.contentBaseline.anyOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t.items.enum,\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err73];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err73);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tlet i8 = data31.length;\n\t\t\t\t\t\t\tlet j0;\n\t\t\t\t\t\t\tif (i8 > 1) {\n\t\t\t\t\t\t\t\tconst indices0 = {};\n\t\t\t\t\t\t\t\tfor (; i8--; ) {\n\t\t\t\t\t\t\t\t\tlet item0 = data31[i8];\n\t\t\t\t\t\t\t\t\tif (typeof item0 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (typeof indices0[item0] == 'number') {\n\t\t\t\t\t\t\t\t\t\tj0 = indices0[item0];\n\t\t\t\t\t\t\t\t\t\tconst err74 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/contentBaseline',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/uniqueItems',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'uniqueItems',\n\t\t\t\t\t\t\t\t\t\t\tparams: { i: i8, j: j0 },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have duplicate items (items ## ' +\n\t\t\t\t\t\t\t\t\t\t\t\tj0 +\n\t\t\t\t\t\t\t\t\t\t\t\t' and ' +\n\t\t\t\t\t\t\t\t\t\t\t\ti8 +\n\t\t\t\t\t\t\t\t\t\t\t\t' are identical)',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err74];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err74);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tindices0[item0] = i8;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err75 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/contentBaseline/anyOf/3/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err75];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err75);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid4 = _errs89 === errors;\n\t\t\t\t\t\tvalid26 = valid26 || _valid4;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!valid26) {\n\t\t\t\tconst err76 = {\n\t\t\t\t\tinstancePath: instancePath + '/contentBaseline',\n\t\t\t\t\tschemaPath: '#/properties/contentBaseline/anyOf',\n\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err76];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err76);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t} else {\n\t\t\t\terrors = _errs82;\n\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\tif (_errs82) {\n\t\t\t\t\t\tvErrors.length = _errs82;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (data.usersBaseline !== undefined) {\n\t\t\tlet data36 = data.usersBaseline;\n\t\t\tif (typeof data36 !== 'string') {\n\t\t\t\tconst err77 = {\n\t\t\t\t\tinstancePath: instancePath + '/usersBaseline',\n\t\t\t\t\tschemaPath: '#/properties/usersBaseline/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err77];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err77);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tif (!(data36 === 'keep-all' || data36 === 'empty')) {\n\t\t\t\tconst err78 = {\n\t\t\t\t\tinstancePath: instancePath + '/usersBaseline',\n\t\t\t\t\tschemaPath: '#/properties/usersBaseline/enum',\n\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\tparams: {\n\t\t\t\t\t\tallowedValues: schema12.properties.usersBaseline.enum,\n\t\t\t\t\t},\n\t\t\t\t\tmessage: 'must be equal to one of the allowed values',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err78];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err78);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.siteLanguage !== undefined) {\n\t\t\tif (typeof data.siteLanguage !== 'string') {\n\t\t\t\tconst err79 = {\n\t\t\t\t\tinstancePath: instancePath + '/siteLanguage',\n\t\t\t\t\tschemaPath: '#/properties/siteLanguage/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err79];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err79);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.siteOptions !== undefined) {\n\t\t\tlet data38 = data.siteOptions;\n\t\t\tif (data38 && typeof data38 == 'object' && !Array.isArray(data38)) {\n\t\t\t\tfor (const key5 in data38) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t!(\n\t\t\t\t\t\t\tkey5 === 'blogname' ||\n\t\t\t\t\t\t\tkey5 === 'timezone_string' ||\n\t\t\t\t\t\t\tkey5 === 'permalink_structure' ||\n\t\t\t\t\t\t\tkey5 === 'siteUrl'\n\t\t\t\t\t\t)\n\t\t\t\t\t) {\n\t\t\t\t\t\tlet data39 = data38[key5];\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t(!data39 || typeof data39 != 'object') &&\n\t\t\t\t\t\t\ttypeof data39 !== 'string' &&\n\t\t\t\t\t\t\ttypeof data39 !== 'boolean' &&\n\t\t\t\t\t\t\t!(typeof data39 == 'number' && isFinite(data39))\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tconst err80 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/siteOptions/' +\n\t\t\t\t\t\t\t\t\tkey5\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/siteOptions/additionalProperties/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\ttype: schema12.properties.siteOptions\n\t\t\t\t\t\t\t\t\t\t.additionalProperties.type,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must be string,boolean,number,array,object',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err80];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err80);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data38.blogname !== undefined) {\n\t\t\t\t\tif (typeof data38.blogname !== 'string') {\n\t\t\t\t\t\tconst err81 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/siteOptions/blogname',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/blogname/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err81];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err81);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data38.timezone_string !== undefined) {\n\t\t\t\t\tif (typeof data38.timezone_string !== 'string') {\n\t\t\t\t\t\tconst err82 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/siteOptions/timezone_string',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/timezone_string/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err82];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err82);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data38.permalink_structure !== undefined) {\n\t\t\t\t\tlet data42 = data38.permalink_structure;\n\t\t\t\t\tconst _errs119 = errors;\n\t\t\t\t\tlet valid38 = false;\n\t\t\t\t\tconst _errs120 = errors;\n\t\t\t\t\tif (typeof data42 !== 'string') {\n\t\t\t\t\t\tconst err83 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/siteOptions/permalink_structure',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/permalink_structure/anyOf/0/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err83];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err83);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid6 = _errs120 === errors;\n\t\t\t\t\tvalid38 = valid38 || _valid6;\n\t\t\t\t\tif (!valid38) {\n\t\t\t\t\t\tconst _errs122 = errors;\n\t\t\t\t\t\tif (typeof data42 !== 'boolean') {\n\t\t\t\t\t\t\tconst err84 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/siteOptions/permalink_structure',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/permalink_structure/anyOf/1/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err84];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err84);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (false !== data42) {\n\t\t\t\t\t\t\tconst err85 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/siteOptions/permalink_structure',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/permalink_structure/anyOf/1/const',\n\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\tparams: { allowedValue: false },\n\t\t\t\t\t\t\t\tmessage: 'must be equal to constant',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err85];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err85);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid6 = _errs122 === errors;\n\t\t\t\t\t\tvalid38 = valid38 || _valid6;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid38) {\n\t\t\t\t\t\tconst err86 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/siteOptions/permalink_structure',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/siteOptions/properties/permalink_structure/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err86];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err86);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs119;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs119) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs119;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data38.siteUrl !== undefined) {\n\t\t\t\t\tconst err87 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/siteOptions/siteUrl',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/properties/siteOptions/properties/siteUrl/false schema',\n\t\t\t\t\t\tkeyword: 'false schema',\n\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\tmessage: 'boolean schema is false',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err87];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err87);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err88 = {\n\t\t\t\t\tinstancePath: instancePath + '/siteOptions',\n\t\t\t\t\tschemaPath: '#/properties/siteOptions/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err88];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err88);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.constants !== undefined) {\n\t\t\tlet data44 = data.constants;\n\t\t\tif (data44 && typeof data44 == 'object' && !Array.isArray(data44)) {\n\t\t\t\tfor (const key6 in data44) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t!(\n\t\t\t\t\t\t\tkey6 === 'WP_DEBUG' ||\n\t\t\t\t\t\t\tkey6 === 'WP_DEBUG_LOG' ||\n\t\t\t\t\t\t\tkey6 === 'WP_DEBUG_DISPLAY' ||\n\t\t\t\t\t\t\tkey6 === 'SCRIPT_DEBUG'\n\t\t\t\t\t\t)\n\t\t\t\t\t) {\n\t\t\t\t\t\tlet data45 = data44[key6];\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\ttypeof data45 !== 'boolean' &&\n\t\t\t\t\t\t\ttypeof data45 !== 'string' &&\n\t\t\t\t\t\t\t!(typeof data45 == 'number' && isFinite(data45))\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tconst err89 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/constants/' +\n\t\t\t\t\t\t\t\t\tkey6\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/constants/additionalProperties/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\ttype: schema12.properties.constants\n\t\t\t\t\t\t\t\t\t\t.additionalProperties.type,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage: 'must be boolean,string,number',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err89];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err89);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data44.WP_DEBUG !== undefined) {\n\t\t\t\t\tif (typeof data44.WP_DEBUG !== 'boolean') {\n\t\t\t\t\t\tconst err90 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/constants/WP_DEBUG',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/constants/properties/WP_DEBUG/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err90];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err90);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data44.WP_DEBUG_LOG !== undefined) {\n\t\t\t\t\tif (typeof data44.WP_DEBUG_LOG !== 'boolean') {\n\t\t\t\t\t\tconst err91 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/constants/WP_DEBUG_LOG',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/constants/properties/WP_DEBUG_LOG/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err91];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err91);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data44.WP_DEBUG_DISPLAY !== undefined) {\n\t\t\t\t\tif (typeof data44.WP_DEBUG_DISPLAY !== 'boolean') {\n\t\t\t\t\t\tconst err92 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/constants/WP_DEBUG_DISPLAY',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/constants/properties/WP_DEBUG_DISPLAY/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err92];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err92);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (data44.SCRIPT_DEBUG !== undefined) {\n\t\t\t\t\tif (typeof data44.SCRIPT_DEBUG !== 'boolean') {\n\t\t\t\t\t\tconst err93 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath + '/constants/SCRIPT_DEBUG',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/constants/properties/SCRIPT_DEBUG/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err93];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err93);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err94 = {\n\t\t\t\t\tinstancePath: instancePath + '/constants',\n\t\t\t\t\tschemaPath: '#/properties/constants/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err94];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err94);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.wordpressVersion !== undefined) {\n\t\t\tlet data50 = data.wordpressVersion;\n\t\t\tconst _errs138 = errors;\n\t\t\tlet valid41 = false;\n\t\t\tconst _errs139 = errors;\n\t\t\tif (typeof data50 === 'string') {\n\t\t\t\tif (!pattern1.test(data50)) {\n\t\t\t\t\tconst err95 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/wordpressVersion',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersion/pattern',\n\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t'^(?:latest|beta|trunk|nightly|none|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t'^(?:latest|beta|trunk|nightly|none|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$' +\n\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err95];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err95);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err96 = {\n\t\t\t\t\tinstancePath: instancePath + '/wordpressVersion',\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersion/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err96];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err96);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid7 = _errs139 === errors;\n\t\t\tvalid41 = valid41 || _valid7;\n\t\t\tif (!valid41) {\n\t\t\t\tconst _errs142 = errors;\n\t\t\t\tif (\n\t\t\t\t\t!validate12(data50, {\n\t\t\t\t\t\tinstancePath: instancePath + '/wordpressVersion',\n\t\t\t\t\t\tparentData: data,\n\t\t\t\t\t\tparentDataProperty: 'wordpressVersion',\n\t\t\t\t\t\trootData,\n\t\t\t\t\t})\n\t\t\t\t) {\n\t\t\t\t\tvErrors =\n\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t}\n\t\t\t\tvar _valid7 = _errs142 === errors;\n\t\t\t\tvalid41 = valid41 || _valid7;\n\t\t\t\tif (!valid41) {\n\t\t\t\t\tconst _errs143 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata50 &&\n\t\t\t\t\t\ttypeof data50 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data50)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data50.min === undefined) {\n\t\t\t\t\t\t\tconst err97 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath + '/wordpressVersion',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/wordpressVersion/anyOf/2/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'min' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'min' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err97];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err97);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tfor (const key7 in data50) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tkey7 === 'min' ||\n\t\t\t\t\t\t\t\t\tkey7 === 'max' ||\n\t\t\t\t\t\t\t\t\tkey7 === 'preferred'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err98 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/wordpressVersion',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/wordpressVersion/anyOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key7 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err98];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err98);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data50.min !== undefined) {\n\t\t\t\t\t\t\tlet data51 = data50.min;\n\t\t\t\t\t\t\tif (typeof data51 === 'string') {\n\t\t\t\t\t\t\t\tif (!pattern8.test(data51)) {\n\t\t\t\t\t\t\t\t\tconst err99 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/wordpressVersion/min',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionConstraintVersion/pattern',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t'^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t'^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$' +\n\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err99];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err99);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err100 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/wordpressVersion/min',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionConstraintVersion/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err100];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err100);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data50.max !== undefined) {\n\t\t\t\t\t\t\tlet data52 = data50.max;\n\t\t\t\t\t\t\tif (typeof data52 === 'string') {\n\t\t\t\t\t\t\t\tif (!pattern8.test(data52)) {\n\t\t\t\t\t\t\t\t\tconst err101 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/wordpressVersion/max',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionConstraintVersion/pattern',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t'^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t'^\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?$' +\n\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err101];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err101);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err102 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/wordpressVersion/max',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionConstraintVersion/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err102];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err102);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data50.preferred !== undefined) {\n\t\t\t\t\t\t\tlet data53 = data50.preferred;\n\t\t\t\t\t\t\tif (typeof data53 === 'string') {\n\t\t\t\t\t\t\t\tif (!pattern10.test(data53)) {\n\t\t\t\t\t\t\t\t\tconst err103 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/wordpressVersion/preferred',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionPreferredVersion/pattern',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?(?:-(?:beta\\\\d+|[Rr][Cc]\\\\d+))?)$' +\n\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err103];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err103);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err104 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/wordpressVersion/preferred',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.WordPressVersionPreferredVersion/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err104];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err104);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err105 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/wordpressVersion',\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/wordpressVersion/anyOf/2/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err105];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err105);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid7 = _errs143 === errors;\n\t\t\t\t\tvalid41 = valid41 || _valid7;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!valid41) {\n\t\t\t\tconst err106 = {\n\t\t\t\t\tinstancePath: instancePath + '/wordpressVersion',\n\t\t\t\t\tschemaPath: '#/properties/wordpressVersion/anyOf',\n\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err106];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err106);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t} else {\n\t\t\t\terrors = _errs138;\n\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\tif (_errs138) {\n\t\t\t\t\t\tvErrors.length = _errs138;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (data.phpVersion !== undefined) {\n\t\t\tlet data54 = data.phpVersion;\n\t\t\tconst _errs156 = errors;\n\t\t\tlet valid47 = false;\n\t\t\tconst _errs157 = errors;\n\t\t\tif (typeof data54 === 'string') {\n\t\t\t\tif (!pattern11.test(data54)) {\n\t\t\t\t\tconst err107 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/phpVersion',\n\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersion/pattern',\n\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t'^(?:latest|next|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t\t\t\t\t},\n\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t'^(?:latest|next|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$' +\n\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err107];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err107);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err108 = {\n\t\t\t\t\tinstancePath: instancePath + '/phpVersion',\n\t\t\t\t\tschemaPath: '#/definitions/DataSources.PHPVersion/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err108];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err108);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t\tvar _valid8 = _errs157 === errors;\n\t\t\tvalid47 = valid47 || _valid8;\n\t\t\tif (!valid47) {\n\t\t\t\tconst _errs160 = errors;\n\t\t\t\tif (\n\t\t\t\t\tdata54 &&\n\t\t\t\t\ttypeof data54 == 'object' &&\n\t\t\t\t\t!Array.isArray(data54)\n\t\t\t\t) {\n\t\t\t\t\tfor (const key8 in data54) {\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\tkey8 === 'min' ||\n\t\t\t\t\t\t\t\tkey8 === 'recommended' ||\n\t\t\t\t\t\t\t\tkey8 === 'max'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tconst err109 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/phpVersion',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/phpVersion/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\tparams: { additionalProperty: key8 },\n\t\t\t\t\t\t\t\tmessage: 'must NOT have additional properties',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err109];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err109);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (data54.min !== undefined) {\n\t\t\t\t\t\tlet data55 = data54.min;\n\t\t\t\t\t\tif (typeof data55 === 'string') {\n\t\t\t\t\t\t\tif (!pattern12.test(data55)) {\n\t\t\t\t\t\t\t\tconst err110 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/phpVersion/min',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/pattern',\n\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$' +\n\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err110];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err110);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err111 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/phpVersion/min',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err111];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err111);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (data54.recommended !== undefined) {\n\t\t\t\t\t\tlet data56 = data54.recommended;\n\t\t\t\t\t\tif (typeof data56 === 'string') {\n\t\t\t\t\t\t\tif (!pattern12.test(data56)) {\n\t\t\t\t\t\t\t\tconst err112 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/phpVersion/recommended',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/pattern',\n\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$' +\n\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err112];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err112);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err113 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath + '/phpVersion/recommended',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err113];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err113);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (data54.max !== undefined) {\n\t\t\t\t\t\tlet data57 = data54.max;\n\t\t\t\t\t\tif (typeof data57 === 'string') {\n\t\t\t\t\t\t\tif (!pattern12.test(data57)) {\n\t\t\t\t\t\t\t\tconst err114 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/phpVersion/max',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/pattern',\n\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t'^(?:latest|\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?)$' +\n\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err114];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err114);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err115 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/phpVersion/max',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.PHPVersionConstraintVersion/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err115];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err115);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconst err116 = {\n\t\t\t\t\t\tinstancePath: instancePath + '/phpVersion',\n\t\t\t\t\t\tschemaPath: '#/properties/phpVersion/anyOf/1/type',\n\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t};\n\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\tvErrors = [err116];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors.push(err116);\n\t\t\t\t\t}\n\t\t\t\t\terrors++;\n\t\t\t\t}\n\t\t\t\tvar _valid8 = _errs160 === errors;\n\t\t\t\tvalid47 = valid47 || _valid8;\n\t\t\t}\n\t\t\tif (!valid47) {\n\t\t\t\tconst err117 = {\n\t\t\t\t\tinstancePath: instancePath + '/phpVersion',\n\t\t\t\t\tschemaPath: '#/properties/phpVersion/anyOf',\n\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err117];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err117);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t} else {\n\t\t\t\terrors = _errs156;\n\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\tif (_errs156) {\n\t\t\t\t\t\tvErrors.length = _errs156;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (data.activeTheme !== undefined) {\n\t\t\tlet data58 = data.activeTheme;\n\t\t\tconst _errs173 = errors;\n\t\t\tlet valid53 = false;\n\t\t\tconst _errs174 = errors;\n\t\t\tif (\n\t\t\t\t!validate20(data58, {\n\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\tparentData: data,\n\t\t\t\t\tparentDataProperty: 'activeTheme',\n\t\t\t\t\trootData,\n\t\t\t\t})\n\t\t\t) {\n\t\t\t\tvErrors =\n\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t? validate20.errors\n\t\t\t\t\t\t: vErrors.concat(validate20.errors);\n\t\t\t\terrors = vErrors.length;\n\t\t\t}\n\t\t\tvar _valid9 = _errs174 === errors;\n\t\t\tvalid53 = valid53 || _valid9;\n\t\t\tif (!valid53) {\n\t\t\t\tconst _errs175 = errors;\n\t\t\t\tif (\n\t\t\t\t\t!validate12(data58, {\n\t\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\t\tparentData: data,\n\t\t\t\t\t\tparentDataProperty: 'activeTheme',\n\t\t\t\t\t\trootData,\n\t\t\t\t\t})\n\t\t\t\t) {\n\t\t\t\t\tvErrors =\n\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t}\n\t\t\t\tvar _valid9 = _errs175 === errors;\n\t\t\t\tvalid53 = valid53 || _valid9;\n\t\t\t\tif (!valid53) {\n\t\t\t\t\tconst _errs176 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata58 &&\n\t\t\t\t\t\ttypeof data58 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data58)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data58.source === undefined) {\n\t\t\t\t\t\t\tconst err118 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'source' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err118];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err118);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tfor (const key9 in data58) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tkey9 === 'source' ||\n\t\t\t\t\t\t\t\t\tkey9 === 'importStarterContent' ||\n\t\t\t\t\t\t\t\t\tkey9 === 'targetDirectoryName' ||\n\t\t\t\t\t\t\t\t\tkey9 === 'onError' ||\n\t\t\t\t\t\t\t\t\tkey9 === 'ifAlreadyInstalled' ||\n\t\t\t\t\t\t\t\t\tkey9 === 'humanReadableName'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err119 = {\n\t\t\t\t\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key9 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err119];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err119);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.source !== undefined) {\n\t\t\t\t\t\t\tlet data59 = data58.source;\n\t\t\t\t\t\t\tconst _errs180 = errors;\n\t\t\t\t\t\t\tlet valid55 = false;\n\t\t\t\t\t\t\tconst _errs181 = errors;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!validate20(data59, {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/activeTheme/source',\n\t\t\t\t\t\t\t\t\tparentData: data58,\n\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t? validate20.errors\n\t\t\t\t\t\t\t\t\t\t: vErrors.concat(validate20.errors);\n\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid10 = _errs181 === errors;\n\t\t\t\t\t\t\tvalid55 = valid55 || _valid10;\n\t\t\t\t\t\t\tif (!valid55) {\n\t\t\t\t\t\t\t\tconst _errs182 = errors;\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t!validate12(data59, {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/activeTheme/source',\n\t\t\t\t\t\t\t\t\t\tparentData: data58,\n\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid10 = _errs182 === errors;\n\t\t\t\t\t\t\t\tvalid55 = valid55 || _valid10;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!valid55) {\n\t\t\t\t\t\t\t\tconst err120 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/activeTheme/source',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err120];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err120);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\terrors = _errs180;\n\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\tif (_errs180) {\n\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs180;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.importStarterContent !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data58.importStarterContent !== 'boolean'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err121 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/activeTheme/importStarterContent',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/importStarterContent/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err121];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err121);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.targetDirectoryName !== undefined) {\n\t\t\t\t\t\t\tlet data61 = data58.targetDirectoryName;\n\t\t\t\t\t\t\tif (typeof data61 === 'string') {\n\t\t\t\t\t\t\t\tif (!pattern3.test(data61)) {\n\t\t\t\t\t\t\t\t\tconst err122 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/activeTheme/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/targetDirectoryName/pattern',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err122];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err122);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err123 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/activeTheme/targetDirectoryName',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/targetDirectoryName/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err123];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err123);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.onError !== undefined) {\n\t\t\t\t\t\t\tlet data62 = data58.onError;\n\t\t\t\t\t\t\tif (typeof data62 !== 'string') {\n\t\t\t\t\t\t\t\tconst err124 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/activeTheme/onError',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/onError/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err124];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err124);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(data62 === 'skip-theme' || data62 === 'throw')\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err125 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/activeTheme/onError',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/onError/enum',\n\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\tschema12.properties.activeTheme\n\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2].properties.onError\n\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err125];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err125);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.ifAlreadyInstalled !== undefined) {\n\t\t\t\t\t\t\tlet data63 = data58.ifAlreadyInstalled;\n\t\t\t\t\t\t\tif (typeof data63 !== 'string') {\n\t\t\t\t\t\t\t\tconst err126 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/activeTheme/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/ifAlreadyInstalled/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err126];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err126);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tdata63 === 'overwrite' ||\n\t\t\t\t\t\t\t\t\tdata63 === 'skip' ||\n\t\t\t\t\t\t\t\t\tdata63 === 'error'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err127 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/activeTheme/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/ifAlreadyInstalled/enum',\n\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\tschema12.properties.activeTheme\n\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2].properties\n\t\t\t\t\t\t\t\t\t\t\t\t.ifAlreadyInstalled.enum,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err127];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err127);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data58.humanReadableName !== undefined) {\n\t\t\t\t\t\t\tif (typeof data58.humanReadableName !== 'string') {\n\t\t\t\t\t\t\t\tconst err128 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/activeTheme/humanReadableName',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/activeTheme/anyOf/2/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err128];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err128);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err129 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\t\t\tschemaPath: '#/properties/activeTheme/anyOf/2/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err129];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err129);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid9 = _errs176 === errors;\n\t\t\t\t\tvalid53 = valid53 || _valid9;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!valid53) {\n\t\t\t\tconst err130 = {\n\t\t\t\t\tinstancePath: instancePath + '/activeTheme',\n\t\t\t\t\tschemaPath: '#/properties/activeTheme/anyOf',\n\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\tparams: {},\n\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err130];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err130);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t} else {\n\t\t\t\terrors = _errs173;\n\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\tif (_errs173) {\n\t\t\t\t\t\tvErrors.length = _errs173;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (data.themes !== undefined) {\n\t\t\tlet data65 = data.themes;\n\t\t\tif (Array.isArray(data65)) {\n\t\t\t\tconst len8 = data65.length;\n\t\t\t\tfor (let i9 = 0; i9 < len8; i9++) {\n\t\t\t\t\tlet data66 = data65[i9];\n\t\t\t\t\tconst _errs196 = errors;\n\t\t\t\t\tlet valid58 = false;\n\t\t\t\t\tconst _errs197 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate20(data66, {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/themes/' + i9,\n\t\t\t\t\t\t\tparentData: data65,\n\t\t\t\t\t\t\tparentDataProperty: i9,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate20.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate20.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid11 = _errs197 === errors;\n\t\t\t\t\tvalid58 = valid58 || _valid11;\n\t\t\t\t\tif (!valid58) {\n\t\t\t\t\t\tconst _errs198 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!validate12(data66, {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/themes/' + i9,\n\t\t\t\t\t\t\t\tparentData: data65,\n\t\t\t\t\t\t\t\tparentDataProperty: i9,\n\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid11 = _errs198 === errors;\n\t\t\t\t\t\tvalid58 = valid58 || _valid11;\n\t\t\t\t\t\tif (!valid58) {\n\t\t\t\t\t\t\tconst _errs199 = errors;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata66 &&\n\t\t\t\t\t\t\t\ttypeof data66 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data66)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tif (data66.source === undefined) {\n\t\t\t\t\t\t\t\t\tconst err131 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/themes/' + i9,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'source' },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err131];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err131);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tfor (const key10 in data66) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'source' ||\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'importStarterContent' ||\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'targetDirectoryName' ||\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'onError' ||\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'ifAlreadyInstalled' ||\n\t\t\t\t\t\t\t\t\t\t\tkey10 === 'humanReadableName'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err132 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/themes/' + i9,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key10,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err132];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err132);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.source !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data67 = data66.source;\n\t\t\t\t\t\t\t\t\tconst _errs203 = errors;\n\t\t\t\t\t\t\t\t\tlet valid60 = false;\n\t\t\t\t\t\t\t\t\tconst _errs204 = errors;\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!validate20(data67, {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\tparentData: data66,\n\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t? validate20.errors\n\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate20.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tvar _valid12 = _errs204 === errors;\n\t\t\t\t\t\t\t\t\tvalid60 = valid60 || _valid12;\n\t\t\t\t\t\t\t\t\tif (!valid60) {\n\t\t\t\t\t\t\t\t\t\tconst _errs205 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate12(data67, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data66,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid12 = _errs205 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid60 = valid60 || _valid12;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (!valid60) {\n\t\t\t\t\t\t\t\t\t\tconst err133 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err133];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err133);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\terrors = _errs203;\n\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\tif (_errs203) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs203;\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.importStarterContent !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data66.importStarterContent !==\n\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err134 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/importStarterContent',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/importStarterContent/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err134];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err134);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.targetDirectoryName !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data69 = data66.targetDirectoryName;\n\t\t\t\t\t\t\t\t\tif (typeof data69 === 'string') {\n\t\t\t\t\t\t\t\t\t\tif (!pattern3.test(data69)) {\n\t\t\t\t\t\t\t\t\t\t\tconst err135 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/targetDirectoryName/pattern',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err135];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err135);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tconst err136 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/targetDirectoryName/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err136];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err136);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.onError !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data70 = data66.onError;\n\t\t\t\t\t\t\t\t\tif (typeof data70 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err137 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/onError/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err137];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err137);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tdata70 === 'skip-theme' ||\n\t\t\t\t\t\t\t\t\t\t\tdata70 === 'throw'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err138 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/onError/enum',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.themes\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.onError\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err138];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err138);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.ifAlreadyInstalled !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data71 = data66.ifAlreadyInstalled;\n\t\t\t\t\t\t\t\t\tif (typeof data71 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err139 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/ifAlreadyInstalled/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err139];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err139);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tdata71 === 'overwrite' ||\n\t\t\t\t\t\t\t\t\t\t\tdata71 === 'skip' ||\n\t\t\t\t\t\t\t\t\t\t\tdata71 === 'error'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err140 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/ifAlreadyInstalled/enum',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.themes\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.ifAlreadyInstalled\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err140];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err140);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data66.humanReadableName !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data66.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err141 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/themes/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti9 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err141];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err141);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err142 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/themes/' + i9,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/themes/items/anyOf/2/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err142];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err142);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid11 = _errs199 === errors;\n\t\t\t\t\t\t\tvalid58 = valid58 || _valid11;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid58) {\n\t\t\t\t\t\tconst err143 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/themes/' + i9,\n\t\t\t\t\t\t\tschemaPath: '#/properties/themes/items/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err143];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err143);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs196;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs196) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs196;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err144 = {\n\t\t\t\t\tinstancePath: instancePath + '/themes',\n\t\t\t\t\tschemaPath: '#/properties/themes/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err144];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err144);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.plugins !== undefined) {\n\t\t\tlet data73 = data.plugins;\n\t\t\tif (Array.isArray(data73)) {\n\t\t\t\tconst len9 = data73.length;\n\t\t\t\tfor (let i10 = 0; i10 < len9; i10++) {\n\t\t\t\t\tlet data74 = data73[i10];\n\t\t\t\t\tconst _errs219 = errors;\n\t\t\t\t\tlet valid63 = false;\n\t\t\t\t\tconst _errs220 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate12(data74, {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/plugins/' + i10,\n\t\t\t\t\t\t\tparentData: data73,\n\t\t\t\t\t\t\tparentDataProperty: i10,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid13 = _errs220 === errors;\n\t\t\t\t\tvalid63 = valid63 || _valid13;\n\t\t\t\t\tif (!valid63) {\n\t\t\t\t\t\tconst _errs221 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!validate30(data74, {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/plugins/' + i10,\n\t\t\t\t\t\t\t\tparentData: data73,\n\t\t\t\t\t\t\t\tparentDataProperty: i10,\n\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t? validate30.errors\n\t\t\t\t\t\t\t\t\t: vErrors.concat(validate30.errors);\n\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid13 = _errs221 === errors;\n\t\t\t\t\t\tvalid63 = valid63 || _valid13;\n\t\t\t\t\t\tif (!valid63) {\n\t\t\t\t\t\t\tconst _errs222 = errors;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata74 &&\n\t\t\t\t\t\t\t\ttypeof data74 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data74)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tif (data74.source === undefined) {\n\t\t\t\t\t\t\t\t\tconst err145 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/plugins/' + i10,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'source' },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err145];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err145);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tfor (const key11 in data74) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'source' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'active' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'activationOptions' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'targetDirectoryName' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'onError' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'ifAlreadyInstalled' ||\n\t\t\t\t\t\t\t\t\t\t\tkey11 === 'humanReadableName'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err146 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key11,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err146];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err146);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.source !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data75 = data74.source;\n\t\t\t\t\t\t\t\t\tconst _errs226 = errors;\n\t\t\t\t\t\t\t\t\tlet valid65 = false;\n\t\t\t\t\t\t\t\t\tconst _errs227 = errors;\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!validate12(data75, {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\tparentData: data74,\n\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tvar _valid14 = _errs227 === errors;\n\t\t\t\t\t\t\t\t\tvalid65 = valid65 || _valid14;\n\t\t\t\t\t\t\t\t\tif (!valid65) {\n\t\t\t\t\t\t\t\t\t\tconst _errs228 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate30(data75, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data74,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate30.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate30.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid14 = _errs228 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid65 = valid65 || _valid14;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (!valid65) {\n\t\t\t\t\t\t\t\t\t\tconst err147 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err147];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err147);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\terrors = _errs226;\n\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\tif (_errs226) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs226;\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.active !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data74.active !== 'boolean') {\n\t\t\t\t\t\t\t\t\t\tconst err148 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/active',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/active/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err148];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err148);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.activationOptions !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data77 = data74.activationOptions;\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata77 &&\n\t\t\t\t\t\t\t\t\t\ttypeof data77 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t!Array.isArray(data77)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tfor (const key12 in data77) {\n\t\t\t\t\t\t\t\t\t\t\tlet data78 = data77[key12];\n\t\t\t\t\t\t\t\t\t\t\tconst _errs235 = errors;\n\t\t\t\t\t\t\t\t\t\t\tlet valid67 = false;\n\t\t\t\t\t\t\t\t\t\t\tconst _errs236 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (typeof data78 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err149 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err149];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err149);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid15 = _errs236 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid67 = valid67 || _valid15;\n\t\t\t\t\t\t\t\t\t\t\tif (!valid67) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs238 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data78 !== 'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err150 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err150];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err150);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid15 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs238 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid67 = valid67 || _valid15;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid67) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs240 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data78 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(data78)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err151 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err151];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr151\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid15 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs240 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 || _valid15;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid67) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs242 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len10 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i11 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti11 < len10;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti11++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti11\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti11,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti11,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err152 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr152,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr152\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid15 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs242 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 || _valid15;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid67) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs245 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data78 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key13 in data78) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey13\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey13\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata78,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey13,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err153 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr153,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr153\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid15 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs245 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid67 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid15;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (!valid67) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err154 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err154];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err154);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs235;\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs235) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs235;\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tconst err155 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/activationOptions/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err155];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err155);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.targetDirectoryName !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data81 = data74.targetDirectoryName;\n\t\t\t\t\t\t\t\t\tif (typeof data81 === 'string') {\n\t\t\t\t\t\t\t\t\t\tif (!pattern3.test(data81)) {\n\t\t\t\t\t\t\t\t\t\t\tconst err156 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/targetDirectoryName/pattern',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err156];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err156);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tconst err157 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/targetDirectoryName/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err157];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err157);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.onError !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data82 = data74.onError;\n\t\t\t\t\t\t\t\t\tif (typeof data82 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err158 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/onError/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err158];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err158);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tdata82 === 'skip-plugin' ||\n\t\t\t\t\t\t\t\t\t\t\tdata82 === 'throw'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err159 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/onError/enum',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.plugins\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.onError\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err159];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err159);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.ifAlreadyInstalled !== undefined) {\n\t\t\t\t\t\t\t\t\tlet data83 = data74.ifAlreadyInstalled;\n\t\t\t\t\t\t\t\t\tif (typeof data83 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err160 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/ifAlreadyInstalled/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err160];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err160);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tdata83 === 'overwrite' ||\n\t\t\t\t\t\t\t\t\t\t\tdata83 === 'skip' ||\n\t\t\t\t\t\t\t\t\t\t\tdata83 === 'error'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err161 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/ifAlreadyInstalled/enum',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.plugins\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.ifAlreadyInstalled\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err161];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err161);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data74.humanReadableName !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data74.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err162 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/plugins/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti10 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err162];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err162);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err163 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/plugins/' + i10,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/plugins/items/anyOf/2/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err163];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err163);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid13 = _errs222 === errors;\n\t\t\t\t\t\t\tvalid63 = valid63 || _valid13;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid63) {\n\t\t\t\t\t\tconst err164 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/plugins/' + i10,\n\t\t\t\t\t\t\tschemaPath: '#/properties/plugins/items/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err164];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err164);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs219;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs219) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs219;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err165 = {\n\t\t\t\t\tinstancePath: instancePath + '/plugins',\n\t\t\t\t\tschemaPath: '#/properties/plugins/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err165];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err165);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.muPlugins !== undefined) {\n\t\t\tlet data85 = data.muPlugins;\n\t\t\tif (Array.isArray(data85)) {\n\t\t\t\tconst len11 = data85.length;\n\t\t\t\tfor (let i12 = 0; i12 < len11; i12++) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate12(data85[i12], {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/muPlugins/' + i12,\n\t\t\t\t\t\t\tparentData: data85,\n\t\t\t\t\t\t\tparentDataProperty: i12,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate12.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err166 = {\n\t\t\t\t\tinstancePath: instancePath + '/muPlugins',\n\t\t\t\t\tschemaPath: '#/properties/muPlugins/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err166];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err166);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.postTypes !== undefined) {\n\t\t\tlet data87 = data.postTypes;\n\t\t\tif (data87 && typeof data87 == 'object' && !Array.isArray(data87)) {\n\t\t\t\tfor (const key14 in data87) {\n\t\t\t\t\tconst _errs262 = errors;\n\t\t\t\t\tif (typeof key14 === 'string') {\n\t\t\t\t\t\tif (!pattern18.test(key14)) {\n\t\t\t\t\t\t\tconst err167 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/postTypes',\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/postTypes/propertyNames/pattern',\n\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\tparams: { pattern: '^[a-z0-9_-]{1,20}$' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t'^[a-z0-9_-]{1,20}$' +\n\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\tpropertyName: key14,\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err167];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err167);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar valid73 = _errs262 === errors;\n\t\t\t\t\tif (!valid73) {\n\t\t\t\t\t\tconst err168 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/postTypes',\n\t\t\t\t\t\t\tschemaPath: '#/properties/postTypes/propertyNames',\n\t\t\t\t\t\t\tkeyword: 'propertyNames',\n\t\t\t\t\t\t\tparams: { propertyName: key14 },\n\t\t\t\t\t\t\tmessage: 'property name must be valid',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err168];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err168);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfor (const key15 in data87) {\n\t\t\t\t\tlet data88 = data87[key15];\n\t\t\t\t\tconst _errs265 = errors;\n\t\t\t\t\tlet valid75 = false;\n\t\t\t\t\tconst _errs266 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata88 &&\n\t\t\t\t\t\ttypeof data88 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data88)\n\t\t\t\t\t) {\n\t\t\t\t\t\tfor (const key16 in data88) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\tschema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\tkey16\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err169 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key16 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err169];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err169);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.label !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.label !== 'string') {\n\t\t\t\t\t\t\t\tconst err170 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/label',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/label/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err170];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err170);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.labels !== undefined) {\n\t\t\t\t\t\t\tlet data90 = data88.labels;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata90 &&\n\t\t\t\t\t\t\t\ttypeof data90 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data90)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tfor (const key17 in data90) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\tschema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t\t.properties.labels.properties,\n\t\t\t\t\t\t\t\t\t\t\tkey17\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data90[key17] !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err171 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/labels/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey17\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err171];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err171);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.name !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.name !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err172 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/name',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/name/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err172];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err172);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.singular_name !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.singular_name !== 'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err173 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/singular_name',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/singular_name/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err173];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err173);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.add_new !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.add_new !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err174 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/add_new',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/add_new/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err174];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err174);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.add_new_item !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.add_new_item !== 'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err175 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/add_new_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/add_new_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err175];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err175);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.edit_item !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.edit_item !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err176 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/edit_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/edit_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err176];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err176);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.new_item !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.new_item !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err177 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/new_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/new_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err177];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err177);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.view_item !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.view_item !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err178 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/view_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/view_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err178];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err178);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.view_items !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.view_items !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err179 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/view_items',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/view_items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err179];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err179);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.search_items !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.search_items !== 'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err180 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/search_items',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/search_items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err180];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err180);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.not_found !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.not_found !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err181 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/not_found',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/not_found/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err181];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err181);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.not_found_in_trash !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.not_found_in_trash !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err182 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/not_found_in_trash',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/not_found_in_trash/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err182];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err182);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.parent_item_colon !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.parent_item_colon !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err183 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/parent_item_colon',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/parent_item_colon/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err183];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err183);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.all_items !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.all_items !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err184 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/all_items',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/all_items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err184];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err184);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.archives !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.archives !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err185 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/archives',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/archives/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err185];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err185);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.attributes !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.attributes !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err186 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/attributes',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/attributes/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err186];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err186);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.insert_into_item !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.insert_into_item !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err187 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/insert_into_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/insert_into_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err187];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err187);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.uploaded_to_this_item !== undefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.uploaded_to_this_item !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err188 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/uploaded_to_this_item',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/uploaded_to_this_item/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err188];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err188);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.featured_image !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.featured_image !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err189 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/featured_image',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/featured_image/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err189];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err189);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.set_featured_image !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.set_featured_image !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err190 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/set_featured_image',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/set_featured_image/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err190];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err190);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.remove_featured_image !== undefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.remove_featured_image !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err191 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/remove_featured_image',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/remove_featured_image/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err191];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err191);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.use_featured_image !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.use_featured_image !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err192 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/use_featured_image',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/use_featured_image/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err192];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err192);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.menu_name !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.menu_name !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err193 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/menu_name',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/menu_name/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err193];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err193);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.filter_items_list !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.filter_items_list !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err194 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/filter_items_list',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/filter_items_list/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err194];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err194);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.filter_by_date !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.filter_by_date !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err195 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/filter_by_date',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/filter_by_date/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err195];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err195);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.items_list_navigation !== undefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.items_list_navigation !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err196 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/items_list_navigation',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/items_list_navigation/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err196];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err196);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.items_list !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.items_list !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err197 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/items_list',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/items_list/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err197];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err197);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.item_published !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_published !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err198 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_published',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_published/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err198];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err198);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.item_published_privately !==\n\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_published_privately !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err199 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_published_privately',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_published_privately/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err199];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err199);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.item_reverted_to_draft !== undefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_reverted_to_draft !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err200 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_reverted_to_draft',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_reverted_to_draft/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err200];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err200);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.item_trashed !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_trashed !== 'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err201 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_trashed',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_trashed/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err201];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err201);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.item_scheduled !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_scheduled !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err202 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_scheduled',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_scheduled/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err202];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err202);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.item_updated !== undefined) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_updated !== 'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err203 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_updated',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_updated/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err203];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err203);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (data90.item_link !== undefined) {\n\t\t\t\t\t\t\t\t\tif (typeof data90.item_link !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err204 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_link',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_link/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err204];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err204);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata90.item_link_description !== undefined\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\ttypeof data90.item_link_description !==\n\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err205 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/labels/item_link_description',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/properties/item_link_description/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err205];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err205);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err206 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/labels',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/labels/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err206];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err206);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.description !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.description !== 'string') {\n\t\t\t\t\t\t\t\tconst err207 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/description',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/description/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err207];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err207);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.public !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.public !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err208 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/public',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/public/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err208];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err208);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.hierarchical !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.hierarchical !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err209 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/hierarchical',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/hierarchical/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err209];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err209);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.exclude_from_search !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.exclude_from_search !== 'boolean'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err210 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/exclude_from_search',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/exclude_from_search/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err210];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err210);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.publicly_queryable !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.publicly_queryable !== 'boolean'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err211 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/publicly_queryable',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/publicly_queryable/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err211];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err211);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.show_ui !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.show_ui !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err212 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/show_ui',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/show_ui/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err212];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err212);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.show_in_menu !== undefined) {\n\t\t\t\t\t\t\tlet data132 = data88.show_in_menu;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data132 !== 'boolean' &&\n\t\t\t\t\t\t\t\ttypeof data132 !== 'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err213 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/show_in_menu',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/show_in_menu/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\ttype: schema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t.properties.show_in_menu.type,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean,string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err213];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err213);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.show_in_admin_bar !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.show_in_admin_bar !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err214 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/show_in_admin_bar',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/show_in_admin_bar/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err214];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err214);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.show_in_nav_menus !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.show_in_nav_menus !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err215 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/show_in_nav_menus',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/show_in_nav_menus/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err215];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err215);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.show_in_rest !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.show_in_rest !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err216 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/show_in_rest',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/show_in_rest/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err216];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err216);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.rest_base !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.rest_base !== 'string') {\n\t\t\t\t\t\t\t\tconst err217 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rest_base',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rest_base/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err217];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err217);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.rest_namespace !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.rest_namespace !== 'string') {\n\t\t\t\t\t\t\t\tconst err218 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rest_namespace',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rest_namespace/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err218];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err218);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.rest_controller_class !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.rest_controller_class !== 'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err219 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rest_controller_class',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rest_controller_class/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err219];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err219);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.menu_icon !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.menu_icon !== 'string') {\n\t\t\t\t\t\t\t\tconst err220 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/menu_icon',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/menu_icon/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err220];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err220);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.menu_position !== undefined) {\n\t\t\t\t\t\t\tlet data140 = data88.menu_position;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data140 !== 'string' &&\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\ttypeof data140 == 'number' &&\n\t\t\t\t\t\t\t\t\tisFinite(data140)\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err221 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/menu_position',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/menu_position/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\ttype: schema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t.properties.menu_position.type,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage: 'must be string,number',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err221];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err221);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.rename_capabilities !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.rename_capabilities !== 'boolean'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err222 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rename_capabilities',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rename_capabilities/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err222];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err222);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.singular_capability_name !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.singular_capability_name !==\n\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err223 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/singular_capability_name',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/singular_capability_name/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err223];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err223);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.plural_capability_name !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.plural_capability_name !==\n\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err224 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/plural_capability_name',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/plural_capability_name/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err224];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err224);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.taxonomies !== undefined) {\n\t\t\t\t\t\t\tlet data144 = data88.taxonomies;\n\t\t\t\t\t\t\tif (Array.isArray(data144)) {\n\t\t\t\t\t\t\t\tconst len12 = data144.length;\n\t\t\t\t\t\t\t\tfor (let i13 = 0; i13 < len12; i13++) {\n\t\t\t\t\t\t\t\t\tif (typeof data144[i13] !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err225 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/taxonomies/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti13,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/taxonomies/items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err225];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err225);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err226 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/taxonomies',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/taxonomies/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err226];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err226);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.query_var_name !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.query_var_name !== 'string') {\n\t\t\t\t\t\t\t\tconst err227 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/query_var_name',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/query_var_name/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err227];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err227);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.register_meta_box_cb !== undefined) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data88.register_meta_box_cb !== 'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err228 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/register_meta_box_cb',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/register_meta_box_cb/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err228];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err228);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.enter_title_here !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.enter_title_here !== 'string') {\n\t\t\t\t\t\t\t\tconst err229 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/enter_title_here',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/enter_title_here/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err229];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err229);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.capability_type !== undefined) {\n\t\t\t\t\t\t\tlet data149 = data88.capability_type;\n\t\t\t\t\t\t\tconst _errs391 = errors;\n\t\t\t\t\t\t\tlet valid81 = false;\n\t\t\t\t\t\t\tconst _errs392 = errors;\n\t\t\t\t\t\t\tif (typeof data149 !== 'string') {\n\t\t\t\t\t\t\t\tconst err230 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/capability_type',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf/0/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err230];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err230);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid17 = _errs392 === errors;\n\t\t\t\t\t\t\tvalid81 = valid81 || _valid17;\n\t\t\t\t\t\t\tif (!valid81) {\n\t\t\t\t\t\t\t\tconst _errs394 = errors;\n\t\t\t\t\t\t\t\tif (Array.isArray(data149)) {\n\t\t\t\t\t\t\t\t\tif (data149.length > 2) {\n\t\t\t\t\t\t\t\t\t\tconst err231 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/capability_type',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf/1/maxItems',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'maxItems',\n\t\t\t\t\t\t\t\t\t\t\tparams: { limit: 2 },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have more than 2 items',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err231];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err231);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data149.length < 2) {\n\t\t\t\t\t\t\t\t\t\tconst err232 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/capability_type',\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf/1/minItems',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'minItems',\n\t\t\t\t\t\t\t\t\t\t\tparams: { limit: 2 },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have fewer than 2 items',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err232];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err232);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tconst len13 = data149.length;\n\t\t\t\t\t\t\t\t\tfor (let i14 = 0; i14 < len13; i14++) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data149[i14] !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err233 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/capability_type/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti14,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf/1/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err233];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err233);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err234 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t'/capability_type',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err234];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err234);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid17 = _errs394 === errors;\n\t\t\t\t\t\t\t\tvalid81 = valid81 || _valid17;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!valid81) {\n\t\t\t\t\t\t\t\tconst err235 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/capability_type',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capability_type/anyOf',\n\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err235];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err235);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\terrors = _errs391;\n\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\tif (_errs391) {\n\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs391;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.capabilities !== undefined) {\n\t\t\t\t\t\t\tlet data151 = data88.capabilities;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata151 &&\n\t\t\t\t\t\t\t\ttypeof data151 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data151)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tfor (const key18 in data151) {\n\t\t\t\t\t\t\t\t\tif (typeof data151[key18] !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err236 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/capabilities/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey18\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capabilities/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err236];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err236);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err237 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/capabilities',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/capabilities/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err237];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err237);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.map_meta_cap !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.map_meta_cap !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err238 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/map_meta_cap',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/map_meta_cap/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err238];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err238);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.supports !== undefined) {\n\t\t\t\t\t\t\tlet data154 = data88.supports;\n\t\t\t\t\t\t\tif (Array.isArray(data154)) {\n\t\t\t\t\t\t\t\tconst len14 = data154.length;\n\t\t\t\t\t\t\t\tfor (let i15 = 0; i15 < len14; i15++) {\n\t\t\t\t\t\t\t\t\tlet data155 = data154[i15];\n\t\t\t\t\t\t\t\t\tif (typeof data155 !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err239 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/supports/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti15,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/supports/allOf/0/items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err239];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err239);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'title' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'editor' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'author' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'thumbnail' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'excerpt' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'trackbacks' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'custom-fields' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'comments' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'revisions' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'page-attributes' ||\n\t\t\t\t\t\t\t\t\t\t\tdata155 === 'post-formats'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err240 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/supports/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti15,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/supports/allOf/0/items/enum',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.postTypes\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[0].properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.supports.allOf[0].items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err240];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err240);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err241 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/supports',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/supports/allOf/0/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err241];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err241);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (Array.isArray(data154)) {\n\t\t\t\t\t\t\t\tconst len15 = data154.length;\n\t\t\t\t\t\t\t\tfor (let i16 = 0; i16 < len15; i16++) {\n\t\t\t\t\t\t\t\t\tif (typeof data154[i16] !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err242 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/supports/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti16,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/supports/allOf/1/items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err242];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err242);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err243 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/supports',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/supports/allOf/1/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err243];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err243);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.has_archive !== undefined) {\n\t\t\t\t\t\t\tlet data157 = data88.has_archive;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data157 !== 'boolean' &&\n\t\t\t\t\t\t\t\ttypeof data157 !== 'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err244 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/has_archive',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/has_archive/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\ttype: schema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t.properties.has_archive.type,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean,string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err244];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err244);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.rewrite !== undefined) {\n\t\t\t\t\t\t\tlet data158 = data88.rewrite;\n\t\t\t\t\t\t\tconst _errs417 = errors;\n\t\t\t\t\t\t\tlet valid90 = false;\n\t\t\t\t\t\t\tconst _errs418 = errors;\n\t\t\t\t\t\t\tif (typeof data158 !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err245 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rewrite',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/0/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err245];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err245);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar _valid18 = _errs418 === errors;\n\t\t\t\t\t\t\tvalid90 = valid90 || _valid18;\n\t\t\t\t\t\t\tif (!valid90) {\n\t\t\t\t\t\t\t\tconst _errs420 = errors;\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata158 &&\n\t\t\t\t\t\t\t\t\ttypeof data158 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data158)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tfor (const key19 in data158) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey19 === 'slug' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey19 === 'with_front' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey19 === 'pages' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey19 === 'feeds' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey19 === 'ep_mask'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err246 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key19,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err246];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err246);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data158.slug !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data158.slug !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err247 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite/slug',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/properties/slug/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err247];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err247);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data158.with_front !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data158.with_front !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err248 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite/with_front',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/properties/with_front/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err248];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err248);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data158.pages !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data158.pages !== 'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err249 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite/pages',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/properties/pages/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err249];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err249);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data158.feeds !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data158.feeds !== 'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err250 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite/feeds',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/properties/feeds/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err250];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err250);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data158.ep_mask !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data163 = data158.ep_mask;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\ttypeof data163 == 'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\tisFinite(data163)\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err251 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/rewrite/ep_mask',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/properties/ep_mask/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'number' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be number',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err251];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err251);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err252 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t'/rewrite',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err252];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err252);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid18 = _errs420 === errors;\n\t\t\t\t\t\t\t\tvalid90 = valid90 || _valid18;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!valid90) {\n\t\t\t\t\t\t\t\tconst err253 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/rewrite',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/rewrite/anyOf',\n\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err253];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err253);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\terrors = _errs417;\n\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\tif (_errs417) {\n\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs417;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.query_var !== undefined) {\n\t\t\t\t\t\t\tlet data164 = data88.query_var;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data164 !== 'boolean' &&\n\t\t\t\t\t\t\t\ttypeof data164 !== 'string'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err254 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/query_var',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/query_var/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\ttype: schema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t.properties.query_var.type,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean,string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err254];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err254);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.can_export !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.can_export !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err255 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/can_export',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/can_export/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err255];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err255);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.delete_with_user !== undefined) {\n\t\t\t\t\t\t\tif (typeof data88.delete_with_user !== 'boolean') {\n\t\t\t\t\t\t\t\tconst err256 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/delete_with_user',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/delete_with_user/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err256];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err256);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.template !== undefined) {\n\t\t\t\t\t\t\tlet data167 = data88.template;\n\t\t\t\t\t\t\tif (Array.isArray(data167)) {\n\t\t\t\t\t\t\t\tconst len16 = data167.length;\n\t\t\t\t\t\t\t\tfor (let i17 = 0; i17 < len16; i17++) {\n\t\t\t\t\t\t\t\t\tlet data168 = data167[i17];\n\t\t\t\t\t\t\t\t\tif (Array.isArray(data168)) {\n\t\t\t\t\t\t\t\t\t\tif (data168.length > 2) {\n\t\t\t\t\t\t\t\t\t\t\tconst err257 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti17,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/maxItems',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'maxItems',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { limit: 2 },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have more than 2 items',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err257];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err257);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (data168.length < 2) {\n\t\t\t\t\t\t\t\t\t\t\tconst err258 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti17,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/minItems',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'minItems',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { limit: 2 },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have fewer than 2 items',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err258];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err258);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tconst len17 = data168.length;\n\t\t\t\t\t\t\t\t\t\tif (len17 > 0) {\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\ttypeof data168[0] !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err259 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/0',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err259];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err259);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (len17 > 1) {\n\t\t\t\t\t\t\t\t\t\t\tlet data170 = data168[1];\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata170 &&\n\t\t\t\t\t\t\t\t\t\t\t\ttypeof data170 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data170)\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tfor (const key20 in data170) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data171 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata170[key20];\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs449 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid96 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs450 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data171 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err260 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err260];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr260\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid19 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs450 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 || _valid19;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid96) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs452 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data171 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err261 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr261,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr261\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid19 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs452 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 || _valid19;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid96) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs454 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data171 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err262 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr262,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr262\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid19 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs454 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid19;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid96) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs456 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len18 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i18 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti18 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen18;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti18++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti18\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti18,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti18,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err263 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr263,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr263\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid19 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs456 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid19;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid96) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs459 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data171 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key21 in data171) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey21\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey21\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata171,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey21,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err264 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr264,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr264\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid19 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs459 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid96 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid19;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid96) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err265 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err265];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr265\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs449;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs449) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs449;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err266 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti17 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/1',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/items/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err266];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err266);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tconst err267 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t'/template/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti17,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/items/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err267];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err267);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err268 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/template',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err268];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err268);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data88.template_lock !== undefined) {\n\t\t\t\t\t\t\tlet data174 = data88.template_lock;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\ttypeof data174 !== 'string' &&\n\t\t\t\t\t\t\t\ttypeof data174 !== 'boolean'\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err269 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/template_lock',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template_lock/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\ttype: schema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t.properties.template_lock.type,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage: 'must be string,boolean',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err269];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err269);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tdata174 === 'all' ||\n\t\t\t\t\t\t\t\t\tdata174 === 'insert' ||\n\t\t\t\t\t\t\t\t\tdata174 === false\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err270 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t'/template_lock',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/properties/template_lock/enum',\n\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\tschema12.properties.postTypes\n\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties.anyOf[0]\n\t\t\t\t\t\t\t\t\t\t\t\t.properties.template_lock.enum,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err270];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err270);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err271 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\tkey15.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err271];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err271);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid16 = _errs266 === errors;\n\t\t\t\t\tvalid75 = valid75 || _valid16;\n\t\t\t\t\tif (!valid75) {\n\t\t\t\t\t\tconst _errs465 = errors;\n\t\t\t\t\t\tif (typeof data88 === 'string') {\n\t\t\t\t\t\t\tif (!pattern0.test(data88)) {\n\t\t\t\t\t\t\t\tconst err272 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/pattern',\n\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t'^(?!.*(?:^|/)\\\\.\\\\.(?:/|$))(?:\\\\./|/).*$' +\n\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err272];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err272);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err273 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\t\tkey15\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.ExecutionContextPath/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err273];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err273);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid16 = _errs465 === errors;\n\t\t\t\t\t\tvalid75 = valid75 || _valid16;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid75) {\n\t\t\t\t\t\tconst err274 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/postTypes/' +\n\t\t\t\t\t\t\t\tkey15.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/postTypes/additionalProperties/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err274];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err274);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs265;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs265) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs265;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err275 = {\n\t\t\t\t\tinstancePath: instancePath + '/postTypes',\n\t\t\t\t\tschemaPath: '#/properties/postTypes/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err275];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err275);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.fonts !== undefined) {\n\t\t\tlet data175 = data.fonts;\n\t\t\tif (\n\t\t\t\tdata175 &&\n\t\t\t\ttypeof data175 == 'object' &&\n\t\t\t\t!Array.isArray(data175)\n\t\t\t) {\n\t\t\t\tfor (const key22 in data175) {\n\t\t\t\t\tlet data176 = data175[key22];\n\t\t\t\t\tconst _errs472 = errors;\n\t\t\t\t\tlet valid102 = false;\n\t\t\t\t\tconst _errs473 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate40(data176, {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\tkey22.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tparentData: data175,\n\t\t\t\t\t\t\tparentDataProperty: key22,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate40.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid20 = _errs473 === errors;\n\t\t\t\t\tvalid102 = valid102 || _valid20;\n\t\t\t\t\tif (!valid102) {\n\t\t\t\t\t\tconst _errs474 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\tdata176 &&\n\t\t\t\t\t\t\ttypeof data176 == 'object' &&\n\t\t\t\t\t\t\t!Array.isArray(data176)\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tif (data176.font_families === undefined) {\n\t\t\t\t\t\t\t\tconst err276 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/required',\n\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\tmissingProperty: 'font_families',\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t'font_families' +\n\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err276];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err276);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tfor (const key23 in data176) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\tkey23 === '$schema' ||\n\t\t\t\t\t\t\t\t\t\tkey23 === 'font_families'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tconst err277 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key23 },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err277];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err277);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data176.$schema !== undefined) {\n\t\t\t\t\t\t\t\tif (typeof data176.$schema !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err278 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t'/$schema',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/%24schema/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err278];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err278);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data176.font_families !== undefined) {\n\t\t\t\t\t\t\t\tlet data178 = data176.font_families;\n\t\t\t\t\t\t\t\tif (Array.isArray(data178)) {\n\t\t\t\t\t\t\t\t\tconst len19 = data178.length;\n\t\t\t\t\t\t\t\t\tfor (let i19 = 0; i19 < len19; i19++) {\n\t\t\t\t\t\t\t\t\t\tlet data179 = data178[i19];\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata179 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data179 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data179)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata179.font_family_settings ===\n\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err279 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19,\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'font_family_settings' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err279];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err279);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tfor (const key24 in data179) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey24 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'font_family_settings' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey24 === 'categories'\n\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err280 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey24,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err280];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err280);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata179.font_family_settings !==\n\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data180 =\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata179.font_family_settings;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata180 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data180 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data180)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.name ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err281 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'name' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err281];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr281\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.slug ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err282 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err282];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr282\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.fontFamily ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err283 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err283];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr283\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key25 in data180) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'name' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preview' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFace'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err284 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey25,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr284,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr284\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data180.name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err285 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr285,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr285\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.slug !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data180.slug !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err286 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/slug',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/slug/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr286,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr286\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.fontFamily !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data180.fontFamily !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err287 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFamily/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr287,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr287\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.preview !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data180.preview !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err288 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/preview',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/preview/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr288,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr288\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.fontFace !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data185 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata180.fontFace;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata185\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len20 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata185.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i20 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 < len20;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data186 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata185[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontFamily ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err289 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fontFamily' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr289,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr289\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.src ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err290 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'src' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr290,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr290\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key26 in data186) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fonts\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_families\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_family_settings\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fontFace\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey26\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err291 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey26,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr291,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr291\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.preview !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.preview !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err292 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/preview',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/preview/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr292,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr292\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontFamily !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontFamily !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err293 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontFamily',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontFamily/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr293,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr293\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontStyle !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontStyle !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err294 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontStyle',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontStyle/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr294,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr294\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontWeight !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data190 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontWeight;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data190 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data190 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata190\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err295 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontWeight',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontWeight/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: schema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fonts\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_families\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_family_settings\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fontFace\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fontWeight\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.type,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string,number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr295,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr295\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontDisplay !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data191 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontDisplay;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data191 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err296 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontDisplay',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontDisplay/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr296,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr296\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'block' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fallback' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'swap' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'optional'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err297 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontDisplay',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontDisplay/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fonts\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_families\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.font_family_settings\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fontFace\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.fontDisplay\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr297,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr297\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.src !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data192 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.src;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs511 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid111 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs512 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata192,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid21 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs512 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid111 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid111 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid21;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid111\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs513 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata192\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len21 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata192.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i21 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti21 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen21;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti21++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata192[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti21\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/src/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti21,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata192,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti21,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err298 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/src/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr298,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr298\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid21 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs513 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid111 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid111 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid21;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid111\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err299 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/src',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/src/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr299,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr299\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs511;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs511\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs511;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontStretch !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontStretch !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err300 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontStretch',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontStretch/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr300,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr300\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.ascentOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.ascentOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err301 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/ascentOverride',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/ascentOverride/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr301,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr301\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.descentOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.descentOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err302 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/descentOverride',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/descentOverride/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr302,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr302\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontVariant !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontVariant !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err303 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontVariant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontVariant/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr303,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr303\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontFeatureSettings !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontFeatureSettings !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err304 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontFeatureSettings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontFeatureSettings/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr304,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr304\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.fontVariationSettings !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.fontVariationSettings !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err305 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fontVariationSettings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/fontVariationSettings/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr305,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr305\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.lineGapOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.lineGapOverride !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err306 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/lineGapOverride',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/lineGapOverride/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr306,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr306\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.sizeAdjust !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.sizeAdjust !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err307 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/sizeAdjust',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/sizeAdjust/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr307,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr307\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata186.unicodeRange !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data186.unicodeRange !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err308 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/unicodeRange',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/properties/unicodeRange/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr308,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr308\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err309 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr309,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr309\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err310 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings/fontFace',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/properties/fontFace/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr310,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr310\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err311 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_family_settings',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/font_family_settings/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err311];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err311);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata179.categories !== undefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data203 =\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata179.categories;\n\t\t\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data203)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst len22 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata203.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i22 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti22 < len22;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti22++\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data203[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err312 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/categories/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti22,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/categories/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr312,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr312\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err313 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti19 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/categories',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/properties/categories/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err313];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err313);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err314 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/font_families/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti19,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err314];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err314);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err315 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1') +\n\t\t\t\t\t\t\t\t\t\t\t'/font_families',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/properties/font_families/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err315];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err315);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err316 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\t\tkey22\n\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err316];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err316);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid20 = _errs474 === errors;\n\t\t\t\t\t\tvalid102 = valid102 || _valid20;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid102) {\n\t\t\t\t\t\tconst err317 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/fonts/' +\n\t\t\t\t\t\t\t\tkey22.replace(/~/g, '~0').replace(/\\//g, '~1'),\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/fonts/additionalProperties/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err317];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err317);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs472;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs472) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs472;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err318 = {\n\t\t\t\t\tinstancePath: instancePath + '/fonts',\n\t\t\t\t\tschemaPath: '#/properties/fonts/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err318];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err318);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.media !== undefined) {\n\t\t\tlet data205 = data.media;\n\t\t\tif (Array.isArray(data205)) {\n\t\t\t\tconst len23 = data205.length;\n\t\t\t\tfor (let i23 = 0; i23 < len23; i23++) {\n\t\t\t\t\tlet data206 = data205[i23];\n\t\t\t\t\tconst _errs541 = errors;\n\t\t\t\t\tlet valid118 = false;\n\t\t\t\t\tconst _errs542 = errors;\n\t\t\t\t\tif (\n\t\t\t\t\t\t!validate40(data206, {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/media/' + i23,\n\t\t\t\t\t\t\tparentData: data205,\n\t\t\t\t\t\t\tparentDataProperty: i23,\n\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t})\n\t\t\t\t\t) {\n\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t: vErrors.concat(validate40.errors);\n\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t}\n\t\t\t\t\tvar _valid22 = _errs542 === errors;\n\t\t\t\t\tvalid118 = valid118 || _valid22;\n\t\t\t\t\tif (!valid118) {\n\t\t\t\t\t\tconst _errs543 = errors;\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\tdata206 &&\n\t\t\t\t\t\t\ttypeof data206 == 'object' &&\n\t\t\t\t\t\t\t!Array.isArray(data206)\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tif (data206.source === undefined) {\n\t\t\t\t\t\t\t\tconst err319 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/media/' + i23,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'source' },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err319];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err319);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tfor (const key27 in data206) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\tkey27 === 'source' ||\n\t\t\t\t\t\t\t\t\t\tkey27 === 'title' ||\n\t\t\t\t\t\t\t\t\t\tkey27 === 'description' ||\n\t\t\t\t\t\t\t\t\t\tkey27 === 'alt' ||\n\t\t\t\t\t\t\t\t\t\tkey27 === 'caption'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tconst err320 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/media/' + i23,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key27 },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err320];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err320);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data206.source !== undefined) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t!validate40(data206.source, {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\ti23 +\n\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\tparentData: data206,\n\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(validate40.errors);\n\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data206.title !== undefined) {\n\t\t\t\t\t\t\t\tif (typeof data206.title !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err321 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\ti23 +\n\t\t\t\t\t\t\t\t\t\t\t'/title',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/properties/title/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err321];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err321);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data206.description !== undefined) {\n\t\t\t\t\t\t\t\tif (typeof data206.description !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err322 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\ti23 +\n\t\t\t\t\t\t\t\t\t\t\t'/description',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/properties/description/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err322];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err322);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data206.alt !== undefined) {\n\t\t\t\t\t\t\t\tif (typeof data206.alt !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err323 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\ti23 +\n\t\t\t\t\t\t\t\t\t\t\t'/alt',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/properties/alt/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err323];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err323);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (data206.caption !== undefined) {\n\t\t\t\t\t\t\t\tif (typeof data206.caption !== 'string') {\n\t\t\t\t\t\t\t\t\tconst err324 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\ti23 +\n\t\t\t\t\t\t\t\t\t\t\t'/caption',\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/properties/caption/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err324];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err324);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err325 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/media/' + i23,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/media/items/anyOf/1/type',\n\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err325];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err325);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar _valid22 = _errs543 === errors;\n\t\t\t\t\t\tvalid118 = valid118 || _valid22;\n\t\t\t\t\t}\n\t\t\t\t\tif (!valid118) {\n\t\t\t\t\t\tconst err326 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/media/' + i23,\n\t\t\t\t\t\t\tschemaPath: '#/properties/media/items/anyOf',\n\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\tmessage: 'must match a schema in anyOf',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err326];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err326);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\terrors = _errs541;\n\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\tif (_errs541) {\n\t\t\t\t\t\t\t\tvErrors.length = _errs541;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err327 = {\n\t\t\t\t\tinstancePath: instancePath + '/media',\n\t\t\t\t\tschemaPath: '#/properties/media/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err327];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err327);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.content !== undefined) {\n\t\t\tlet data212 = data.content;\n\t\t\tif (Array.isArray(data212)) {\n\t\t\t\tconst len24 = data212.length;\n\t\t\t\tfor (let i24 = 0; i24 < len24; i24++) {\n\t\t\t\t\tlet data213 = data212[i24];\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\tconst err328 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/content/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err328];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err328);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tconst tag0 = data213.type;\n\t\t\t\t\t\tif (typeof tag0 == 'string') {\n\t\t\t\t\t\t\tif (tag0 === 'mysql-dump') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err329 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err329];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err329);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err330 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err330];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err330);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key28 in data213) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey28 === 'type' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey28 === 'source'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err331 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key28,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err331];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err331);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data214 = data213.type;\n\t\t\t\t\t\t\t\t\t\tif (typeof data214 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err332 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err332];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err332);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('mysql-dump' !== data214) {\n\t\t\t\t\t\t\t\t\t\t\tconst err333 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'mysql-dump',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err333];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err333);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data215 = data213.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs566 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid125 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs567 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data215, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data213,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid23 = _errs567 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid125 = valid125 || _valid23;\n\t\t\t\t\t\t\t\t\t\tif (!valid125) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs568 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data215)) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst len25 = data215.length;\n\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet i25 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti25 < len25;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti25++\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata215[i25],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti25,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata215,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti25,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err334 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err334];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err334);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid23 = _errs568 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid125 = valid125 || _valid23;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid125) {\n\t\t\t\t\t\t\t\t\t\t\tconst err335 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err335];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err335);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs566;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs566) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs566;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err336 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/0/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err336];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err336);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag0 === 'posts') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data213.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err337 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err337];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err337);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err338 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err338];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err338);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key29 in data213) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey29 === 'urlsMode' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey29 === 'urlsMap' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey29 === 'type' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey29 === 'source'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err339 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key29,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err339];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err339);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMode !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data217 = data213.urlsMode;\n\t\t\t\t\t\t\t\t\t\tif (typeof data217 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err340 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err340];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err340);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata217 === 'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata217 === 'preserve'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err341 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1].properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.urlsMode.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err341];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err341);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMap !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data218 = data213.urlsMap;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata218 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data218 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data218)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key30 in data218) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs578 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (typeof key30 === 'string') {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(key30)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err342 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err342];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr342\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err343 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err343];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err343);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar valid130 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs578 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid130) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err344 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err344];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err344);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tfor (const key31 in data218) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data219 = data218[key31];\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data219 === 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(data219)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err345 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey31\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err345];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr345\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err346 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey31\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err346];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err346);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err347 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err347];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err347);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data220 = data213.type;\n\t\t\t\t\t\t\t\t\t\tif (typeof data220 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err348 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err348];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err348);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('posts' !== data220) {\n\t\t\t\t\t\t\t\t\t\t\tconst err349 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'posts',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err349];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err349);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data221 = data213.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs588 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid134 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs589 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data221, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data213,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid24 = _errs589 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid134 = valid134 || _valid24;\n\t\t\t\t\t\t\t\t\t\tif (!valid134) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs590 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata221 &&\n\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data221)\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_title ===\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err350 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err350];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err350);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tfor (const key32 in data221) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey32\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err351 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err351];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr351\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_author !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data222 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_author;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data222 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(data222)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err352 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_author/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err352];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr352\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err353 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_date',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_date/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err353];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr353\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err354 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_content',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_content/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err354];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr354\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err355 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_title/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err355];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr355\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err356 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_excerpt/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err356];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr356\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data227 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data227 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err357 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err357];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr357\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata227 === 'trash'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err358 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.post_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err358];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr358\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err359 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err359];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr359\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.comment_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data229 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.comment_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data229 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err360 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/comment_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err360];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr360\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata229 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata229 === 'closed'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err361 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/comment_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.comment_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err361];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr361\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err362 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_password',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_password/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err362];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr362\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err363 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err363];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr363\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err364 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_parent_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_parent_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err364];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr364\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.menu_order !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data233 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.menu_order;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data233 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(data233)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err365 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/menu_order',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/menu_order/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err365];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr365\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err366 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_mime_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_mime_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err366];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr366\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.guid !== undefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err367 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/guid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/guid/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err367];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr367\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_category !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data236 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_category;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(data236)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len26 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata236.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i26 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti26 < len26;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti26++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data236[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti26\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err368 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_category/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti26,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_category/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr368,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr368\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err369 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_category',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_category/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err369];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr369\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_tags !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data238 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.post_tags;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(data238)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata238.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i27 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti27 < len27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti27++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data238[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti27\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err370 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_tags/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti27,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_tags/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr370,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr370\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err371 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_tags',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/post_tags/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err371];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr371\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.tax_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data240 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.tax_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata240 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data240 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data240)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key33 in data240) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data241 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata240[key33];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata241\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len28 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata241.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i28 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti28 < len28;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti28++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data241[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti28\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err372 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey33\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti28,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/tax_input/additionalProperties/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr372,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr372\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err373 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey33\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/tax_input/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr373,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr373\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err374 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/tax_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err374];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr374\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.meta_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data243 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.meta_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata243 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data243 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data243)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key34 in data243) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data244 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata243[key34];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs640 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid144 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs641 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data244 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err375 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr375,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr375\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid25 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs641 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid25;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid144) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs643 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data244 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err376 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr376,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr376\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid25 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs643 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid25;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid144) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs645 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data244 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err377 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr377,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr377\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid25 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs645 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid25;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid144\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs647 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len29 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i29 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti29 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen29;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti29++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti29\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti29,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti29,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err378 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr378,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr378\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid25 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs647 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid25;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid144\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs650 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data244 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key35 in data244) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey35\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey35\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata244,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey35,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err379 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr379,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr379\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid25 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs650 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid144 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid25;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid144) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err380 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr380,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr380\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs640;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs640\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs640;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err381 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/meta_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err381];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr381\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data221.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err382 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/page_template',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/properties/page_template/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err382];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr382\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err383 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err383];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err383);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid24 = _errs590 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid134 = valid134 || _valid24;\n\t\t\t\t\t\t\t\t\t\t\tif (!valid134) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs656 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data221)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst len30 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i30 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 < len30;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30++\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221[i30];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs659 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid150 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs660 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata221,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid26 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs660 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid150 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid150 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid26;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid150) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs661 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_title ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err384 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr384,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr384\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key36 in data248) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey36\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err385 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey36,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr385,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr385\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_author !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data249 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_author;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data249 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata249\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err386 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_author/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr386,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr386\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err387 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_date',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_date/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr387,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr387\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err388 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_content',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_content/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr388,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr388\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err389 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_title/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr389,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr389\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err390 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_excerpt/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr390,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr390\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data254 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data254 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err391 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr391,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr391\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata254 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err392 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.post_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr392,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr392\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err393 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr393,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr393\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.comment_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data256 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.comment_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data256 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err394 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/comment_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr394,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr394\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata256 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata256 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err395 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/comment_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.comment_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr395,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr395\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err396 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_password',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_password/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr396,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr396\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err397 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr397,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr397\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err398 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_parent_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_parent_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr398,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr398\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.menu_order !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data260 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.menu_order;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data260 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata260\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err399 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/menu_order',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/menu_order/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr399,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr399\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err400 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_mime_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_mime_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr400,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr400\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err401 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/guid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/guid/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr401,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr401\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_category !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data263 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_category;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata263\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len31 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata263.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i31 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti31 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen31;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti31++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data263[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti31\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err402 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_category/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti31,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_category/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr402,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr402\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err403 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_category',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_category/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr403,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr403\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_tags !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data265 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.post_tags;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata265\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len32 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata265.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i32 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti32 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen32;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti32++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data265[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti32\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err404 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_tags/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_tags/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr404,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr404\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err405 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_tags',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_tags/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr405,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr405\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.tax_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data267 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.tax_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata267 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data267 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata267\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key37 in data267) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data268 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata267[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey37\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata268\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len33 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata268.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i33 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti33 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen33;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti33++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data268[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti33\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err406 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey37\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti33,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/additionalProperties/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr406,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr406\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err407 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey37\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr407,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr407\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err408 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr408,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr408\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.meta_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data270 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.meta_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata270 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data270 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata270\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key38 in data270) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data271 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata270[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs711 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid160 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs712 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data271 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err409 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr409,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr409\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs712 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid160\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs714 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data271 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err410 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr410,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr410\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs714 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid160\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs716 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data271 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err411 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr411,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr411\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs716 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid160\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs718 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i34 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti34 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti34++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti34\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti34,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti34,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err412 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr412,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr412\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs718 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid160\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs721 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data271 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key39 in data271) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey39\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey39\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata271,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey39,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err413 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr413,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr413\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid27 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs721 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid160 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid27;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid160\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err414 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey38\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr414,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr414\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs711;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs711\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs711;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err415 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr415,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr415\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata248.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data248.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err416 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/page_template',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/properties/page_template/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr416,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr416\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err417 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr417,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr417\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid26 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs661 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid150 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid150 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid26;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid150) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err418 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti30,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/items/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr418,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr418\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs659;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !== null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs659) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs659;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err419 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err419];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err419);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid24 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs656 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid134 = valid134 || _valid24;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid134) {\n\t\t\t\t\t\t\t\t\t\t\tconst err420 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err420];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err420);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs588;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs588) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs588;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err421 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err421];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err421);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag0 === 'wxr') {\n\t\t\t\t\t\t\t\tconst _errs729 = errors;\n\t\t\t\t\t\t\t\tlet valid165 = false;\n\t\t\t\t\t\t\t\tlet passing0 = null;\n\t\t\t\t\t\t\t\tconst _errs730 = errors;\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data213.authorsMap === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err422 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'authorsMap' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err422];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err422);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.authorsMode === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err423 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'authorsMode' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err423];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err423);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err424 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err424];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err424);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err425 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err425];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err425);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key40 in data213) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[2].oneOf[0]\n\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\tkey40\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err426 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key40,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err426];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err426);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.authorsMode !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data275 = data213.authorsMode;\n\t\t\t\t\t\t\t\t\t\tif (typeof data275 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err427 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/authorsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err427];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err427);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('map' !== data275) {\n\t\t\t\t\t\t\t\t\t\t\tconst err428 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/authorsMode/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'map' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err428];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err428);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.authorsMap !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data276 = data213.authorsMap;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata276 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data276 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data276)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key41 in data276) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data276[key41] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err429 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey41\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/authorsMap/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err429];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err429);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err430 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/authorsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err430];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err430);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMode !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data278 = data213.urlsMode;\n\t\t\t\t\t\t\t\t\t\tif (typeof data278 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err431 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err431];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err431);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata278 === 'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata278 === 'preserve'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err432 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[2].oneOf[0]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.urlsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err432];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err432);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMap !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data279 = data213.urlsMap;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata279 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data279 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data279)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key42 in data279) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs744 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (typeof key42 === 'string') {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(key42)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err433 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key42,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err433];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr433\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err434 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key42,\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err434];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err434);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar valid168 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs744 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid168) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err435 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key42,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err435];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err435);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tfor (const key43 in data279) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data280 = data279[key43];\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data280 === 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(data280)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err436 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey43\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err436];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr436\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err437 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey43\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err437];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err437);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err438 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err438];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err438);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data281 = data213.type;\n\t\t\t\t\t\t\t\t\t\tif (typeof data281 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err439 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err439];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err439);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('wxr' !== data281) {\n\t\t\t\t\t\t\t\t\t\t\tconst err440 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'wxr' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err440];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err440);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data282 = data213.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs754 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid172 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs755 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data282, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data213,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid29 = _errs755 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid172 = valid172 || _valid29;\n\t\t\t\t\t\t\t\t\t\tif (!valid172) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs756 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data282)) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst len35 = data282.length;\n\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet i35 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti35 < len35;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti35++\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata282[i35],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti35,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata282,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti35,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err441 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err441];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err441);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid29 = _errs756 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid172 = valid172 || _valid29;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid172) {\n\t\t\t\t\t\t\t\t\t\t\tconst err442 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err442];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err442);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs754;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs754) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs754;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.staticAssets !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data284 = data213.staticAssets;\n\t\t\t\t\t\t\t\t\t\tif (typeof data284 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err443 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/staticAssets/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err443];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err443);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata284 === 'fetch' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata284 === 'hotlink'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err444 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/staticAssets/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[2].oneOf[0]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.staticAssets.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err444];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err444);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata213.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err445 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/defaultAuthorUsername',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/defaultAuthorUsername/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err445];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err445);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.importUsers !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err446 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/importUsers',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/importUsers/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err446];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err446);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.importComments !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err447 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/importComments',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/properties/importComments/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err447];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err447);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err448 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/0/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err448];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err448);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid28 = _errs730 === errors;\n\t\t\t\t\t\t\t\tif (_valid28) {\n\t\t\t\t\t\t\t\t\tvalid165 = true;\n\t\t\t\t\t\t\t\t\tpassing0 = 0;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tconst _errs767 = errors;\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data213.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err449 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err449];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err449);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err450 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err450];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err450);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key44 in data213) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[2].oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\tkey44\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err451 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key44,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err451];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err451);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.authorsMode !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data288 = data213.authorsMode;\n\t\t\t\t\t\t\t\t\t\tif (typeof data288 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err452 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/authorsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err452];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err452);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata288 === 'create' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata288 === 'default-author'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err453 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/authorsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[2].oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.authorsMode.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err453];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err453);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.authorsMap !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data289 = data213.authorsMap;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata289 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data289 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data289)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key45 in data289) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data289[key45] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err454 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey45\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/authorsMap/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err454];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err454);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err455 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/authorsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err455];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err455);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMode !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data291 = data213.urlsMode;\n\t\t\t\t\t\t\t\t\t\tif (typeof data291 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err456 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err456];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err456);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata291 === 'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata291 === 'preserve'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err457 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[2].oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.urlsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err457];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err457);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.urlsMap !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data292 = data213.urlsMap;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata292 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data292 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data292)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key46 in data292) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs781 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (typeof key46 === 'string') {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(key46)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err458 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err458];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr458\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err459 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err459];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err459);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar valid177 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs781 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid177) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err460 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName: key46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err460];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err460);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tfor (const key47 in data292) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data293 = data292[key47];\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data293 === 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!formats0(data293)) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err461 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey47\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err461];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr461\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err462 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey47\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err462];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err462);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err463 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err463];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err463);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data294 = data213.type;\n\t\t\t\t\t\t\t\t\t\tif (typeof data294 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err464 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err464];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err464);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('wxr' !== data294) {\n\t\t\t\t\t\t\t\t\t\t\tconst err465 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'wxr' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err465];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err465);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data295 = data213.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs791 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid181 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs792 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data295, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data213,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid30 = _errs792 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid181 = valid181 || _valid30;\n\t\t\t\t\t\t\t\t\t\tif (!valid181) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs793 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data295)) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst len36 = data295.length;\n\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet i36 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti36 < len36;\n\t\t\t\t\t\t\t\t\t\t\t\t\ti36++\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata295[i36],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti36,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata295,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti36,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err466 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err466];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err466);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid30 = _errs793 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid181 = valid181 || _valid30;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid181) {\n\t\t\t\t\t\t\t\t\t\t\tconst err467 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err467];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err467);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs791;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs791) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs791;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.staticAssets !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data297 = data213.staticAssets;\n\t\t\t\t\t\t\t\t\t\tif (typeof data297 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err468 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/staticAssets/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err468];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err468);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata297 === 'fetch' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata297 === 'hotlink'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err469 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/staticAssets/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[2].oneOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.staticAssets.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err469];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err469);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata213.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err470 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/defaultAuthorUsername',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/defaultAuthorUsername/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err470];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err470);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.importUsers !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err471 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/importUsers',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/importUsers/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err471];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err471);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.importComments !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data213.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err472 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/importComments',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/properties/importComments/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err472];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err472);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err473 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err473];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err473);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar _valid28 = _errs767 === errors;\n\t\t\t\t\t\t\t\tif (_valid28 && valid165) {\n\t\t\t\t\t\t\t\t\tvalid165 = false;\n\t\t\t\t\t\t\t\t\tpassing0 = [passing0, 1];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tif (_valid28) {\n\t\t\t\t\t\t\t\t\t\tvalid165 = true;\n\t\t\t\t\t\t\t\t\t\tpassing0 = 1;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (!valid165) {\n\t\t\t\t\t\t\t\t\tconst err474 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/oneOf',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'oneOf',\n\t\t\t\t\t\t\t\t\t\tparams: { passingSchemas: passing0 },\n\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t'must match exactly one schema in oneOf',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err474];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err474);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\terrors = _errs729;\n\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\tif (_errs729) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs729;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata213 &&\n\t\t\t\t\t\t\t\t\ttypeof data213 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data213)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data213.type === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err475 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti24,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'type' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err475];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err475);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data213.type !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data301 = data213.type;\n\t\t\t\t\t\t\t\t\t\tif (typeof data301 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err476 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err476];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err476);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('wxr' !== data301) {\n\t\t\t\t\t\t\t\t\t\t\tconst err477 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti24 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'wxr' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err477];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err477);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err478 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/oneOf/2/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err478];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err478);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err479 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/content/items/discriminator',\n\t\t\t\t\t\t\t\t\tkeyword: 'discriminator',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\terror: 'mapping',\n\t\t\t\t\t\t\t\t\t\ttag: 'type',\n\t\t\t\t\t\t\t\t\t\ttagValue: tag0,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'value of tag \"type\" must be in oneOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err479];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err479);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err480 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/content/' + i24,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/content/items/discriminator',\n\t\t\t\t\t\t\t\tkeyword: 'discriminator',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\terror: 'tag',\n\t\t\t\t\t\t\t\t\ttag: 'type',\n\t\t\t\t\t\t\t\t\ttagValue: tag0,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage: 'tag \"type\" must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err480];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err480);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err481 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/content/' + i24,\n\t\t\t\t\t\t\tschemaPath: '#/properties/content/items/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err481];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err481);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err482 = {\n\t\t\t\t\tinstancePath: instancePath + '/content',\n\t\t\t\t\tschemaPath: '#/properties/content/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err482];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err482);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.users !== undefined) {\n\t\t\tlet data302 = data.users;\n\t\t\tif (Array.isArray(data302)) {\n\t\t\t\tconst len37 = data302.length;\n\t\t\t\tfor (let i37 = 0; i37 < len37; i37++) {\n\t\t\t\t\tlet data303 = data302[i37];\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata303 &&\n\t\t\t\t\t\ttypeof data303 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data303)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data303.username === undefined) {\n\t\t\t\t\t\t\tconst err483 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i37,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/users/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'username' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'username' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err483];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err483);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.email === undefined) {\n\t\t\t\t\t\t\tconst err484 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i37,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/users/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'email' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'email' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err484];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err484);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.role === undefined) {\n\t\t\t\t\t\t\tconst err485 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i37,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/users/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'role' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'role' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err485];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err485);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.meta === undefined) {\n\t\t\t\t\t\t\tconst err486 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i37,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/users/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'meta' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'meta' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err486];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err486);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tfor (const key48 in data303) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\tkey48 === 'username' ||\n\t\t\t\t\t\t\t\t\tkey48 === 'email' ||\n\t\t\t\t\t\t\t\t\tkey48 === 'role' ||\n\t\t\t\t\t\t\t\t\tkey48 === 'meta'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err487 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/users/' + i37,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key48 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err487];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err487);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.username !== undefined) {\n\t\t\t\t\t\t\tif (typeof data303.username !== 'string') {\n\t\t\t\t\t\t\t\tconst err488 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\ti37 +\n\t\t\t\t\t\t\t\t\t\t'/username',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/properties/username/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err488];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err488);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.email !== undefined) {\n\t\t\t\t\t\t\tif (typeof data303.email !== 'string') {\n\t\t\t\t\t\t\t\tconst err489 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\ti37 +\n\t\t\t\t\t\t\t\t\t\t'/email',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/properties/email/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err489];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err489);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.role !== undefined) {\n\t\t\t\t\t\t\tif (typeof data303.role !== 'string') {\n\t\t\t\t\t\t\t\tconst err490 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\ti37 +\n\t\t\t\t\t\t\t\t\t\t'/role',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/properties/role/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err490];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err490);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data303.meta !== undefined) {\n\t\t\t\t\t\t\tlet data307 = data303.meta;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata307 &&\n\t\t\t\t\t\t\t\ttypeof data307 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data307)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tfor (const key49 in data307) {\n\t\t\t\t\t\t\t\t\tif (typeof data307[key49] !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err491 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti37 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/meta/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey49\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/properties/meta/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err491];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err491);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err492 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/users/' +\n\t\t\t\t\t\t\t\t\t\ti37 +\n\t\t\t\t\t\t\t\t\t\t'/meta',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/users/items/properties/meta/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err492];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err492);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err493 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/users/' + i37,\n\t\t\t\t\t\t\tschemaPath: '#/properties/users/items/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err493];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err493);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err494 = {\n\t\t\t\t\tinstancePath: instancePath + '/users',\n\t\t\t\t\tschemaPath: '#/properties/users/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err494];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err494);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.roles !== undefined) {\n\t\t\tlet data309 = data.roles;\n\t\t\tif (Array.isArray(data309)) {\n\t\t\t\tconst len38 = data309.length;\n\t\t\t\tfor (let i38 = 0; i38 < len38; i38++) {\n\t\t\t\t\tlet data310 = data309[i38];\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata310 &&\n\t\t\t\t\t\ttypeof data310 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data310)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data310.name === undefined) {\n\t\t\t\t\t\t\tconst err495 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/roles/' + i38,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/roles/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'name' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'name' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err495];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err495);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data310.capabilities === undefined) {\n\t\t\t\t\t\t\tconst err496 = {\n\t\t\t\t\t\t\t\tinstancePath: instancePath + '/roles/' + i38,\n\t\t\t\t\t\t\t\tschemaPath: '#/properties/roles/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'capabilities' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'capabilities' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err496];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err496);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tfor (const key50 in data310) {\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t!(key50 === 'name' || key50 === 'capabilities')\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tconst err497 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath + '/roles/' + i38,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/roles/items/additionalProperties',\n\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\tparams: { additionalProperty: key50 },\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err497];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err497);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data310.name !== undefined) {\n\t\t\t\t\t\t\tif (typeof data310.name !== 'string') {\n\t\t\t\t\t\t\t\tconst err498 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/roles/' +\n\t\t\t\t\t\t\t\t\t\ti38 +\n\t\t\t\t\t\t\t\t\t\t'/name',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/roles/items/properties/name/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err498];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err498);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (data310.capabilities !== undefined) {\n\t\t\t\t\t\t\tlet data312 = data310.capabilities;\n\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\tdata312 &&\n\t\t\t\t\t\t\t\ttypeof data312 == 'object' &&\n\t\t\t\t\t\t\t\t!Array.isArray(data312)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\tfor (const key51 in data312) {\n\t\t\t\t\t\t\t\t\tif (typeof data312[key51] !== 'string') {\n\t\t\t\t\t\t\t\t\t\tconst err499 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/roles/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti38 +\n\t\t\t\t\t\t\t\t\t\t\t\t'/capabilities/' +\n\t\t\t\t\t\t\t\t\t\t\t\tkey51\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/~/g, '~0')\n\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(/\\//g, '~1'),\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/roles/items/properties/capabilities/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err499];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err499);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err500 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/roles/' +\n\t\t\t\t\t\t\t\t\t\ti38 +\n\t\t\t\t\t\t\t\t\t\t'/capabilities',\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/roles/items/properties/capabilities/type',\n\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err500];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err500);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err501 = {\n\t\t\t\t\t\t\tinstancePath: instancePath + '/roles/' + i38,\n\t\t\t\t\t\t\tschemaPath: '#/properties/roles/items/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err501];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err501);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err502 = {\n\t\t\t\t\tinstancePath: instancePath + '/roles',\n\t\t\t\t\tschemaPath: '#/properties/roles/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err502];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err502);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t\tif (data.additionalStepsAfterExecution !== undefined) {\n\t\t\tlet data314 = data.additionalStepsAfterExecution;\n\t\t\tif (Array.isArray(data314)) {\n\t\t\t\tconst len39 = data314.length;\n\t\t\t\tfor (let i39 = 0; i39 < len39; i39++) {\n\t\t\t\t\tlet data315 = data314[i39];\n\t\t\t\t\tif (\n\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t) {\n\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\tconst err503 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/required',\n\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err503];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err503);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tconst tag1 = data315.step;\n\t\t\t\t\t\tif (typeof tag1 == 'string') {\n\t\t\t\t\t\t\tif (tag1 === 'activatePlugin') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err504 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err504];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err504);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.pluginPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err505 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'pluginPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'pluginPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err505];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err505);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key52 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey52 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey52 === 'pluginPath' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey52 === 'humanReadableName'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err506 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key52,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err506];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err506);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data316 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data316 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err507 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err507];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err507);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('activatePlugin' !== data316) {\n\t\t\t\t\t\t\t\t\t\t\tconst err508 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'activatePlugin',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err508];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err508);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.pluginPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.pluginPath !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err509 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/pluginPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/properties/pluginPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err509];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err509);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.humanReadableName !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err510 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err510];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err510);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err511 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/0/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err511];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err511);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'activateTheme') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err512 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err512];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err512);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.themeDirectoryName === undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tconst err513 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'themeDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'themeDirectoryName' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err513];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err513);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key53 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey53 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey53 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'themeDirectoryName' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey53 === 'humanReadableName'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err514 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key53,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err514];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err514);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data319 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data319 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err515 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err515];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err515);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('activateTheme' !== data319) {\n\t\t\t\t\t\t\t\t\t\t\tconst err516 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'activateTheme',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err516];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err516);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.themeDirectoryName !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.themeDirectoryName !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err517 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/themeDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/properties/themeDirectoryName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err517];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err517);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.humanReadableName !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err518 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err518];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err518);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err519 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/1/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err519];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err519);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'cp') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err520 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err520];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err520);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.fromPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err521 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'fromPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'fromPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err521];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err521);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.toPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err522 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'toPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'toPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err522];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err522);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key54 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey54 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey54 === 'fromPath' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey54 === 'toPath'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err523 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key54,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err523];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err523);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data322 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data322 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err524 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err524];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err524);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('cp' !== data322) {\n\t\t\t\t\t\t\t\t\t\t\tconst err525 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'cp' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err525];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err525);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.fromPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.fromPath !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err526 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/fromPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/properties/fromPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err526];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err526);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.toPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.toPath !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err527 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/toPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/properties/toPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err527];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err527);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err528 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/2/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err528];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err528);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'defineConstants') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err529 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err529];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err529);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.constants === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err530 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'constants',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'constants' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err530];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err530);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key55 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey55 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey55 === 'constants'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err531 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key55,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err531];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err531);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data325 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data325 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err532 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err532];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err532);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('defineConstants' !== data325) {\n\t\t\t\t\t\t\t\t\t\t\tconst err533 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'defineConstants',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err533];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err533);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.constants !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data326 = data315.constants;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata326 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data326 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data326)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key56 in data326) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey56 === 'WP_DEBUG' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey56 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'WP_DEBUG_LOG' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey56 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'WP_DEBUG_DISPLAY' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey56 === 'SCRIPT_DEBUG'\n\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlet data327 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata326[key56];\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data327 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data327 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data327 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(data327)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err534 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey56\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: schema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.constants\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalProperties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.type,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean,string,number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err534];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr534\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata326.WP_DEBUG !== undefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data326.WP_DEBUG !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err535 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants/WP_DEBUG',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/properties/WP_DEBUG/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err535];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err535);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata326.WP_DEBUG_LOG !==\n\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data326.WP_DEBUG_LOG !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err536 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants/WP_DEBUG_LOG',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/properties/WP_DEBUG_LOG/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err536];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err536);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata326.WP_DEBUG_DISPLAY !==\n\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data326.WP_DEBUG_DISPLAY !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err537 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants/WP_DEBUG_DISPLAY',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/properties/WP_DEBUG_DISPLAY/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err537];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err537);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\tdata326.SCRIPT_DEBUG !==\n\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data326.SCRIPT_DEBUG !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err538 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants/SCRIPT_DEBUG',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/properties/SCRIPT_DEBUG/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err538];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err538);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err539 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/constants',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/properties/constants/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err539];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err539);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err540 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/3/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err540];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err540);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'enableMultisite') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err541 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/4/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err541];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err541);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key57 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (!(key57 === 'step')) {\n\t\t\t\t\t\t\t\t\t\t\tconst err542 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/4/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key57,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err542];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err542);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data332 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data332 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err543 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/4/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err543];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err543);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('enableMultisite' !== data332) {\n\t\t\t\t\t\t\t\t\t\t\tconst err544 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/4/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enableMultisite',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err544];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err544);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err545 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/4/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err545];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err545);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'importContent') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err546 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err546];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err546);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.content === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err547 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'content',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'content' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err547];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err547);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key58 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey58 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey58 === 'content'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err548 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key58,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err548];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err548);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data333 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data333 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err549 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err549];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err549);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('importContent' !== data333) {\n\t\t\t\t\t\t\t\t\t\t\tconst err550 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'importContent',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err550];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err550);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.content !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data334 = data315.content;\n\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data334)) {\n\t\t\t\t\t\t\t\t\t\t\tconst len40 = data334.length;\n\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\tlet i40 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\ti40 < len40;\n\t\t\t\t\t\t\t\t\t\t\t\ti40++\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data335 = data334[i40];\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs897 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tlet valid212 = false;\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs898 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata335 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data335)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err551 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err551];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr551\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err552 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err552];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr552\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key59 in data335) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey59 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey59 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err553 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey59,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr553,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr553\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data336 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data336 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err554 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr554,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr554\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'mysql-dump' !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata336\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err555 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'mysql-dump',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr555,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr555\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data337 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs904 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid214 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs905 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata337,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid32 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs905 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid214 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid214 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid32;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid214) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs906 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata337\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata337.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i41 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti41 < len41;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti41++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata337[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti41\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti41,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata337,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti41,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err556 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr556,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr556\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid32 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs906 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid214 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid214 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid32;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid214) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err557 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr557,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr557\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs904;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !== null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs904) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs904;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err558 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err558];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err558);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid31 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs898 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid212 = valid212 || _valid31;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid212) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs909 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data335)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err559 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr559,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr559\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err560 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr560,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr560\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key60 in data335) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey60 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'urlsMode' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey60 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'urlsMap' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey60 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey60 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err561 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey60,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr561,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr561\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data339 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data339 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err562 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr562,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr562\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata339 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata339 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err563 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.urlsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr563,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr563\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data340 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata340 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data340 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata340\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key61 in data340) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs916 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof key61 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey61\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err564 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey61,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr564,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr564\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err565 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey61,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr565,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr565\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar valid218 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs916 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid218\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err566 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey61,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr566,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr566\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key62 in data340) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data341 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata340[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey62\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data341 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata341\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err567 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey62\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr567,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr567\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err568 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey62\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr568,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr568\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err569 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr569,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr569\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data342 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data342 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err570 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr570,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr570\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'posts' !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata342\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err571 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'posts',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr571,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr571\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data343 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs926 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid222 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs927 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid33 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs927 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid33;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid222) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs928 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_title ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err572 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr572,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr572\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key63 in data343) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey63\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err573 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey63,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr573,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr573\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_author !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data344 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_author;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data344 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata344\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err574 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_author/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr574,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr574\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err575 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_date',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_date/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr575,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr575\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err576 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_content',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_content/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr576,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr576\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err577 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_title/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr577,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr577\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err578 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_excerpt/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr578,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr578\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data349 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data349 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err579 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr579,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr579\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata349 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err580 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.post_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr580,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr580\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err581 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr581,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr581\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.comment_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data351 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.comment_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data351 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err582 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/comment_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr582,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr582\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata351 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata351 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err583 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/comment_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.comment_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr583,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr583\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err584 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_password',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_password/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr584,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr584\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err585 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr585,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr585\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err586 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_parent_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_parent_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr586,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr586\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.menu_order !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data355 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.menu_order;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data355 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata355\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err587 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/menu_order',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/menu_order/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr587,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr587\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err588 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_mime_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_mime_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr588,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr588\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err589 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/guid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/guid/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr589,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr589\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_category !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data358 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_category;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata358\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len42 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata358.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i42 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti42 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen42;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti42++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data358[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti42\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err590 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_category/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti42,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_category/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr590,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr590\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err591 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_category',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_category/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr591,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr591\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_tags !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data360 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.post_tags;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata360\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata360.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i43 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti43 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen43;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti43++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data360[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti43\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err592 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_tags/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti43,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_tags/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr592,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr592\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err593 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/post_tags',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/post_tags/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr593,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr593\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.tax_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data362 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.tax_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata362 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data362 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata362\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key64 in data362) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data363 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata362[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey64\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata363\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len44 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata363.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i44 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti44 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen44;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti44++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data363[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti44\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err594 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey64\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti44,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/tax_input/additionalProperties/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr594,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr594\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err595 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey64\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/tax_input/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr595,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr595\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err596 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/tax_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/tax_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr596,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr596\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.meta_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data365 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.meta_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata365 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data365 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata365\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key65 in data365) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data366 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata365[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs978 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid232 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs979 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data366 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err597 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr597,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr597\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs979 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid232\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs981 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data366 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err598 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr598,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr598\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs981 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid232\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs983 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data366 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err599 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr599,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr599\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs983 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid232\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs985 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len45 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i45 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti45 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen45;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti45++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti45\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti45,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti45,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err600 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr600,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr600\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs985 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid232\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs988 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data366 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key66 in data366) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey66\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey66\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata366,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey66,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err601 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr601,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr601\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid34 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs988 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid232 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid34;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid232\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err602 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey65\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr602,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr602\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs978;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs978\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs978;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err603 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/meta_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/meta_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr603,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr603\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data343.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err604 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/page_template',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/properties/page_template/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr604,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr604\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err605 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr605,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr605\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid33 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs928 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid33;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid222) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs994 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len46 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i46 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen46;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data370 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs997 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid238 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs998 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata343,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid35 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs998 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid238 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid238 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid35;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid238\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs999 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_title ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err606 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'post_title' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr606,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr606\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key67 in data370) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey67\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err607 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey67,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr607,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr607\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_author !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data371 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_author;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data371 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata371\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err608 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_author',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_author/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr608,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr608\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_date !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err609 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_date',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_date/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr609,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr609\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_content !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err610 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_content',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_content/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr610,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr610\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err611 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_title/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr611,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr611\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_excerpt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err612 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_excerpt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_excerpt/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr612,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr612\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data376 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data376 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err613 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr613,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr613\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'publish' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'pending' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'auto-draft' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'future' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'private' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'inherit' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata376 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'trash'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err614 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.post_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr614,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr614\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err615 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr615,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr615\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.comment_status !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data378 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.comment_status;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data378 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err616 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/comment_status/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr616,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr616\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata378 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'open' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata378 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'closed'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err617 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/comment_status',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/comment_status/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.source\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[1]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.comment_status\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr617,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr617\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_password !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err618 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_password',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_password/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr618,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr618\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err619 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr619,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr619\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_parent_name !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err620 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_parent_name',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_parent_name/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr620,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr620\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.menu_order !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data382 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.menu_order;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data382 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata382\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err621 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/menu_order',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/menu_order/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr621,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr621\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.post_mime_type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err622 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_mime_type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_mime_type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr622,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr622\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.guid !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err623 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/guid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/guid/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr623,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr623\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_category !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data385 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_category;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata385\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len47 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata385.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i47 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti47 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen47;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti47++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data385[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti47\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err624 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_category/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti47,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_category/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr624,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr624\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err625 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_category',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_category/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr625,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr625\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_tags !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data387 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.post_tags;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata387\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len48 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata387.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i48 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti48 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen48;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti48++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data387[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti48\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err626 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_tags/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti48,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_tags/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr626,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr626\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err627 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/post_tags',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/post_tags/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr627,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr627\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.tax_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data389 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.tax_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata389 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data389 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata389\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key68 in data389) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data390 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata389[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey68\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata390\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len49 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata390.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i49 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti49 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen49;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti49++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data390[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti49\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err628 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey68\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti49,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/additionalProperties/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr628,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr628\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err629 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey68\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr629,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr629\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err630 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/tax_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/tax_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr630,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr630\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.meta_input !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data392 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.meta_input;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata392 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data392 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata392\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key69 in data392) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data393 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata392[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1049 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid248 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1050 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data393 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err631 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr631,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr631\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid36 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1050 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid36;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1052 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data393 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err632 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr632,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr632\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid36 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1052 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid36;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1054 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data393 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err633 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr633,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr633\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid36 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1054 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid36;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1056 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len50 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i50 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti50 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen50;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti50++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti50\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti50,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti50,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err634 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr634,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr634\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid36 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1056 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid36;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1059 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data393 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key70 in data393) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey70\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey70\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata393,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey70,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err635 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr635,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr635\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid36 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1059 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid248 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid36;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid248\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err636 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey69\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr636,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr636\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1049;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1049\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1049;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err637 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/meta_input',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/meta_input/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr637,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr637\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata370.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data370.page_template !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err638 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/page_template',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/properties/page_template/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr638,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr638\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err639 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr639,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr639\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid35 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs999 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid238 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid238 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid35;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid238\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err640 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti46,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/items/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr640,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr640\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs997;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs997\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs997;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err641 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr641,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr641\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid33 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs994 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid222 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid33;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid222) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err642 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr642,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr642\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs926;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs926\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs926;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err643 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err643];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr643\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid31 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs909 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 || _valid31;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid212) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1065 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMap ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err644 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMap' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr644,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr644\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMode ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err645 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'authorsMode' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr645,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr645\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err646 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr646,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr646\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err647 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr647,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr647\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key71 in data335) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey71\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err648 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey71,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr648,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr648\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMode !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data397 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMode;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data397 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err649 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/authorsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr649,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr649\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'map' !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata397\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err650 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/authorsMode/const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'map',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr650,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr650\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMap !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data398 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMap;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata398 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data398 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata398\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key72 in data398) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data398[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey72\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err651 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey72\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/authorsMap/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr651,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr651\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err652 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/authorsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr652,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr652\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data400 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data400 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err653 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr653,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr653\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata400 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata400 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err654 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.urlsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr654,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr654\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data401 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata401 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data401 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata401\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key73 in data401) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1079 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof key73 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey73\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err655 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey73,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr655,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr655\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err656 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey73,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr656,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr656\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar valid254 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1079 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid254\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err657 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey73,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr657,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr657\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key74 in data401) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data402 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata401[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey74\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data402 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata402\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err658 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey74\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr658,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr658\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err659 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey74\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr659,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr659\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err660 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr660,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr660\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data403 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data403 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err661 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr661,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr661\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'wxr' !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata403\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err662 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr662,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr662\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data404 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1089 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid258 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1090 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata404,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid37 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1090 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid258 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid258 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid37;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid258) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1091 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata404\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len51 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata404.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i51 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti51 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen51;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti51++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata404[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti51\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti51,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata404,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti51,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err663 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr663,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr663\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid37 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1091 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid258 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid258 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid37;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid258) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err664 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr664,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr664\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1089;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1089\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1089;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.staticAssets !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data406 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.staticAssets;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data406 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err665 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/staticAssets/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr665,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr665\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata406 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fetch' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata406 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'hotlink'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err666 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/staticAssets/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[2]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.staticAssets\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr666,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr666\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err667 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/defaultAuthorUsername',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/defaultAuthorUsername/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr667,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr667\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err668 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/importUsers',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/importUsers/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr668,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr668\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err669 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/importComments',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/properties/importComments/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr669,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr669\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err670 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr670,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr670\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid31 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1065 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid31;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid212) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1102 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err671 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr671,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr671\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err672 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr672,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr672\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key75 in data335) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!func2.call(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey75\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err673 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey75,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr673,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr673\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMode !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data410 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMode;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data410 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err674 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/authorsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr674,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr674\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata410 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'create' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata410 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'default-author'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err675 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/authorsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.authorsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr675,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr675\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMap !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data411 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.authorsMap;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata411 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data411 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata411\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key76 in data411) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data411[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey76\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err676 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey76\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/authorsMap/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr676,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr676\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err677 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/authorsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/authorsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr677,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr677\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data413 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMode;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data413 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err678 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/urlsMode/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr678,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr678\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata413 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'rewrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata413 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'preserve'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err679 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMode',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/urlsMode/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.urlsMode\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr679,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr679\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data414 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.urlsMap;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata414 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data414 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata414\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key77 in data414) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1116 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof key77 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey77\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err680 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey77,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr680,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr680\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err681 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey77,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr681,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr681\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar valid263 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1116 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid263\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err682 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/urlsMap/propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'propertyNames',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpropertyName:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey77,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'property name must be valid',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr682,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr682\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key78 in data414) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data415 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata414[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey78\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data415 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!formats0(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata415\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err683 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey78\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'format',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tformat: 'whatwg-http-url',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match format \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'whatwg-http-url' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr683,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr683\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err684 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey78\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/definitions/DataSources.URLReference/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr684,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr684\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err685 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/urlsMap',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/urlsMap/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr685,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr685\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data416 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.type;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data416 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err686 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/type/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr686,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr686\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'wxr' !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata416\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err687 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/type/const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'const',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'wxr',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr687,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr687\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data417 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.source;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1126 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet valid267 = false;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1127 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata417,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid38 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1127 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid267 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid267 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid38;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid267\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1128 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata417\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len52 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata417.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i52 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti52 <\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlen52;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti52++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata417[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti52\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti52,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata417,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti52,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err688 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/source/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr688,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr688\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid38 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1128 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid267 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid267 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid38;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!valid267\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err689 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr689,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr689\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1126;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1126\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1126;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.staticAssets !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet data419 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.staticAssets;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data419 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err690 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/staticAssets/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr690,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr690\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata419 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'fetch' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata419 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'hotlink'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err691 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/staticAssets',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/staticAssets/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[5]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.content\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.anyOf[3]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.staticAssets\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr691,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr691\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.defaultAuthorUsername !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err692 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/defaultAuthorUsername',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/defaultAuthorUsername/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr692,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr692\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.importUsers !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err693 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/importUsers',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/importUsers/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr693,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr693\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata335.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data335.importComments !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err694 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/importComments',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/properties/importComments/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr694,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr694\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err695 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr695,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr695\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid31 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1102 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid212 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid31;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid212) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err696 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/content/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti40,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/items/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err696];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err696);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs897;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs897) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs897;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err697 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/content',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/properties/content/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err697];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err697);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err698 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/5/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err698];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err698);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'importMedia') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err699 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err699];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err699);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.media === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err700 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'media',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'media' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err700];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err700);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key79 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey79 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey79 === 'media'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err701 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key79,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err701];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err701);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data423 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data423 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err702 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err702];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err702);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('importMedia' !== data423) {\n\t\t\t\t\t\t\t\t\t\t\tconst err703 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'importMedia',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err703];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err703);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.media !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data424 = data315.media;\n\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data424)) {\n\t\t\t\t\t\t\t\t\t\t\tconst len53 = data424.length;\n\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\tlet i53 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\ti53 < len53;\n\t\t\t\t\t\t\t\t\t\t\t\ti53++\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data425 = data424[i53];\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1147 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tlet valid274 = false;\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1148 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(data425, {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData: data424,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: i53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid39 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1148 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid274 = valid274 || _valid39;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid274) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1149 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data425 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data425)\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.source ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err704 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'required',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr704,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr704\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key80 in data425) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'title' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'description' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'alt' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'caption'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err705 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey80,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr705,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr705\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.source !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate40(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.source,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data425.title !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err706 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/title',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/properties/title/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr706,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr706\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.description !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data425.description !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err707 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/description',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/properties/description/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr707,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr707\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.alt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data425.alt !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err708 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/alt',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/properties/alt/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr708,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr708\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata425.caption !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data425.caption !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err709 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/caption',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/properties/caption/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr709,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr709\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err710 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err710];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr710\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid39 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1149 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid274 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid274 || _valid39;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid274) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err711 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/media/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti53,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/items/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err711];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err711);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs1147;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs1147) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1147;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err712 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/media',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/properties/media/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err712];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err712);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err713 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/6/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err713];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err713);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'importThemeStarterContent') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err714 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err714];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err714);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key81 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey81 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey81 === 'themeSlug'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err715 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key81,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err715];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err715);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data431 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data431 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err716 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err716];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err716);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t'importThemeStarterContent' !==\n\t\t\t\t\t\t\t\t\t\t\tdata431\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err717 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'importThemeStarterContent',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err717];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err717);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.themeSlug !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.themeSlug !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err718 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/themeSlug',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/properties/themeSlug/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err718];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err718);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err719 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/7/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err719];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err719);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'installPlugin') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err720 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err720];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err720);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err721 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err721];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err721);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key82 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'source' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'active' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'activationOptions' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'targetDirectoryName' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'onError' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'ifAlreadyInstalled' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'humanReadableName' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey82 === 'step'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err722 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key82,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err722];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err722);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data433 = data315.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs1172 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid280 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs1173 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate12(data433, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid40 = _errs1173 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid280 = valid280 || _valid40;\n\t\t\t\t\t\t\t\t\t\tif (!valid280) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs1174 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t!validate30(data433, {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate30.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate30.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid40 = _errs1174 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid280 = valid280 || _valid40;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid280) {\n\t\t\t\t\t\t\t\t\t\t\tconst err723 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err723];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err723);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs1172;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs1172) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs1172;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.active !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.active !== 'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err724 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/active',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/active/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err724];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err724);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.activationOptions !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tlet data435 = data315.activationOptions;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata435 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data435 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data435)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key83 in data435) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data436 = data435[key83];\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1181 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tlet valid282 = false;\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1182 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data436 !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err725 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err725];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err725);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1182 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid282 = valid282 || _valid41;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid282) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1184 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data436 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err726 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err726];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr726\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1184 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 || _valid41;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid282) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1186 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data436 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err727 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr727,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr727\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1186 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid41;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid282) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1188 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len54 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i54 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti54 < len54;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti54++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti54\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti54,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti54,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err728 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr728,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr728\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1188 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid41;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid282) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1191 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data436 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key84 in data436) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey84\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey84\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata436,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey84,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err729 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr729,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr729\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid41 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1191 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid282 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid41;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid282) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err730 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey83\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err730];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err730);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs1181;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs1181) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1181;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err731 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/activationOptions',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/activationOptions/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err731];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err731);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.targetDirectoryName !==\n\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tlet data439 =\n\t\t\t\t\t\t\t\t\t\t\tdata315.targetDirectoryName;\n\t\t\t\t\t\t\t\t\t\tif (typeof data439 === 'string') {\n\t\t\t\t\t\t\t\t\t\t\tif (!pattern3.test(data439)) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err732 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/targetDirectoryName/pattern',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err732];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err732);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err733 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/targetDirectoryName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err733];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err733);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.onError !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data440 = data315.onError;\n\t\t\t\t\t\t\t\t\t\tif (typeof data440 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err734 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/onError/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err734];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err734);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata440 === 'skip-plugin' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata440 === 'throw'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err735 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/onError/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[8]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.onError\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err735];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err735);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.ifAlreadyInstalled !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tlet data441 =\n\t\t\t\t\t\t\t\t\t\t\tdata315.ifAlreadyInstalled;\n\t\t\t\t\t\t\t\t\t\tif (typeof data441 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err736 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/ifAlreadyInstalled/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err736];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err736);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata441 === 'overwrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata441 === 'skip' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata441 === 'error'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err737 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/ifAlreadyInstalled/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[8]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.ifAlreadyInstalled\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err737];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err737);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.humanReadableName !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err738 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err738];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err738);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data443 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data443 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err739 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err739];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err739);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('installPlugin' !== data443) {\n\t\t\t\t\t\t\t\t\t\t\tconst err740 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'installPlugin',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err740];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err740);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err741 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/8/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err741];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err741);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'installTheme') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err742 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err742];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err742);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err743 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err743];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err743);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key85 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 === 'source' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'importStarterContent' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'targetDirectoryName' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 === 'onError' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t'ifAlreadyInstalled' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 === 'humanReadableName' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey85 === 'active'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err744 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key85,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err744];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err744);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data444 = data315.source;\n\t\t\t\t\t\t\t\t\t\tconst _errs1209 = errors;\n\t\t\t\t\t\t\t\t\t\tlet valid288 = false;\n\t\t\t\t\t\t\t\t\t\tconst _errs1210 = errors;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate20(data444, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate20.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate20.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tvar _valid42 = _errs1210 === errors;\n\t\t\t\t\t\t\t\t\t\tvalid288 = valid288 || _valid42;\n\t\t\t\t\t\t\t\t\t\tif (!valid288) {\n\t\t\t\t\t\t\t\t\t\t\tconst _errs1211 = errors;\n\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t!validate12(data444, {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'source',\n\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tvar _valid42 = _errs1211 === errors;\n\t\t\t\t\t\t\t\t\t\t\tvalid288 = valid288 || _valid42;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (!valid288) {\n\t\t\t\t\t\t\t\t\t\t\tconst err745 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/source/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err745];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err745);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\terrors = _errs1209;\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (_errs1209) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length = _errs1209;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.importStarterContent !==\n\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.importStarterContent !==\n\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err746 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/importStarterContent',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/importStarterContent/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err746];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err746);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.targetDirectoryName !==\n\t\t\t\t\t\t\t\t\t\tundefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tlet data446 =\n\t\t\t\t\t\t\t\t\t\t\tdata315.targetDirectoryName;\n\t\t\t\t\t\t\t\t\t\tif (typeof data446 === 'string') {\n\t\t\t\t\t\t\t\t\t\t\tif (!pattern3.test(data446)) {\n\t\t\t\t\t\t\t\t\t\t\t\tconst err747 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/targetDirectoryName/pattern',\n\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'pattern',\n\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpattern:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$',\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match pattern \"' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'^(?!(?:\\\\.|\\\\.\\\\.)$)[^/]+$' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'\"',\n\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err747];\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err747);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err748 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/targetDirectoryName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/targetDirectoryName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err748];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err748);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.onError !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data447 = data315.onError;\n\t\t\t\t\t\t\t\t\t\tif (typeof data447 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err749 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/onError/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err749];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err749);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata447 === 'skip-theme' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata447 === 'throw'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err750 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/onError',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/onError/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[9]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties.onError\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err750];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err750);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.ifAlreadyInstalled !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tlet data448 =\n\t\t\t\t\t\t\t\t\t\t\tdata315.ifAlreadyInstalled;\n\t\t\t\t\t\t\t\t\t\tif (typeof data448 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err751 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/ifAlreadyInstalled/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err751];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err751);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tdata448 === 'overwrite' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata448 === 'skip' ||\n\t\t\t\t\t\t\t\t\t\t\t\tdata448 === 'error'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err752 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/ifAlreadyInstalled',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/ifAlreadyInstalled/enum',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.oneOf[9]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.ifAlreadyInstalled\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err752];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err752);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\tdata315.humanReadableName !== undefined\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.humanReadableName !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err753 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/humanReadableName',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/humanReadableName/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err753];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err753);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data450 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data450 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err754 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err754];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err754);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('installTheme' !== data450) {\n\t\t\t\t\t\t\t\t\t\t\tconst err755 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'installTheme',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err755];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err755);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.active !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.active !== 'boolean'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err756 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/active',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/properties/active/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'boolean' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err756];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err756);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err757 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/9/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err757];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err757);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'mkdir') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err758 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err758];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err758);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err759 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'path' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'path' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err759];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err759);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key86 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey86 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey86 === 'path'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err760 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key86,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err760];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err760);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data452 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data452 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err761 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err761];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err761);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('mkdir' !== data452) {\n\t\t\t\t\t\t\t\t\t\t\tconst err762 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'mkdir',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err762];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err762);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data315.path !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err763 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/path',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/properties/path/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err763];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err763);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err764 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/10/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err764];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err764);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'mv') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err765 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err765];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err765);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.fromPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err766 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'fromPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'fromPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err766];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err766);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.toPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err767 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'toPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'toPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err767];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err767);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key87 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey87 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey87 === 'fromPath' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey87 === 'toPath'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err768 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key87,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err768];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err768);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data454 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data454 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err769 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err769];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err769);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('mv' !== data454) {\n\t\t\t\t\t\t\t\t\t\t\tconst err770 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'mv' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err770];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err770);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.fromPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.fromPath !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err771 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/fromPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/properties/fromPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err771];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err771);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.toPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.toPath !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err772 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/toPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/properties/toPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err772];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err772);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err773 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/11/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err773];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err773);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'rm') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err774 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err774];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err774);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err775 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'path' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'path' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err775];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err775);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key88 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey88 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey88 === 'path'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err776 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key88,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err776];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err776);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data457 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data457 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err777 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err777];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err777);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('rm' !== data457) {\n\t\t\t\t\t\t\t\t\t\t\tconst err778 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { allowedValue: 'rm' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err778];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err778);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data315.path !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err779 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/path',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/properties/path/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err779];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err779);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err780 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/12/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err780];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err780);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'rmdir') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err781 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err781];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err781);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err782 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'path' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'path' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err782];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err782);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key89 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey89 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey89 === 'path'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err783 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key89,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err783];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err783);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data459 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data459 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err784 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err784];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err784);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('rmdir' !== data459) {\n\t\t\t\t\t\t\t\t\t\t\tconst err785 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'rmdir',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err785];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err785);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.path !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (typeof data315.path !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err786 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/path',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/properties/path/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err786];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err786);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err787 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/13/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err787];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err787);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'resetData') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err788 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err788];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err788);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key90 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey90 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey90 === 'contentTypes'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err789 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key90,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err789];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err789);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data461 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data461 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err790 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err790];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err790);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('resetData' !== data461) {\n\t\t\t\t\t\t\t\t\t\t\tconst err791 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'resetData',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err791];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err791);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.contentTypes !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data462 = data315.contentTypes;\n\t\t\t\t\t\t\t\t\t\tif (Array.isArray(data462)) {\n\t\t\t\t\t\t\t\t\t\t\tconst len55 = data462.length;\n\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\tlet i55 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\ti55 < len55;\n\t\t\t\t\t\t\t\t\t\t\t\ti55++\n\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data463 = data462[i55];\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data463 !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err792 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/contentTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti55,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/properties/contentTypes/items/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err792];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err792);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata463 === 'posts' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata463 === 'pages' ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata463 === 'comments'\n\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err793 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/contentTypes/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti55,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/properties/contentTypes/items/enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'enum',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValues:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschema12\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.additionalStepsAfterExecution\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.oneOf[14]\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.properties\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.contentTypes\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.items.enum,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to one of the allowed values',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err793];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err793);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err794 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/contentTypes',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/properties/contentTypes/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err794];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err794);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err795 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/14/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err795];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err795);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'runPHP') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err796 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err796];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err796);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.code === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err797 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'code' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'code' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err797];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err797);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key91 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey91 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey91 === 'code' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey91 === 'env'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err798 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key91,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err798];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err798);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data464 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data464 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err799 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err799];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err799);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('runPHP' !== data464) {\n\t\t\t\t\t\t\t\t\t\t\tconst err800 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'runPHP',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err800];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err800);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.code !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data315.code, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/code',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'code',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.env !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data466 = data315.env;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata466 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data466 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data466)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key92 in data466) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data466[key92] !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err801 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/env/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey92\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/properties/env/additionalProperties/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err801];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err801);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err802 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/env',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/properties/env/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err802];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err802);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err803 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/15/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err803];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err803);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'runSQL') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err804 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err804];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err804);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.source === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err805 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'source' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err805];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err805);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key93 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey93 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey93 === 'source'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err806 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key93,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err806];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err806);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data468 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data468 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err807 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err807];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err807);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('runSQL' !== data468) {\n\t\t\t\t\t\t\t\t\t\t\tconst err808 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'runSQL',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err808];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err808);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.source !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data315.source, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/source',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'source',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err809 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/16/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err809];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err809);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'setSiteLanguage') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err810 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err810];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err810);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.language === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err811 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'language',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'language' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err811];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err811);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key94 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey94 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey94 === 'language'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err812 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key94,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err812];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err812);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data470 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data470 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err813 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err813];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err813);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('setSiteLanguage' !== data470) {\n\t\t\t\t\t\t\t\t\t\t\tconst err814 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'setSiteLanguage',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err814];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err814);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.language !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.language !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err815 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/language',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/properties/language/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err815];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err815);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err816 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/17/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err816];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err816);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'setSiteOptions') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err817 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err817];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err817);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.options === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err818 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'options',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'options' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err818];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err818);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key95 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey95 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey95 === 'options'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err819 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key95,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err819];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err819);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data472 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data472 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err820 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err820];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err820);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('setSiteOptions' !== data472) {\n\t\t\t\t\t\t\t\t\t\t\tconst err821 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'setSiteOptions',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err821];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err821);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.options !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data473 = data315.options;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata473 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data473 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data473)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key96 in data473) {\n\t\t\t\t\t\t\t\t\t\t\t\tlet data474 = data473[key96];\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1298 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tlet valid311 = false;\n\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1299 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data474 !== 'string'\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err822 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf/0/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be string',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err822];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err822);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tvar _valid43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1299 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\tvalid311 = valid311 || _valid43;\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid311) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1301 = errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data474 !==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t'boolean'\n\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err823 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf/1/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be boolean',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err823];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr823\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1301 === errors;\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 || _valid43;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid311) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1303 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data474 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'number' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tisFinite(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err824 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf/2/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be number',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr824,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr824\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1303 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid43;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid311) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1305 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tArray.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst len56 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlet i56 = 0;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti56 < len56;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti56++\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti56\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti56,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti56,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err825 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf/3/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be array',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr825,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr825\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1305 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid43;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (!valid311) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst _errs1308 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474 &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttypeof data474 ==\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'object' &&\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfor (const key97 in data474) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t!validate34(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey97\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey97\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata474,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey97,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate34.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tconst err826 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf/4/type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'type',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must be object',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnull\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr826,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terr826\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar _valid43 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1308 ===\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\terrors;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalid311 ||\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_valid43;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\tif (!valid311) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tconst err827 = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/options/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey96\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/additionalProperties/anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tparams: {},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'must match a schema in anyOf',\n\t\t\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err827];\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err827);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = _errs1298;\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (vErrors !== null) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tif (_errs1298) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors.length =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t_errs1298;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors = null;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err828 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/options',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/properties/options/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err828];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err828);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err829 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/18/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err829];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err829);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'unzip') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err830 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err830];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err830);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.zipFile === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err831 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'zipFile',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'zipFile' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err831];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err831);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.extractToPath === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err832 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'extractToPath',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'extractToPath' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err832];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err832);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key98 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey98 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey98 === 'zipFile' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey98 === 'extractToPath'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err833 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key98,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err833];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err833);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data477 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data477 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err834 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err834];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err834);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('unzip' !== data477) {\n\t\t\t\t\t\t\t\t\t\t\tconst err835 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'unzip',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err835];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err835);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.zipFile !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!validate40(data315.zipFile, {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/zipFile',\n\t\t\t\t\t\t\t\t\t\t\t\tparentData: data315,\n\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty: 'zipFile',\n\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t? validate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate40.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.extractToPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.extractToPath !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err836 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/extractToPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/properties/extractToPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err836];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err836);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err837 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/19/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err837];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err837);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'wp-cli') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err838 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err838];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err838);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.command === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err839 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'command',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'command' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err839];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err839);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key99 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey99 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey99 === 'command' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey99 === 'wpCliPath'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err840 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key99,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err840];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err840);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data480 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data480 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err841 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err841];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err841);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('wp-cli' !== data480) {\n\t\t\t\t\t\t\t\t\t\t\tconst err842 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'wp-cli',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err842];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err842);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.command !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.command !== 'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err843 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/command',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/properties/command/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err843];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err843);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.wpCliPath !== undefined) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\ttypeof data315.wpCliPath !==\n\t\t\t\t\t\t\t\t\t\t\t'string'\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err844 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/wpCliPath',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/properties/wpCliPath/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err844];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err844);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err845 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/20/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err845];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err845);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if (tag1 === 'writeFiles') {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tdata315 &&\n\t\t\t\t\t\t\t\t\ttypeof data315 == 'object' &&\n\t\t\t\t\t\t\t\t\t!Array.isArray(data315)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\tif (data315.step === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err846 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: { missingProperty: 'step' },\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'step' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err846];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err846);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.files === undefined) {\n\t\t\t\t\t\t\t\t\t\tconst err847 = {\n\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/required',\n\t\t\t\t\t\t\t\t\t\t\tkeyword: 'required',\n\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\tmissingProperty: 'files',\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\"must have required property '\" +\n\t\t\t\t\t\t\t\t\t\t\t\t'files' +\n\t\t\t\t\t\t\t\t\t\t\t\t\"'\",\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\tvErrors = [err847];\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err847);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tfor (const key100 in data315) {\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t!(\n\t\t\t\t\t\t\t\t\t\t\t\tkey100 === 'step' ||\n\t\t\t\t\t\t\t\t\t\t\t\tkey100 === 'files'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tconst err848 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'additionalProperties',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tadditionalProperty: key100,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must NOT have additional properties',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err848];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err848);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.step !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data483 = data315.step;\n\t\t\t\t\t\t\t\t\t\tif (typeof data483 !== 'string') {\n\t\t\t\t\t\t\t\t\t\t\tconst err849 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/properties/step/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'string' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be string',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err849];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err849);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\tif ('writeFiles' !== data483) {\n\t\t\t\t\t\t\t\t\t\t\tconst err850 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/step',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/properties/step/const',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'const',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tallowedValue: 'writeFiles',\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'must be equal to constant',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err850];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err850);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (data315.files !== undefined) {\n\t\t\t\t\t\t\t\t\t\tlet data484 = data315.files;\n\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\tdata484 &&\n\t\t\t\t\t\t\t\t\t\t\ttypeof data484 == 'object' &&\n\t\t\t\t\t\t\t\t\t\t\t!Array.isArray(data484)\n\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\tfor (const key101 in data484) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\t\t\t\t\t!validate12(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata484[key101],\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'/files/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey101\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/~/g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~0'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.replace(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t/\\//g,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'~1'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentData: data484,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparentDataProperty:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tkey101,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\trootData,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors =\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvErrors === null\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? validate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: vErrors.concat(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalidate12.errors\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\terrors = vErrors.length;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tconst err851 = {\n\t\t\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\t\t\ti39 +\n\t\t\t\t\t\t\t\t\t\t\t\t\t'/files',\n\t\t\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/properties/files/type',\n\t\t\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors = [err851];\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tvErrors.push(err851);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst err852 = {\n\t\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/oneOf/21/type',\n\t\t\t\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\t\tvErrors = [err852];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tvErrors.push(err852);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tconst err853 = {\n\t\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/discriminator',\n\t\t\t\t\t\t\t\t\tkeyword: 'discriminator',\n\t\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\t\terror: 'mapping',\n\t\t\t\t\t\t\t\t\t\ttag: 'step',\n\t\t\t\t\t\t\t\t\t\ttagValue: tag1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tmessage:\n\t\t\t\t\t\t\t\t\t\t'value of tag \"step\" must be in oneOf',\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\t\tvErrors = [err853];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvErrors.push(err853);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst err854 = {\n\t\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/discriminator',\n\t\t\t\t\t\t\t\tkeyword: 'discriminator',\n\t\t\t\t\t\t\t\tparams: {\n\t\t\t\t\t\t\t\t\terror: 'tag',\n\t\t\t\t\t\t\t\t\ttag: 'step',\n\t\t\t\t\t\t\t\t\ttagValue: tag1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tmessage: 'tag \"step\" must be string',\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\t\tvErrors = [err854];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvErrors.push(err854);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\terrors++;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconst err855 = {\n\t\t\t\t\t\t\tinstancePath:\n\t\t\t\t\t\t\t\tinstancePath +\n\t\t\t\t\t\t\t\t'/additionalStepsAfterExecution/' +\n\t\t\t\t\t\t\t\ti39,\n\t\t\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/items/type',\n\t\t\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\t\t\tparams: { type: 'object' },\n\t\t\t\t\t\t\tmessage: 'must be object',\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif (vErrors === null) {\n\t\t\t\t\t\t\tvErrors = [err855];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvErrors.push(err855);\n\t\t\t\t\t\t}\n\t\t\t\t\t\terrors++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst err856 = {\n\t\t\t\t\tinstancePath:\n\t\t\t\t\t\tinstancePath + '/additionalStepsAfterExecution',\n\t\t\t\t\tschemaPath:\n\t\t\t\t\t\t'#/properties/additionalStepsAfterExecution/type',\n\t\t\t\t\tkeyword: 'type',\n\t\t\t\t\tparams: { type: 'array' },\n\t\t\t\t\tmessage: 'must be array',\n\t\t\t\t};\n\t\t\t\tif (vErrors === null) {\n\t\t\t\t\tvErrors = [err856];\n\t\t\t\t} else {\n\t\t\t\t\tvErrors.push(err856);\n\t\t\t\t}\n\t\t\t\terrors++;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tconst err857 = {\n\t\t\tinstancePath,\n\t\t\tschemaPath: '#/type',\n\t\t\tkeyword: 'type',\n\t\t\tparams: { type: 'object' },\n\t\t\tmessage: 'must be object',\n\t\t};\n\t\tif (vErrors === null) {\n\t\t\tvErrors = [err857];\n\t\t} else {\n\t\t\tvErrors.push(err857);\n\t\t}\n\t\terrors++;\n\t}\n\tvalidate11.errors = vErrors;\n\treturn errors === 0;\n}\nfunction validate10(\n\tdata,\n\t{ instancePath = '', parentData, parentDataProperty, rootData = data } = {}\n) {\n\tlet vErrors = null;\n\tlet errors = 0;\n\tif (\n\t\t!validate11(data, {\n\t\t\tinstancePath,\n\t\t\tparentData,\n\t\t\tparentDataProperty,\n\t\t\trootData,\n\t\t})\n\t) {\n\t\tvErrors =\n\t\t\tvErrors === null\n\t\t\t\t? validate11.errors\n\t\t\t\t: vErrors.concat(validate11.errors);\n\t\terrors = vErrors.length;\n\t}\n\tvalidate10.errors = vErrors;\n\treturn errors === 0;\n}\n","import type { ErrorObject } from 'ajv';\nimport blueprintV2Validator from '../../../public/blueprint-v2-schema-validator';\nimport { InvalidBlueprintError } from '../invalid-blueprint-error';\nimport type { BlueprintValidationResult } from '../v1/compile';\n\nexport type BlueprintV2ValidationError = {\n\tpath: string;\n\tmessage: string;\n};\n\nexport type BlueprintV2ValidationResult =\n\t| { valid: true }\n\t| { valid: false; errors: BlueprintV2ValidationError[] };\n\n/** Validates an unknown value against the complete Blueprint v2 schema. */\nexport function validateBlueprintV2(\n\tblueprintMaybe: unknown\n): BlueprintV2ValidationResult {\n\tconst validationResult = validateBlueprintV2Declaration(blueprintMaybe);\n\tif (validationResult.valid) {\n\t\treturn { valid: true };\n\t}\n\n\treturn {\n\t\tvalid: false,\n\t\terrors: validationResult.errors.map(normalizeValidationError),\n\t};\n}\n\n/** Returns actionable AJV errors with location data for editors and tooling. */\nexport function validateBlueprintV2Declaration(\n\tblueprintMaybe: unknown\n): BlueprintValidationResult {\n\tconst valid = blueprintV2Validator(blueprintMaybe);\n\treturn valid\n\t\t? { valid: true }\n\t\t: {\n\t\t\t\tvalid: false,\n\t\t\t\terrors: getActionableAjvErrors(\n\t\t\t\t\tblueprintV2Validator.errors ?? []\n\t\t\t\t),\n\t\t\t};\n}\n\n/** Rejects an invalid value before any Blueprint v2 runtime work begins. */\nexport function assertValidBlueprintV2Declaration(\n\tblueprintMaybe: unknown\n): void {\n\tconst result = validateBlueprintV2(blueprintMaybe);\n\tif (!result.valid) {\n\t\tthrow new InvalidBlueprintError(\n\t\t\tformatValidationErrors(result.errors),\n\t\t\tresult.errors\n\t\t);\n\t}\n}\n\n/** Formats structured schema failures for callers that only display a message. */\nfunction formatValidationErrors(errors: BlueprintV2ValidationError[]): string {\n\tconst details = errors\n\t\t.map(\n\t\t\t(error, index) =>\n\t\t\t\t`${index + 1}. At ${\n\t\t\t\t\terror.path ? `path \"${error.path}\"` : 'the document root'\n\t\t\t\t}: ${error.message}`\n\t\t)\n\t\t.join('\\n');\n\treturn `Invalid Blueprint v2 declaration:\\n${details}`;\n}\n\n/** Removes failures from union branches that do not match the input's shape. */\nfunction getActionableAjvErrors(errors: ErrorObject[]): ErrorObject[] {\n\tconst errorsByPath = new Map<string, ErrorObject[]>();\n\tfor (const error of errors) {\n\t\tconst errorsAtPath = errorsByPath.get(error.instancePath) ?? [];\n\t\terrorsAtPath.push(error);\n\t\terrorsByPath.set(error.instancePath, errorsAtPath);\n\t}\n\n\tconst pathsWithDescendants = new Set<string>();\n\t// Walk JSON Pointer segment boundaries instead of comparing every path pair.\n\tfor (const path of errorsByPath.keys()) {\n\t\tlet separatorIndex = path.lastIndexOf('/');\n\t\twhile (separatorIndex >= 0) {\n\t\t\tconst ancestorPath = path.slice(0, separatorIndex);\n\t\t\tif (errorsByPath.has(ancestorPath)) {\n\t\t\t\tpathsWithDescendants.add(ancestorPath);\n\t\t\t}\n\t\t\tif (separatorIndex === 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tseparatorIndex = path.lastIndexOf('/', separatorIndex - 1);\n\t\t}\n\t}\n\n\tconst selectedErrors: ErrorObject[] = [];\n\tfor (const [path, errorsAtPath] of errorsByPath) {\n\t\tif (pathsWithDescendants.has(path) && errorsAtPath.some(isUnionError)) {\n\t\t\tcontinue;\n\t\t}\n\t\tselectedErrors.push(...selectErrorsAtPath(errorsAtPath));\n\t}\n\n\tconst normalizedKeys = new Set<string>();\n\treturn selectedErrors.filter((error) => {\n\t\tconst normalized = normalizeValidationError(error);\n\t\tconst key = JSON.stringify([normalized.path, normalized.message]);\n\t\tif (normalizedKeys.has(key)) {\n\t\t\treturn false;\n\t\t}\n\t\tnormalizedKeys.add(key);\n\t\treturn true;\n\t});\n}\n\n/** Selects the most specific useful failures reported for one input value. */\nfunction selectErrorsAtPath(errors: ErrorObject[]): ErrorObject[] {\n\tconst unionErrors = errors.filter(isUnionError);\n\tconst structuralErrors = errors.filter((error) =>\n\t\t[\n\t\t\t'additionalProperties',\n\t\t\t'required',\n\t\t\t'discriminator',\n\t\t\t'propertyNames',\n\t\t].includes(error.keyword)\n\t);\n\tif (\n\t\tstructuralErrors.length > 0 &&\n\t\t(unionErrors.length === 0 ||\n\t\t\tstructuralErrors.every(\n\t\t\t\t(error) => error.keyword === 'additionalProperties'\n\t\t\t))\n\t) {\n\t\treturn structuralErrors;\n\t}\n\n\tif (unionErrors.length > 0) {\n\t\treturn [getDeclaringUnionError(unionErrors)];\n\t}\n\n\tconst nonTypeError = errors.find((error) => error.keyword !== 'type');\n\treturn nonTypeError ? [nonTypeError] : errors.slice(0, 1);\n}\n\n/** Returns the union summary attached closest to the declaring property. */\nfunction getDeclaringUnionError(errors: ErrorObject[]): ErrorObject {\n\treturn errors.reduce((selected, error) =>\n\t\terror.schemaPath.length > selected.schemaPath.length ? error : selected\n\t);\n}\n\n/** Indicates whether an AJV failure summarizes a schema union. */\nfunction isUnionError(error: ErrorObject): boolean {\n\treturn error.keyword === 'anyOf' || error.keyword === 'oneOf';\n}\n\n/** Gives property and discriminator failures their exact JSON Pointer paths. */\nfunction normalizeValidationError(\n\terror: ErrorObject\n): BlueprintV2ValidationError {\n\tlet path = error.instancePath;\n\tif (error.keyword === 'additionalProperties') {\n\t\tpath = appendJsonPointerSegment(\n\t\t\tpath,\n\t\t\tString(error.params['additionalProperty'])\n\t\t);\n\t} else if (error.keyword === 'required') {\n\t\tpath = appendJsonPointerSegment(\n\t\t\tpath,\n\t\t\tString(error.params['missingProperty'])\n\t\t);\n\t} else if (error.keyword === 'discriminator') {\n\t\tpath = appendJsonPointerSegment(path, String(error.params['tag']));\n\t} else if (error.keyword === 'propertyNames') {\n\t\tpath = appendJsonPointerSegment(\n\t\t\tpath,\n\t\t\tString(error.params['propertyName'])\n\t\t);\n\t}\n\n\treturn {\n\t\tpath,\n\t\tmessage: isUnionError(error)\n\t\t\t? 'must match one of the allowed forms'\n\t\t\t: (error.message ?? 'does not match the Blueprint v2 schema'),\n\t};\n}\n\n/** Appends one RFC 6901-escaped segment to a JSON Pointer. */\nfunction appendJsonPointerSegment(path: string, segment: string): string {\n\treturn `${path}/${segment.replaceAll('~', '~0').replaceAll('/', '~1')}`;\n}\n"],"names":["schema12","func2","formats0","value","url","pattern0","pattern1","pattern8","pattern10","pattern11","pattern12","pattern3","pattern18","wrapper0","validate14","data","instancePath","parentData","parentDataProperty","rootData","vErrors","errors","err0","key0","err1","data0","key1","_errs4","err2","valid1","err3","key2","data1","_errs7","valid3","_errs8","err4","_valid0","_errs10","err5","err6","err7","validate13","_errs6","data2","_errs9","_errs12","err8","err9","err10","pattern7","validate17","validate12","_errs0","valid0","_errs1","_errs15","_errs16","err11","validate20","validate30","wrapper1","validate34","_errs3","_errs5","len0","i0","pattern21","validate40","err12","err13","validate11","_errs2","data3","valid4","_errs14","valid6","_valid1","_errs17","err14","err15","err16","err17","data8","err18","err19","data9","_errs22","valid10","_errs23","err20","err21","_valid2","_errs26","err22","err23","err24","data10","err25","err26","err27","err28","err29","data15","len1","i1","err30","err31","data17","err32","err33","data18","err34","err35","data19","len2","i2","err36","err37","err38","err39","data22","err40","err41","data23","key3","err42","err43","data25","_errs65","valid22","_errs66","err44","_valid3","_errs68","err45","err46","key4","err47","err48","err49","err50","err51","err52","data29","len3","i3","data30","err53","err54","err55","err56","err57","data31","_errs82","valid26","_errs83","err58","err59","_valid4","_errs85","err60","err61","_errs87","err62","err63","_errs89","_errs92","valid28","_errs93","_errs94","len4","i4","_errs95","err64","valid29","err65","_valid5","_errs96","_errs98","len5","i5","_errs99","err66","valid31","err67","_errs101","len6","i6","_errs102","err68","valid32","err69","err70","err71","len7","i7","data35","err72","err73","i8","j0","indices0","item0","err74","err75","err76","data36","err77","err78","err79","data38","key5","data39","err80","err81","err82","data42","_errs119","valid38","_errs120","err83","_valid6","_errs122","err84","err85","err86","err87","err88","data44","key6","data45","err89","err90","err91","err92","err93","err94","data50","_errs138","valid41","_errs139","err95","err96","_valid7","_errs142","_errs143","err97","key7","err98","data51","err99","err100","data52","err101","err102","data53","err103","err104","err105","err106","data54","_errs156","valid47","_errs157","err107","err108","_valid8","_errs160","key8","err109","data55","err110","err111","data56","err112","err113","data57","err114","err115","err116","err117","data58","_errs173","valid53","_errs174","_valid9","_errs175","_errs176","err118","key9","err119","data59","_errs180","valid55","_errs181","_valid10","_errs182","err120","err121","data61","err122","err123","data62","err124","err125","data63","err126","err127","err128","err129","err130","data65","len8","i9","data66","_errs196","valid58","_errs197","_valid11","_errs198","_errs199","err131","key10","err132","data67","_errs203","valid60","_errs204","_valid12","_errs205","err133","err134","data69","err135","err136","data70","err137","err138","data71","err139","err140","err141","err142","err143","err144","data73","len9","i10","data74","_errs219","valid63","_errs220","_valid13","_errs221","_errs222","err145","key11","err146","data75","_errs226","valid65","_errs227","_valid14","_errs228","err147","err148","data77","key12","data78","_errs235","valid67","_errs236","err149","_valid15","_errs238","err150","_errs240","err151","_errs242","len10","i11","err152","_errs245","key13","err153","err154","err155","data81","err156","err157","data82","err158","err159","data83","err160","err161","err162","err163","err164","err165","data85","len11","i12","err166","data87","key14","_errs262","err167","valid73","err168","key15","data88","_errs265","valid75","_errs266","key16","err169","err170","data90","key17","err171","err172","err173","err174","err175","err176","err177","err178","err179","err180","err181","err182","err183","err184","err185","err186","err187","err188","err189","err190","err191","err192","err193","err194","err195","err196","err197","err198","err199","err200","err201","err202","err203","err204","err205","err206","err207","err208","err209","err210","err211","err212","data132","err213","err214","err215","err216","err217","err218","err219","err220","data140","err221","err222","err223","err224","data144","len12","i13","err225","err226","err227","err228","err229","data149","_errs391","valid81","_errs392","err230","_valid17","_errs394","err231","err232","len13","i14","err233","err234","err235","data151","key18","err236","err237","err238","data154","len14","i15","data155","err239","err240","err241","len15","i16","err242","err243","data157","err244","data158","_errs417","valid90","_errs418","err245","_valid18","_errs420","key19","err246","err247","err248","err249","err250","data163","err251","err252","err253","data164","err254","err255","err256","data167","len16","i17","data168","err257","err258","len17","err259","data170","key20","data171","_errs449","valid96","_errs450","err260","_valid19","_errs452","err261","_errs454","err262","_errs456","len18","i18","err263","_errs459","key21","err264","err265","err266","err267","err268","data174","err269","err270","err271","_valid16","_errs465","err272","err273","err274","err275","data175","key22","data176","_errs472","valid102","_errs473","_valid20","_errs474","err276","key23","err277","err278","data178","len19","i19","data179","err279","key24","err280","data180","err281","err282","err283","key25","err284","err285","err286","err287","err288","data185","len20","i20","data186","err289","err290","key26","err291","err292","err293","err294","data190","err295","data191","err296","err297","data192","_errs511","valid111","_errs512","_valid21","_errs513","len21","i21","err298","err299","err300","err301","err302","err303","err304","err305","err306","err307","err308","err309","err310","err311","data203","len22","i22","err312","err313","err314","err315","err316","err317","err318","data205","len23","i23","data206","_errs541","valid118","_errs542","_valid22","_errs543","err319","key27","err320","err321","err322","err323","err324","err325","err326","err327","data212","len24","i24","data213","err328","tag0","err329","err330","key28","err331","data214","err332","err333","data215","_errs566","valid125","_errs567","_valid23","_errs568","len25","i25","err334","err335","err336","err337","err338","key29","err339","data217","err340","err341","data218","key30","_errs578","err342","err343","valid130","err344","key31","data219","err345","err346","err347","data220","err348","err349","data221","_errs588","valid134","_errs589","_valid24","_errs590","err350","key32","err351","data222","err352","err353","err354","err355","err356","data227","err357","err358","err359","data229","err360","err361","err362","err363","err364","data233","err365","err366","err367","data236","len26","i26","err368","err369","data238","len27","i27","err370","err371","data240","key33","data241","len28","i28","err372","err373","err374","data243","key34","data244","_errs640","valid144","_errs641","err375","_valid25","_errs643","err376","_errs645","err377","_errs647","len29","i29","err378","_errs650","key35","err379","err380","err381","err382","err383","_errs656","len30","i30","data248","_errs659","valid150","_errs660","_valid26","_errs661","err384","key36","err385","data249","err386","err387","err388","err389","err390","data254","err391","err392","err393","data256","err394","err395","err396","err397","err398","data260","err399","err400","err401","data263","len31","i31","err402","err403","data265","len32","i32","err404","err405","data267","key37","data268","len33","i33","err406","err407","err408","data270","key38","data271","_errs711","valid160","_errs712","err409","_valid27","_errs714","err410","_errs716","err411","_errs718","len34","i34","err412","_errs721","key39","err413","err414","err415","err416","err417","err418","err419","err420","err421","_errs729","valid165","passing0","_errs730","err422","err423","err424","err425","key40","err426","data275","err427","err428","data276","key41","err429","err430","data278","err431","err432","data279","key42","_errs744","err433","err434","valid168","err435","key43","data280","err436","err437","err438","data281","err439","err440","data282","_errs754","valid172","_errs755","_valid29","_errs756","len35","i35","err441","err442","data284","err443","err444","err445","err446","err447","err448","_valid28","_errs767","err449","err450","key44","err451","data288","err452","err453","data289","key45","err454","err455","data291","err456","err457","data292","key46","_errs781","err458","err459","valid177","err460","key47","data293","err461","err462","err463","data294","err464","err465","data295","_errs791","valid181","_errs792","_valid30","_errs793","len36","i36","err466","err467","data297","err468","err469","err470","err471","err472","err473","err474","err475","data301","err476","err477","err478","err479","err480","err481","err482","data302","len37","i37","data303","err483","err484","err485","err486","key48","err487","err488","err489","err490","data307","key49","err491","err492","err493","err494","data309","len38","i38","data310","err495","err496","key50","err497","err498","data312","key51","err499","err500","err501","err502","data314","len39","i39","data315","err503","tag1","err504","err505","key52","err506","data316","err507","err508","err509","err510","err511","err512","err513","key53","err514","data319","err515","err516","err517","err518","err519","err520","err521","err522","key54","err523","data322","err524","err525","err526","err527","err528","err529","err530","key55","err531","data325","err532","err533","data326","key56","data327","err534","err535","err536","err537","err538","err539","err540","err541","key57","err542","data332","err543","err544","err545","err546","err547","key58","err548","data333","err549","err550","data334","len40","i40","data335","_errs897","valid212","_errs898","err551","err552","key59","err553","data336","err554","err555","data337","_errs904","valid214","_errs905","_valid32","_errs906","len41","i41","err556","err557","err558","_valid31","_errs909","err559","err560","key60","err561","data339","err562","err563","data340","key61","_errs916","err564","err565","valid218","err566","key62","data341","err567","err568","err569","data342","err570","err571","data343","_errs926","valid222","_errs927","_valid33","_errs928","err572","key63","err573","data344","err574","err575","err576","err577","err578","data349","err579","err580","err581","data351","err582","err583","err584","err585","err586","data355","err587","err588","err589","data358","len42","i42","err590","err591","data360","len43","i43","err592","err593","data362","key64","data363","len44","i44","err594","err595","err596","data365","key65","data366","_errs978","valid232","_errs979","err597","_valid34","_errs981","err598","_errs983","err599","_errs985","len45","i45","err600","_errs988","key66","err601","err602","err603","err604","err605","_errs994","len46","i46","data370","_errs997","valid238","_errs998","_valid35","_errs999","err606","key67","err607","data371","err608","err609","err610","err611","err612","data376","err613","err614","err615","data378","err616","err617","err618","err619","err620","data382","err621","err622","err623","data385","len47","i47","err624","err625","data387","len48","i48","err626","err627","data389","key68","data390","len49","i49","err628","err629","err630","data392","key69","data393","_errs1049","valid248","_errs1050","err631","_valid36","_errs1052","err632","_errs1054","err633","_errs1056","len50","i50","err634","_errs1059","key70","err635","err636","err637","err638","err639","err640","err641","err642","err643","_errs1065","err644","err645","err646","err647","key71","err648","data397","err649","err650","data398","key72","err651","err652","data400","err653","err654","data401","key73","_errs1079","err655","err656","valid254","err657","key74","data402","err658","err659","err660","data403","err661","err662","data404","_errs1089","valid258","_errs1090","_valid37","_errs1091","len51","i51","err663","err664","data406","err665","err666","err667","err668","err669","err670","_errs1102","err671","err672","key75","err673","data410","err674","err675","data411","key76","err676","err677","data413","err678","err679","data414","key77","_errs1116","err680","err681","valid263","err682","key78","data415","err683","err684","err685","data416","err686","err687","data417","_errs1126","valid267","_errs1127","_valid38","_errs1128","len52","i52","err688","err689","data419","err690","err691","err692","err693","err694","err695","err696","err697","err698","err699","err700","key79","err701","data423","err702","err703","data424","len53","i53","data425","_errs1147","valid274","_errs1148","_valid39","_errs1149","err704","key80","err705","err706","err707","err708","err709","err710","err711","err712","err713","err714","key81","err715","data431","err716","err717","err718","err719","err720","err721","key82","err722","data433","_errs1172","valid280","_errs1173","_valid40","_errs1174","err723","err724","data435","key83","data436","_errs1181","valid282","_errs1182","err725","_valid41","_errs1184","err726","_errs1186","err727","_errs1188","len54","i54","err728","_errs1191","key84","err729","err730","err731","data439","err732","err733","data440","err734","err735","data441","err736","err737","err738","data443","err739","err740","err741","err742","err743","key85","err744","data444","_errs1209","valid288","_errs1210","_valid42","_errs1211","err745","err746","data446","err747","err748","data447","err749","err750","data448","err751","err752","err753","data450","err754","err755","err756","err757","err758","err759","key86","err760","data452","err761","err762","err763","err764","err765","err766","err767","key87","err768","data454","err769","err770","err771","err772","err773","err774","err775","key88","err776","data457","err777","err778","err779","err780","err781","err782","key89","err783","data459","err784","err785","err786","err787","err788","key90","err789","data461","err790","err791","data462","len55","i55","data463","err792","err793","err794","err795","err796","err797","key91","err798","data464","err799","err800","data466","key92","err801","err802","err803","err804","err805","key93","err806","data468","err807","err808","err809","err810","err811","key94","err812","data470","err813","err814","err815","err816","err817","err818","key95","err819","data472","err820","err821","data473","key96","data474","_errs1298","valid311","_errs1299","err822","_valid43","_errs1301","err823","_errs1303","err824","_errs1305","len56","i56","err825","_errs1308","key97","err826","err827","err828","err829","err830","err831","err832","key98","err833","data477","err834","err835","err836","err837","err838","err839","key99","err840","data480","err841","err842","err843","err844","err845","err846","err847","key100","err848","data483","err849","err850","data484","key101","err851","err852","err853","err854","err855","err856","err857","validate10","validateBlueprintV2","blueprintMaybe","validationResult","validateBlueprintV2Declaration","normalizeValidationError","blueprintV2Validator","getActionableAjvErrors","assertValidBlueprintV2Declaration","result","InvalidBlueprintError","formatValidationErrors","error","index","errorsByPath","errorsAtPath","pathsWithDescendants","path","separatorIndex","ancestorPath","selectedErrors","isUnionError","selectErrorsAtPath","normalizedKeys","normalized","key","unionErrors","structuralErrors","getDeclaringUnionError","nonTypeError","selected","appendJsonPointerSegment","segment"],"mappings":"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Q,CACP,KAAM,SACN,qBAAsB,CAAE,KAAM,QAAQ,EACtC,WAAY,CACX,KAAM,CACL,KAAM,SACN,YACC,+EACX,EACS,cAAe,CACd,KAAM,SACN,YACC,oEACX,EACS,QAAS,CACR,KAAM,SACN,YACC,gEACX,EACS,aAAc,CACb,KAAM,SACN,YACC,mFACX,EACS,UAAW,CACV,KAAM,SACN,YACC,0EACX,EACS,SAAU,CACT,KAAM,SACN,YACC,wEACX,EACS,UAAW,CACV,KAAM,SACN,YACC,0EACX,EACS,WAAY,CACX,KAAM,SACN,YACC,+EACX,EACS,aAAc,CACb,KAAM,SACN,YACC,+EACX,EACS,UAAW,CACV,KAAM,SACN,YACC,qFACX,EACS,mBAAoB,CACnB,KAAM,SACN,YACC,8GACX,EACS,kBAAmB,CAClB,KAAM,SACN,YACC,gFACX,EACS,UAAW,CACV,KAAM,SACN,YACC,qFACX,EACS,SAAU,CACT,KAAM,SACN,YACC,gFACX,EACS,WAAY,CACX,KAAM,SACN,YACC,sFACX,EACS,iBAAkB,CACjB,KAAM,SACN,YACC,uFACX,EACS,sBAAuB,CACtB,KAAM,SACN,YACC,iGACX,EACS,eAAgB,CACf,KAAM,SACN,YACC,2EACX,EACS,mBAAoB,CACnB,KAAM,SACN,YACC,wEACX,EACS,sBAAuB,CACtB,KAAM,SACN,YACC,4EACX,EACS,mBAAoB,CACnB,KAAM,SACN,YACC,0FACX,EACS,UAAW,CACV,KAAM,SACN,YACC,uDACX,EACS,kBAAmB,CAClB,KAAM,SACN,YACC,iGACX,EACS,eAAgB,CACf,KAAM,SACN,YACC,wEACX,EACS,sBAAuB,CACtB,KAAM,SACN,YACC,8GACX,EACS,WAAY,CACX,KAAM,SACN,YACC,6EACX,EACS,eAAgB,CACf,KAAM,SACN,YACC,wFACX,EACS,yBAA0B,CACzB,KAAM,SACN,YACC,oIACX,EACS,uBAAwB,CACvB,KAAM,SACN,YACC,kHACX,EACS,aAAc,CACb,KAAM,SACN,YACC,yFACX,EACS,eAAgB,CACf,KAAM,SACN,YACC,uGACX,EACS,aAAc,CACb,KAAM,SACN,YACC,kFACX,EACS,UAAW,CACV,KAAM,SACN,YACC,oFACX,EACS,sBAAuB,CACtB,KAAM,SACN,YACC,yGACX,CACA,EACQ,YACC;AAAA;AAAA,uJACT,EACO,YAAa,CACZ,KAAM,SACN,YACC,uDACT,EACO,OAAQ,CACP,KAAM,UACN,YACC,6UACT,EACO,aAAc,CACb,KAAM,UACN,YACC,mEACT,EACO,oBAAqB,CACpB,KAAM,UACN,YACC,uHACT,EACO,mBAAoB,CACnB,KAAM,UACN,YACC;AAAA;AAAA;AAAA,+FACT,EACO,QAAS,CACR,KAAM,UACN,YACC,2GACT,EACO,aAAc,CACb,KAAM,CAAC,UAAW,QAAQ,EAC1B,YACC,4VACT,EACO,kBAAmB,CAClB,KAAM,UACN,YACC,sFACT,EACO,kBAAmB,CAClB,KAAM,UACN,YACC,gGACT,EACO,aAAc,CACb,KAAM,UACN,YACC,2HACT,EACO,UAAW,CACV,KAAM,SACN,YACC,kEACT,EACO,eAAgB,CACf,KAAM,SACN,YACC,kEACT,EACO,sBAAuB,CACtB,KAAM,SACN,YACC,wEACT,EACO,UAAW,CACV,KAAM,SACN,YACC,0YACT,EACO,cAAe,CACd,KAAM,CAAC,SAAU,QAAQ,EACzB,YACC,gIACT,EACO,oBAAqB,CACpB,KAAM,UACN,YACC,wDACT,EACO,yBAA0B,CACzB,KAAM,SACN,YACC,kDACT,EACO,uBAAwB,CACvB,KAAM,SACN,YACC,gDACT,EACO,WAAY,CACX,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,EACvB,YACC,iLACT,EACO,eAAgB,CACf,KAAM,SACN,YACC,wCACT,EACO,qBAAsB,CACrB,KAAM,SACN,YACC,yJACT,EACO,iBAAkB,CACjB,KAAM,SACN,YACC,wEACT,EACO,gBAAiB,CAChB,MAAO,CACN,CAAE,KAAM,QAAQ,EAChB,CACC,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,EACvB,SAAU,EACV,SAAU,CACpB,CACA,EACQ,YACC,kPACT,EACO,aAAc,CACb,KAAM,SACN,qBAAsB,CAAE,KAAM,QAAQ,EACtC,YACC,sJACT,EACO,aAAc,CACb,KAAM,UACN,YACC,8EACT,EACO,SAAU,CACT,MAAO,CACN,CACC,KAAM,QACN,MAAO,CACN,KAAM,SACN,KAAM,CACL,QACA,SACA,SACA,YACA,UACA,aACA,gBACA,WACA,YACA,kBACA,cACZ,CACA,CACA,EACS,CACC,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,CACjC,CACA,EACQ,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0FACT,EACO,YAAa,CACZ,KAAM,CAAC,UAAW,QAAQ,EAC1B,YACC,oKACT,EACO,QAAS,CACR,MAAO,CACN,CAAE,KAAM,SAAS,EACjB,CACC,KAAM,SACN,WAAY,CACX,KAAM,CAAE,KAAM,QAAQ,EACtB,WAAY,CAAE,KAAM,SAAS,EAC7B,MAAO,CAAE,KAAM,SAAS,EACxB,MAAO,CAAE,KAAM,SAAS,EACxB,QAAS,CAAE,KAAM,QAAQ,CACpC,EACU,qBAAsB,EAChC,CACA,EACQ,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,uMACT,EACO,UAAW,CACV,KAAM,CAAC,UAAW,QAAQ,EAC1B,YACC,+NACT,EACO,WAAY,CACX,KAAM,UACN,YACC,+DACT,EACO,iBAAkB,CACjB,KAAM,UACN,YACC,sYACT,EACO,SAAU,CACT,KAAM,QACN,MAAO,CACN,KAAM,QACN,SAAU,EACV,MAAO,CACN,CAAE,KAAM,QAAQ,EAChB,CACC,KAAM,SACN,qBAAsB,CACrB,MAAO,CACN,CAAE,KAAM,QAAQ,EAChB,CAAE,KAAM,SAAS,EACjB,CAAE,KAAM,QAAQ,EAChB,CACC,KAAM,QACN,MAAO,CACN,KAAM,oHACrB,CACA,EACa,CACC,KAAM,SACN,qBAAsB,CACrB,KAAM,oHACrB,CACA,CACA,CACA,CACA,CACA,EACS,SAAU,CACnB,EACQ,YACC,wJACT,EACO,cAAe,CACd,KAAM,CAAC,SAAU,SAAS,EAC1B,KAAM,CAAC,MAAO,SAAU,EAAK,EAC7B,YACC,sSACT,CACA,EACM,qBAAsB,EAC5B,EACK,CAAE,KAAM,gDAAgD,CAC7D,CACA,EACG,cAAe,CAAE,QAAS,oBAAoB,EAC9C,YACC;AAAA;AAAA;AAAA;AAAA,gFACJ,EACE,MAAO,CACN,KAAM,SACN,qBAAsB,CACrB,MAAO,CACN,CAAE,KAAM,6CAA6C,EACrD,CACC,KAAM,SACN,WAAY,CACX,QAAS,CACR,KAAM,SACN,YACC,2CACT,EACO,cAAe,CACd,KAAM,QACN,MAAO,CACN,KAAM,SACN,WAAY,CACX,qBAAsB,CACrB,KAAM,SACN,WAAY,CACX,KAAM,CACL,KAAM,SACN,YACC,+CACd,EACY,KAAM,CACL,KAAM,SACN,YACC,0DACd,EACY,WAAY,CACX,KAAM,SACN,YACC,wBACd,EACY,QAAS,CACR,KAAM,SACN,YACC,4CACd,EACY,SAAU,CACT,KAAM,QACN,MAAO,CACN,KAAM,SACN,WAAY,CACX,QAAS,CACR,KAAM,SACN,YACC,qCACjB,EACe,WAAY,CACX,KAAM,SACN,YACC,wBACjB,EACe,UAAW,CACV,KAAM,SACN,YACC,uBACjB,EACe,WAAY,CACX,KAAM,CACL,SACA,QACjB,EACgB,YACC,uDACjB,EACe,YAAa,CACZ,KAAM,SACN,KAAM,CACL,OACA,QACA,WACA,OACA,UACjB,EACgB,YACC,yBACjB,EACe,IAAK,CACJ,MAAO,CACN,CACC,KAAM,6CACxB,EACiB,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACzB,CACA,CACA,EACgB,YACC,kCACjB,EACe,YAAa,CACZ,KAAM,SACN,YACC,yBACjB,EACe,eAAgB,CACf,KAAM,SACN,YACC,4BACjB,EACe,gBAAiB,CAChB,KAAM,SACN,YACC,6BACjB,EACe,YAAa,CACZ,KAAM,SACN,YACC,yBACjB,EACe,oBACC,CACC,KAAM,SACN,YACC,kCAClB,EACe,sBACC,CACC,KAAM,SACN,YACC,oCAClB,EACe,gBAAiB,CAChB,KAAM,SACN,YACC,8BACjB,EACe,WAAY,CACX,KAAM,SACN,YACC,wBACjB,EACe,aAAc,CACb,KAAM,SACN,YACC,0BACjB,CACA,EACc,SAAU,CACT,aACA,KACf,EACc,qBAAsB,GACtB,YACC,iDACf,EACa,YACC,iCACd,CACA,EACW,SAAU,CACT,OACA,OACA,YACZ,EACW,qBAAsB,GACtB,YACC,mDACZ,EACU,WAAY,CACX,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,EACvB,YACC,0BACZ,CACA,EACS,SAAU,CAAC,sBAAsB,EACjC,qBAAsB,EAC/B,EACQ,YACC,+CACT,CACA,EACM,SAAU,CAAC,eAAe,EAC1B,qBAAsB,GACtB,YACC,oDACP,CACA,CACA,EACG,YACC,kgCACJ,EACE,MAAO,CACN,KAAM,QACN,MAAO,CACN,MAAO,CACN,CAAE,KAAM,6CAA6C,EACrD,CACC,KAAM,SACN,WAAY,CACX,OAAQ,CACP,KAAM,6CACd,EACO,MAAO,CAAE,KAAM,QAAQ,EACvB,YAAa,CAAE,KAAM,QAAQ,EAC7B,IAAK,CAAE,KAAM,QAAQ,EACrB,QAAS,CAAE,KAAM,QAAQ,CAChC,EACM,SAAU,CAAC,QAAQ,EACnB,qBAAsB,EAC5B,CACA,CACA,EACG,YACC,8nBACJ,EACE,QAAS,CACR,KAAM,QACN,MAAO,CACN,KAAM,SACN,cAAe,CAAE,aAAc,MAAM,EACrC,SAAU,CAAC,MAAM,EACjB,MAAO,CACN,CACC,KAAM,SACN,WAAY,CACX,KAAM,CAAE,KAAM,SAAU,MAAO,YAAY,EAC3C,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CAChB,EACS,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACjB,CACA,CACA,CACA,CACA,EACM,SAAU,CAAC,OAAQ,QAAQ,EAC3B,qBAAsB,EAC5B,EACK,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,SAAU,CACT,KAAM,SACN,KAAM,CAAC,UAAW,UAAU,EAC5B,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,gDACD,QAAS,YACjB,EACO,QAAS,CACR,KAAM,SACN,qBAAsB,CACrB,KAAM,wCACf,EACQ,YACC,qCACD,cAAe,CACd,KAAM,wCACf,CACA,EACO,KAAM,CAAE,KAAM,SAAU,MAAO,OAAO,EACtC,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CAChB,EACS,CACC,KAAM,SACN,WAAY,CACX,YAAa,CACZ,KAAM,SACN,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+FACb,EACW,UAAW,CACV,KAAM,SACN,YACC,kJACD,QAAS,cACrB,EACW,aAAc,CACb,KAAM,SACN,YACC,oIACD,QAAS,EACrB,EACW,WAAY,CACX,KAAM,SACN,YAAa,iBACzB,EACW,aAAc,CACb,KAAM,SACN,YACC,kCACb,EACW,YAAa,CACZ,KAAM,SACN,KAAM,CACL,UACA,UACA,QACA,aACA,SACA,UACA,UACA,OACb,EACY,YAAa,iBACzB,EACW,UAAW,CACV,KAAM,SACN,YACC,uDACb,EACW,eAAgB,CACf,KAAM,SACN,KAAM,CAAC,OAAQ,QAAQ,EACvB,YACC,qDACD,QAAS,SACrB,EACW,cAAe,CACd,KAAM,SACN,YACC,8CACb,EACW,UAAW,CACV,KAAM,SACN,YACC,2DACb,EACW,iBAAkB,CACjB,KAAM,SACN,YACC,4EACb,EACW,WAAY,CACX,KAAM,SACN,YACC,2CACb,EACW,eAAgB,CACf,KAAM,SACN,YACC,2CACb,EACW,KAAM,CACL,KAAM,SACN,YACC,kCACb,EACW,cAAe,CACd,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,EACvB,YACC,mEACb,EACW,UAAW,CACV,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,EACvB,YACC,oCACb,EACW,UAAW,CACV,KAAM,SACN,qBAAsB,CACrB,KAAM,QACN,MAAO,CAAE,KAAM,QAAQ,CACpC,EACY,YACC,qfACb,EACW,WAAY,CACX,KAAM,SACN,qBAAsB,CACrB,MAAO,CACN,CAAE,KAAM,QAAQ,EAChB,CAAE,KAAM,SAAS,EACjB,CAAE,KAAM,QAAQ,EAChB,CACC,KAAM,QACN,MAAO,CACN,KAAM,oHACtB,CACA,EACc,CACC,KAAM,SACN,qBACC,CACC,KAAM,oHACvB,CACA,CACA,CACA,EACY,YACC,ikBACb,EACW,cAAe,CACd,KAAM,SACN,YACC,gWACD,QAAS,EACrB,CACA,EACU,SAAU,CAAC,YAAY,EACvB,qBAAsB,GACtB,YACC,0GACX,EACS,CACC,KAAM,QACN,MAAO,CACN,MAAO,CACN,CACC,KAAM,6CACnB,EACY,CACC,KAAM,SACN,WAAY,CACX,YAAa,CACZ,KAAM,SACN,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+FAChB,EACc,UAAW,CACV,KAAM,SACN,YACC,kJACD,QACC,cAChB,EACc,aAAc,CACb,KAAM,SACN,YACC,oIACD,QAAS,EACxB,EACc,WAAY,CACX,KAAM,SACN,YACC,iBAChB,EACc,aAAc,CACb,KAAM,SACN,YACC,kCAChB,EACc,YAAa,CACZ,KAAM,SACN,KAAM,CACL,UACA,UACA,QACA,aACA,SACA,UACA,UACA,OAChB,EACe,YACC,iBAChB,EACc,UAAW,CACV,KAAM,SACN,YACC,uDAChB,EACc,eAAgB,CACf,KAAM,SACN,KAAM,CACL,OACA,QAChB,EACe,YACC,qDACD,QAAS,SACxB,EACc,cAAe,CACd,KAAM,SACN,YACC,8CAChB,EACc,UAAW,CACV,KAAM,SACN,YACC,2DAChB,EACc,iBAAkB,CACjB,KAAM,SACN,YACC,4EAChB,EACc,WAAY,CACX,KAAM,SACN,YACC,2CAChB,EACc,eAAgB,CACf,KAAM,SACN,YACC,2CAChB,EACc,KAAM,CACL,KAAM,SACN,YACC,kCAChB,EACc,cAAe,CACd,KAAM,QACN,MAAO,CACN,KAAM,QACtB,EACe,YACC,mEAChB,EACc,UAAW,CACV,KAAM,QACN,MAAO,CACN,KAAM,QACtB,EACe,YACC,oCAChB,EACc,UAAW,CACV,KAAM,SACN,qBACC,CACC,KAAM,QACN,MAAO,CACN,KAAM,QACxB,CACA,EACe,YACC,qfAChB,EACc,WAAY,CACX,KAAM,SACN,qBACC,CACC,MAAO,CACN,CACC,KAAM,QACzB,EACkB,CACC,KAAM,SACzB,EACkB,CACC,KAAM,QACzB,EACkB,CACC,KAAM,QACN,MAAO,CACN,KAAM,oHAC1B,CACA,EACkB,CACC,KAAM,SACN,qBACC,CACC,KAAM,oHAC3B,CACA,CACA,CACA,EACe,YACC,ikBAChB,EACc,cAAe,CACd,KAAM,SACN,YACC,gWACD,QAAS,EACxB,CACA,EACa,SAAU,CAAC,YAAY,EACvB,qBAAsB,GACtB,YACC,0GACd,CACA,CACA,CACA,CACA,CACA,CACA,EACM,SAAU,CAAC,SAAU,MAAM,CACjC,EACK,CACC,KAAM,SACN,WAAY,CAAE,KAAM,CAAE,KAAM,SAAU,MAAO,MAAO,EACpD,SAAU,CAAC,MAAM,EACjB,MAAO,CACN,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,YAAa,CACZ,KAAM,SACN,MAAO,MACP,YACC,+CACX,EACS,WAAY,CACX,KAAM,SACN,qBAAsB,CACrB,KAAM,QACjB,CACA,EACS,SAAU,CACT,KAAM,SACN,KAAM,CAAC,UAAW,UAAU,EAC5B,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,gDACD,QAAS,YACnB,EACS,QAAS,CACR,KAAM,SACN,qBAAsB,CACrB,KAAM,wCACjB,EACU,YACC,qCACD,cAAe,CACd,KAAM,wCACjB,CACA,EACS,KAAM,CAAE,KAAM,SAAU,MAAO,KAAK,EACpC,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CAClB,EACW,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACnB,CACA,CACA,CACA,EACS,aAAc,CACb,KAAM,SACN,KAAM,CAAC,QAAS,SAAS,EACzB,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,+DACD,QAAS,UACnB,EACS,sBAAuB,CACtB,KAAM,SACN,YACC,6DACD,QAAS,UACnB,EACS,YAAa,CACZ,KAAM,UACN,YACC,gDACD,QAAS,QACnB,EACS,eAAgB,CACf,KAAM,UACN,YACC,mDACD,QAAS,QACnB,CACA,EACQ,SAAU,CACT,aACA,cACA,SACA,MACT,CACA,EACO,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,YAAa,CACZ,KAAM,SACN,KAAM,CAAC,SAAU,gBAA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O,YACpB,EACY,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CACrB,EACc,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACtB,CACA,CACA,CACA,CACA,EACW,SAAU,CAAC,OAAQ,QAAQ,EAC3B,qBAAsB,EACjC,EACU,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,SAAU,CACT,KAAM,SACN,KAAM,CACL,UACA,UACd,EACa,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,gDACD,QAAS,YACtB,EACY,QAAS,CACR,KAAM,SACN,qBAAsB,CACrB,KAAM,wCACpB,EACa,YACC,qCACD,cAAe,CACd,KAAM,wCACpB,CACA,EACY,KAAM,CACL,KAAM,SACN,MAAO,OACpB,EACY,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CACrB,EACc,CACC,KAAM,SACN,WAAY,CACX,YAAa,CACZ,KAAM,SACN,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+FAClB,EACgB,UAAW,CACV,KAAM,SACN,YACC,kJACD,QACC,cAClB,EACgB,aAAc,CACb,KAAM,SACN,YACC,oIACD,QAAS,EAC1B,EACgB,WAAY,CACX,KAAM,SACN,YACC,iBAClB,EACgB,aAAc,CACb,KAAM,SACN,YACC,kCAClB,EACgB,YAAa,CACZ,KAAM,SACN,KAAM,CACL,UACA,UACA,QACA,aACA,SACA,UACA,UACA,OAClB,EACiB,YACC,iBAClB,EACgB,UAAW,CACV,KAAM,SACN,YACC,uDAClB,EACgB,eACC,CACC,KAAM,SACN,KAAM,CACL,OACA,QACnB,EACkB,YACC,qDACD,QACC,SACnB,EACgB,cAAe,CACd,KAAM,SACN,YACC,8CAClB,EACgB,UAAW,CACV,KAAM,SACN,YACC,2DAClB,EACgB,iBACC,CACC,KAAM,SACN,YACC,4EACnB,EACgB,WAAY,CACX,KAAM,SACN,YACC,2CAClB,EACgB,eACC,CACC,KAAM,SACN,YACC,2CACnB,EACgB,KAAM,CACL,KAAM,SACN,YACC,kCAClB,EACgB,cAAe,CACd,KAAM,QACN,MAAO,CACN,KAAM,QACxB,EACiB,YACC,mEAClB,EACgB,UAAW,CACV,KAAM,QACN,MAAO,CACN,KAAM,QACxB,EACiB,YACC,oCAClB,EACgB,UAAW,CACV,KAAM,SACN,qBACC,CACC,KAAM,QACN,MAAO,CACN,KAAM,QAC1B,CACA,EACiB,YACC,qfAClB,EACgB,WAAY,CACX,KAAM,SACN,qBACC,CACC,MAAO,CACN,CACC,KAAM,QAC3B,EACoB,CACC,KAAM,SAC3B,EACoB,CACC,KAAM,QAC3B,EACoB,CACC,KAAM,QACN,MAAO,CACN,KAAM,oHAC5B,CACA,EACoB,CACC,KAAM,SACN,qBACC,CACC,KAAM,oHAC7B,CACA,CACA,CACA,EACiB,YACC,ikBAClB,EACgB,cAAe,CACd,KAAM,SACN,YACC,gWACD,QAAS,EAC1B,CACA,EACe,SAAU,CACT,YAChB,EACe,qBAAsB,GACtB,YACC,0GAChB,EACc,CACC,KAAM,QACN,MAAO,CACN,MAAO,CACN,CACC,KAAM,6CACxB,EACiB,CACC,KAAM,SACN,WACC,CACC,YACC,CACC,KAAM,SACN,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+FACvB,EACoB,UACC,CACC,KAAM,SACN,YACC,kJACD,QACC,cACvB,EACoB,aACC,CACC,KAAM,SACN,YACC,oIACD,QACC,EACvB,EACoB,WACC,CACC,KAAM,SACN,YACC,iBACvB,EACoB,aACC,CACC,KAAM,SACN,YACC,kCACvB,EACoB,YACC,CACC,KAAM,SACN,KAAM,CACL,UACA,UACA,QACA,aACA,SACA,UACA,UACA,OACvB,EACsB,YACC,iBACvB,EACoB,UACC,CACC,KAAM,SACN,YACC,uDACvB,EACoB,eACC,CACC,KAAM,SACN,KAAM,CACL,OACA,QACvB,EACsB,YACC,qDACD,QACC,SACvB,EACoB,cACC,CACC,KAAM,SACN,YACC,8CACvB,EACoB,UACC,CACC,KAAM,SACN,YACC,2DACvB,EACoB,iBACC,CACC,KAAM,SACN,YACC,4EACvB,EACoB,WACC,CACC,KAAM,SACN,YACC,2CACvB,EACoB,eACC,CACC,KAAM,SACN,YACC,2CACvB,EACoB,KAAM,CACL,KAAM,SACN,YACC,kCACtB,EACoB,cACC,CACC,KAAM,QACN,MAAO,CACN,KAAM,QAC7B,EACsB,YACC,mEACvB,EACoB,UACC,CACC,KAAM,QACN,MAAO,CACN,KAAM,QAC7B,EACsB,YACC,oCACvB,EACoB,UACC,CACC,KAAM,SACN,qBACC,CACC,KAAM,QACN,MAAO,CACN,KAAM,QAC/B,CACA,EACsB,YACC,qfACvB,EACoB,WACC,CACC,KAAM,SACN,qBACC,CACC,MAAO,CACN,CACC,KAAM,QAChC,EACyB,CACC,KAAM,SAChC,EACyB,CACC,KAAM,QAChC,EACyB,CACC,KAAM,QACN,MAAO,CACN,KAAM,oHACjC,CACA,EACyB,CACC,KAAM,SACN,qBACC,CACC,KAAM,oHAClC,CACA,CACA,CACA,EACsB,YACC,ikBACvB,EACoB,cACC,CACC,KAAM,SACN,YACC,gWACD,QACC,EACvB,CACA,EACkB,SACC,CACC,YACpB,EACkB,qBAAsB,GACtB,YACC,0GACnB,CACA,CACA,CACA,CACA,CACA,CACA,EACW,SAAU,CAAC,SAAU,MAAM,CACtC,EACU,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,YAAa,CACZ,KAAM,SACN,MAAO,MACP,YACC,+CACd,EACY,WAAY,CACX,KAAM,SACN,qBAAsB,CACrB,KAAM,QACpB,CACA,EACY,SAAU,CACT,KAAM,SACN,KAAM,CACL,UACA,UACd,EACa,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,gDACD,QAAS,YACtB,EACY,QAAS,CACR,KAAM,SACN,qBAAsB,CACrB,KAAM,wCACpB,EACa,YACC,qCACD,cAAe,CACd,KAAM,wCACpB,CACA,EACY,KAAM,CACL,KAAM,SACN,MAAO,KACpB,EACY,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CACrB,EACc,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACtB,CACA,CACA,CACA,EACY,aAAc,CACb,KAAM,SACN,KAAM,CAAC,QAAS,SAAS,EACzB,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,+DACD,QAAS,UACtB,EACY,sBAAuB,CACtB,KAAM,SACN,YACC,6DACD,QAAS,UACtB,EACY,YAAa,CACZ,KAAM,UACN,YACC,gDACD,QAAS,QACtB,EACY,eAAgB,CACf,KAAM,UACN,YACC,mDACD,QAAS,QACtB,CACA,EACW,SAAU,CACT,aACA,cACA,SACA,MACZ,CACA,EACU,CACC,KAAM,SACN,qBAAsB,GACtB,WAAY,CACX,YAAa,CACZ,KAAM,SACN,KAAM,CACL,SACA,gBACd,EACa,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,8CACD,QAAS,WACtB,EACY,WAAY,CACX,KAAM,SACN,qBAAsB,CACrB,KAAM,QACpB,CACA,EACY,SAAU,CACT,KAAM,SACN,KAAM,CACL,UACA,UACd,EACa,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,gDACD,QAAS,YACtB,EACY,QAAS,CACR,KAAM,SACN,qBAAsB,CACrB,KAAM,wCACpB,EACa,YACC,qCACD,cAAe,CACd,KAAM,wCACpB,CACA,EACY,KAAM,CACL,KAAM,SACN,MAAO,KACpB,EACY,OAAQ,CACP,MAAO,CACN,CACC,KAAM,6CACrB,EACc,CACC,KAAM,QACN,MAAO,CACN,KAAM,6CACtB,CACA,CACA,CACA,EACY,aAAc,CACb,KAAM,SACN,KAAM,CAAC,QAAS,SAAS,EACzB,YACC;AAAA;AAAA;AAAA;AAAA;AAAA,+DACD,QAAS,UACtB,EACY,sBAAuB,CACtB,KAAM,SACN,YACC,6DACD,QAAS,UACtB,EACY,YAAa,CACZ,KAAM,UACN,YACC,gDACD,QAAS,QACtB,EACY,eAAgB,CACf,KAAM,UACN,YACC,mDACD,QAAS,QACtB,CACA,EACW,SAAU,CAAC,SAAU,MAAM,CACtC,CACA,CACA,CACA,CACA,EACM,SAAU,CAAC,OAAQ,SAAS,EAC5B,qBAAsB,EAC5B,EACK,CACC,KAAM,SACN,WAAY,CACX,KAAM,CAAE,KAAM,SAAU,MAAO,aAAa,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ACCA,GAAWG,GACR,CAACH,EAAS,CACb,MAAMQ,EAAWtW,EACjB,GACC,MAAM,QACL4V,CAChB,EACgB,CACD,MAAMW,EACLX,EAAO,OACR,QACKY,EAAM,EACVA,EAAMD,EACNC,IAGE/T,EACAmT,EACCY,CACnB,EACkB,CACC,aACC7W,EACA,YACA4U,EACA,sBACAoB,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACoB,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAA1W,CACnB,CACA,IAEiBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAChC,EACiBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM0W,EAAS,CACd,aACC9W,EACA,YACA4U,EACA,sBACAoB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACgB,WACC,oGACD,QAAS,OACT,OAAQ,CACP,KAAM,OACvB,EACgB,QACC,eACjB,EAEgB5V,IAAY,KAEZA,EAAU,CACT0W,CACjB,EAEgB1W,EAAQ,KACP0W,CACjB,EAEezW,GACD,CACA,IAAIiW,GACHK,IAAatW,EAGd,GAFA8V,EACCA,GAAWG,GACR,CAACH,EAAS,CACb,MAAMY,EACL1W,EACD,GACC4V,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACjB,EAEgB,UAAWe,KAASf,EAEjBnT,EACAmT,EACCe,CACpB,EACmB,CACC,aACChX,EACA,YACA4U,EACA,sBACAoB,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,IACAgB,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACoB,WACCf,EACD,mBACCe,EACD,SAAA7W,CACpB,CACA,IAEkBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACjC,EACkBzC,EACCD,EAAQ,YAGL,CACN,MAAM6W,EAAS,CACd,aACCjX,EACA,YACA4U,EACA,sBACAoB,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,oGAC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AS,CACb,MAAMI,EAAWrhB,EACjB,GACC,OAAO+gB,GACP,UACC,CACD,MAAMO,EAAS,CACd,aACC3hB,EACA,cACA2Y,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACgB,WACC,0HACD,QAAS,OACT,OAAQ,CACP,KAAM,SACvB,EACgB,QACC,iBACjB,EAEgB/gB,IAAY,KAEZA,EAAU,CACTuhB,CACjB,EAEgBvhB,EAAQ,KACPuhB,CACjB,EAEethB,GACD,CACA,IAAIohB,GACHC,IAAarhB,EAGd,GAFAihB,EACCA,GAAWG,GACR,CAACH,EAAS,CACb,MAAMM,EACLvhB,EACD,GACC,EACC,OAAO+gB,GACN,UACD,SACCA,CAClB,GAEiB,CACD,MAAMS,EAAS,CACd,aACC7hB,EACA,cACA2Y,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACkB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,0HACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiB/gB,IACA,KAEAA,EAAU,CACTyhB,CAClB,EAEiBzhB,EAAQ,KACPyhB,CAClB,EAEgBxhB,GACD,CACA,IAAIohB,GACHG,IACAvhB,EAID,GAHAihB,EACCA,GACAG,GACG,CAACH,EAAS,CACb,MAAMQ,EACLzhB,EACD,GACC,MAAM,QACL+gB,CAClB,EACkB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EACAD,EACAC,IAGElf,EACAse,EACCY,CACrB,EACoB,CACC,aACChiB,EACA,cACA2Y,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAA7hB,CACrB,CACA,IAEmBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAClC,EACmBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM6hB,EACL,CACC,aACCjiB,EACA,cACA2Y,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACoB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACmB,WACC,0HACD,QACC,OACD,OAAQ,CACP,KAAM,OAC1B,EACmB,QACC,eACpB,EAEkB/gB,IACA,KAEAA,EACC,CACC6hB,CACpB,EAEkB7hB,EAAQ,KACP6hB,CACnB,EAEiB5hB,GACD,CACA,IAAIohB,GACHK,IACAzhB,EAID,GAHAihB,EACCA,GACAG,GACG,CAACH,EAAS,CACb,MAAMY,EACL7hB,EACD,GACC+gB,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACnB,EAEkB,UAAWe,KAASf,EAEjBte,EACAse,EACCe,CACtB,EACqB,CACC,aACCniB,EACA,cACA2Y,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACuB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACuB,IACAgB,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACCf,EACD,mBACCe,EACD,SAAAhiB,CACtB,CACA,IAEoBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACnC,EACoBzC,EACCD,EAAQ,YAGL,CACN,MAAMgiB,EACL,CACC,aACCpiB,EACA,cACA2Y,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACoB,WACC,0HACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmB/gB,IACA,KAEAA,EACC,CACCgiB,CACrB,EAEmBhiB,EAAQ,KACPgiB,CACpB,EAEkB/hB,GACD,CACA,IAAIohB,GACHS,IACA7hB,EACDihB,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GAAKH,EA0CJjhB,EAASghB,EACLjhB,IAAY,OACXihB,EACHjhB,EAAQ,OACPihB,EAEDjhB,EAAU,UAhDC,CACb,MAAMiiB,EAAS,CACd,aACCriB,EACA,cACA2Y,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACgB,aACAiI,EACA,MACAO,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACe,WACC,mHACD,QAAS,QACT,OAAQ,CAAA,EACR,QACC,8BAChB,EACkB/gB,IAAY,KACfA,EAAU,CAACiiB,CAAM,EAEjBjiB,EAAQ,KACPiiB,CAChB,EAEchiB,GACD,CAWD,KACM,CACN,MAAMiiB,EAAS,CACd,aACCtiB,EACA,cACA2Y,EACE,QAAQ,KAAM,IAAI,EAClB,QACA,MACA,IAChB,EACc,aACAiI,EACA,KACD,WACC,6FACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACtB,EACgBxgB,IAAY,KACfA,EAAU,CAACkiB,CAAM,EAEjBliB,EAAQ,KAAKkiB,CAAM,EAEpBjiB,GACD,CACD,CACD,KAAO,CACN,MAAMkiB,EAAS,CACd,aACCviB,EACA,cACA2Y,EACE,QAAQ,KAAM,IAAI,EAClB,QAAQ,MAAO,IAAI,EACrB,aACAiI,EACD,WACC,qFACD,QAAS,OACT,OAAQ,CAAE,KAAM,OAAO,EACvB,QAAS,eACpB,EACcxgB,IAAY,KACfA,EAAU,CAACmiB,CAAM,EAEjBniB,EAAQ,KAAKmiB,CAAM,EAEpBliB,GACD,CACD,CACD,KAAO,CACN,MAAMmiB,EAAS,CACd,aACCxiB,EACA,cACA2Y,EACE,QAAQ,KAAM,IAAI,EAClB,QAAQ,MAAO,IAAI,EACrB,YACD,WACC,+EACD,QAAS,OACT,OAAQ,CAAE,KAAM,OAAO,EACvB,QAAS,eAClB,EACYvY,IAAY,KACfA,EAAU,CAACoiB,CAAM,EAEjBpiB,EAAQ,KAAKoiB,CAAM,EAEpBniB,GACD,CACD,CACA,GAA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3B,MAAMC,EAAQD,EAAQ,OACtB,QAASE,EAAM,EAAGA,EAAMD,EAAOC,IAAO,CACrC,IAAIC,EAAUH,EAAQE,CAAG,EACzB,GACCC,GACA,OAAOA,GAAW,UAClB,CAAC,MAAM,QAAQA,CAAO,EACrB,CACD,GACCA,EAAQ,uBACR,OACC,CACD,MAAMC,EAAS,CACd,aACCnkB,EACA,UACAojB,EACE,QAAQ,KAAM,IAAI,EAClB,QACA,MACA,IAChB,EACc,kBACAa,EACD,WACC,0FACD,QAAS,WACT,OAAQ,CACP,gBACC,sBACf,EACa,QACC,oDAGd,EACgB7jB,IAAY,KACfA,EAAU,CAAC+jB,CAAM,EAEjB/jB,EAAQ,KAAK+jB,CAAM,EAEpB9jB,GACD,CACA,UAAW+jB,KAASF,EACnB,GACC,EACCE,IACC,wBACDA,IAAU,cAEV,CACD,MAAMC,EAAS,CACd,aACCrkB,EACA,UACAojB,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACe,kBACAa,EACD,WACC,sGACD,QACC,uBACD,OAAQ,CACP,mBACCG,CAChB,EACc,QACC,qCACf,EACiBhkB,IAAY,KACfA,EAAU,CAACikB,CAAM,EAEjBjkB,EAAQ,KAAKikB,CAAM,EAEpBhkB,GACD,CAED,GACC6jB,EAAQ,uBACR,OACC,CACD,IAAII,EACHJ,EAAQ,qBACT,GACCI,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QAAQA,CAAO,EACrB,CACD,GACCA,EAAQ,OACR,OACC,CACD,MAAMC,EAAS,CACd,aACCvkB,EACA,UACAojB,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACgB,kBACAa,EACA,wBACD,WACC,0HACD,QAAS,WACT,OAAQ,CACP,gBACC,MACjB,EACe,QACC,oCAGhB,EACkB7jB,IAAY,KACfA,EAAU,CAACmkB,CAAM,EAEjBnkB,EAAQ,KACPmkB,CAChB,EAEclkB,GACD,CACA,GACCikB,EAAQ,OACR,OACC,CACD,MAAME,EAAS,CACd,aACCxkB,EACA,UACAojB,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACgB,kBACAa,EACA,wBACD,WACC,0HACD,QAAS,WACT,OAAQ,CACP,gBACC,MACjB,EACe,QACC,oCAGhB,EACkB7jB,IAAY,KACfA,EAAU,CAACokB,CAAM,EAEjBpkB,EAAQ,KACPokB,CAChB,EAEcnkB,GACD,CACA,GACCikB,EAAQ,aACR,OACC,CACD,MAAMG,EAAS,CACd,aACCzkB,EACA,UACAojB,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACgB,kBACAa,EACA,wBACD,WACC,0HACD,QAAS,WACT,OAAQ,CACP,gBACC,YACjB,EACe,QACC,0CAGhB,EACkB7jB,IAAY,KACfA,EAAU,CAACqkB,CAAM,EAEjBrkB,EAAQ,KACPqkB,CAChB,EAEcpkB,GACD,CACA,UAAWqkB,KAASJ,EACnB,GACC,EACCI,IACC,QACDA,IACC,QACDA,IACC,cACDA,IACC,WACDA,IACC,YAED,CACD,MAAMC,EAAS,CACd,aACC3kB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,wBACD,WACC,sIACD,QACC,uBACD,OAAQ,CACP,mBACCS,CAClB,EACgB,QACC,qCACjB,EAEgBtkB,IAAY,KAEZA,EAAU,CACTukB,CACjB,EAEgBvkB,EAAQ,KACPukB,CACjB,EAEetkB,GACD,CAED,GACCikB,EAAQ,OACR,QAGC,OAAOA,EAAQ,MACf,SACC,CACD,MAAMM,EAAS,CACd,aACC5kB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,6BACD,WACC,sIACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgB7jB,IAAY,KAEZA,EAAU,CACTwkB,CACjB,EAEgBxkB,EAAQ,KACPwkB,CACjB,EAEevkB,GACD,CAED,GACCikB,EAAQ,OACR,QAGC,OAAOA,EAAQ,MACf,SACC,CACD,MAAMO,EAAS,CACd,aACC7kB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,6BACD,WACC,sIACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgB7jB,IAAY,KAEZA,EAAU,CACTykB,CACjB,EAEgBzkB,EAAQ,KACPykB,CACjB,EAEexkB,GACD,CAED,GACCikB,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMQ,EAAS,CACd,aACC9kB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,mCACD,WACC,4IACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgB7jB,IAAY,KAEZA,EAAU,CACT0kB,CACjB,EAEgB1kB,EAAQ,KACP0kB,CACjB,EAEezkB,GACD,CAED,GACCikB,EAAQ,UACR,QAGC,OAAOA,EAAQ,SACf,SACC,CACD,MAAMS,EAAS,CACd,aACC/kB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,gCACD,WACC,yIACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgB7jB,IAAY,KAEZA,EAAU,CACT2kB,CACjB,EAEgB3kB,EAAQ,KACP2kB,CACjB,EAEe1kB,GACD,CAED,GACCikB,EAAQ,WACR,OACC,CACD,IAAIU,EACHV,EAAQ,SACT,GACC,MAAM,QACLU,CAChB,EACgB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EAAMD,EACNC,IACC,CACD,IAAIC,EACHH,EACCE,CAClB,EACgB,GACCC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,EACkB,CACD,GACCA,EAAQ,aACR,OACC,CACD,MAAMC,EACL,CACC,aACCplB,EACA,UACAojB,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,kBACAa,EACA,kCACAiB,EACD,WACC,oJACD,QACC,WACD,OAAQ,CACP,gBACC,YACtB,EACoB,QACC,0CAGrB,EAEmB9kB,IACA,KAEAA,EACC,CACCglB,CACrB,EAEmBhlB,EAAQ,KACPglB,CACpB,EAEkB/kB,GACD,CACA,GACC8kB,EAAQ,MACR,OACC,CACD,MAAME,EACL,CACC,aACCrlB,EACA,UACAojB,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,kBACAa,EACA,kCACAiB,EACD,WACC,oJACD,QACC,WACD,OAAQ,CACP,gBACC,KACtB,EACoB,QACC,mCAGrB,EAEmB9kB,IACA,KAEAA,EACC,CACCilB,CACrB,EAEmBjlB,EAAQ,KACPilB,CACpB,EAEkBhlB,GACD,CACA,UAAWilB,KAASH,EACnB,GACC,CAAClmB,GAAM,KACND,EACE,WACA,MACA,qBACA,MAAM,CAAC,EACP,WACA,cACA,MACA,WACA,qBACA,WACA,SACA,MACA,WACFsmB,CACpB,EACoB,CACD,MAAMC,EACL,CACC,aACCvlB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACD,WACC,gKACD,QACC,uBACD,OAAQ,CACP,mBACCI,CACvB,EACqB,QACC,qCACtB,EAEoBllB,IACA,KAEAA,EACC,CACCmlB,CACtB,EAEoBnlB,EAAQ,KACPmlB,CACrB,EAEmBllB,GACD,CAED,GACC8kB,EAAQ,UACR,QAGC,OAAOA,EAAQ,SACf,SACC,CACD,MAAMK,EACL,CACC,aACCxlB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,WACD,WACC,mKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACColB,CACtB,EAEoBplB,EAAQ,KACPolB,CACrB,EAEmBnlB,GACD,CAED,GACC8kB,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMM,EACL,CACC,aACCzlB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,cACD,WACC,sKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCqlB,CACtB,EAEoBrlB,EAAQ,KACPqlB,CACrB,EAEmBplB,GACD,CAED,GACC8kB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMO,EACL,CACC,aACC1lB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,aACD,WACC,qKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCslB,CACtB,EAEoBtlB,EAAQ,KACPslB,CACrB,EAEmBrlB,GACD,CAED,GACC8kB,EAAQ,aACR,OACC,CACD,IAAIQ,EACHR,EAAQ,WACT,GACC,OAAOQ,GACN,UACD,EACC,OAAOA,GACN,UACD,SACCA,CACrB,GAEoB,CACD,MAAMC,EACL,CACC,aACC5lB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,cACD,WACC,sKACD,QACC,OACD,OAAQ,CACP,KAAMlmB,EACJ,WACA,MACA,qBACA,MAAM,CAAC,EACP,WACA,cACA,MACA,WACA,qBACA,WACA,SACA,MACA,WACA,WACA,IACxB,EACqB,QACC,uBACtB,EAEoBoB,IACA,KAEAA,EACC,CACCwlB,CACtB,EAEoBxlB,EAAQ,KACPwlB,CACrB,EAEmBvlB,GACD,CACD,CACA,GACC8kB,EAAQ,cACR,OACC,CACD,IAAIU,EACHV,EAAQ,YACT,GACC,OAAOU,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC9lB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,eACD,WACC,uKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC0lB,CACtB,EAEoB1lB,EAAQ,KACP0lB,CACrB,EAEmBzlB,GACD,CACA,GACC,EACCwlB,IACC,QACDA,IACC,SACDA,IACC,YACDA,IACC,QACDA,IACC,YAED,CACD,MAAME,EACL,CACC,aACC/lB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,eACD,WACC,uKACD,QACC,OACD,OAAQ,CACP,cACClmB,EACE,WACA,MACA,qBACA,MAAM,CAAC,EACP,WACA,cACA,MACA,WACA,qBACA,WACA,SACA,MACA,WACA,YACA,IACzB,EACqB,QACC,4CACtB,EAEoBoB,IACA,KAEAA,EACC,CACC2lB,CACtB,EAEoB3lB,EAAQ,KACP2lB,CACrB,EAEmB1lB,GACD,CACD,CACA,GACC8kB,EAAQ,MACR,OACC,CACD,IAAIa,EACHb,EAAQ,IACT,MAAMc,EACL5lB,EACD,IAAI6lB,EAAW,GACf,MAAMC,EACL9lB,EAEC+C,EACA4iB,EACA,CACC,aACChmB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,OACD,WACCC,EACD,mBACC,MACD,SAAAhlB,CACrB,CACA,IAEmBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAClC,EACmB/C,EACCD,EAAQ,QAEV,IAAIgmB,GACHD,IACA9lB,EAID,GAHA6lB,EACCA,GACAE,GAEA,CAACF,EACA,CACD,MAAMG,EACLhmB,EACD,GACC,MAAM,QACL2lB,CACrB,EACqB,CACD,MAAMM,EACLN,EAAQ,OACT,QACKO,EAAM,EACVA,EACAD,EACAC,IAGEnjB,EACA4iB,EACCO,CACxB,EACuB,CACC,aACCvmB,EACA,UACAojB,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACyB,kBACAa,EACA,kCACAiB,EACA,QACAqB,EACD,WACCP,EACD,mBACCO,EACD,SAAApmB,CACxB,CACA,IAEsBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACrC,EACsB/C,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAMomB,EACL,CACC,aACCxmB,EACA,UACAojB,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACuB,kBACAa,EACA,kCACAiB,EACA,OACD,WACC,uKACD,QACC,OACD,OAAQ,CACP,KAAM,OAC7B,EACsB,QACC,eACvB,EAEqB9kB,IACA,KAEAA,EACC,CACComB,CACvB,EAEqBpmB,EAAQ,KACPomB,CACtB,EAEoBnmB,GACD,CACA,IAAI+lB,GACHC,IACAhmB,EACD6lB,EACCA,GACAE,EACF,CACA,GACEF,EA4CD7lB,EACC4lB,EAEA7lB,IACA,OAGC6lB,EAEA7lB,EAAQ,OACP6lB,EAED7lB,EACC,UAxDF,CACD,MAAMqmB,EACL,CACC,aACCzmB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,OACD,WACC,gKACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCqmB,CACtB,EAEoBrmB,EAAQ,KACPqmB,CACrB,EAEmBpmB,GACD,CAkBD,CACA,GACC8kB,EAAQ,cACR,QAGC,OAAOA,EAAQ,aACf,SACC,CACD,MAAMuB,EACL,CACC,aACC1mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,eACD,WACC,uKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCsmB,CACtB,EAEoBtmB,EAAQ,KACPsmB,CACrB,EAEmBrmB,GACD,CAED,GACC8kB,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,SACC,CACD,MAAMwB,EACL,CACC,aACC3mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,kBACD,WACC,0KACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCumB,CACtB,EAEoBvmB,EAAQ,KACPumB,CACrB,EAEmBtmB,GACD,CAED,GACC8kB,EAAQ,kBACR,QAGC,OAAOA,EAAQ,iBACf,SACC,CACD,MAAMyB,EACL,CACC,aACC5mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,mBACD,WACC,2KACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCwmB,CACtB,EAEoBxmB,EAAQ,KACPwmB,CACrB,EAEmBvmB,GACD,CAED,GACC8kB,EAAQ,cACR,QAGC,OAAOA,EAAQ,aACf,SACC,CACD,MAAM0B,EACL,CACC,aACC7mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,eACD,WACC,uKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACCymB,CACtB,EAEoBzmB,EAAQ,KACPymB,CACrB,EAEmBxmB,GACD,CAED,GACC8kB,EAAQ,sBACR,QAGC,OAAOA,EAAQ,qBACf,SACC,CACD,MAAM2B,EACL,CACC,aACC9mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,uBACD,WACC,+KACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC0mB,CACtB,EAEoB1mB,EAAQ,KACP0mB,CACrB,EAEmBzmB,GACD,CAED,GACC8kB,EAAQ,wBACR,QAGC,OAAOA,EAAQ,uBACf,SACC,CACD,MAAM4B,EACL,CACC,aACC/mB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,yBACD,WACC,iLACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC2mB,CACtB,EAEoB3mB,EAAQ,KACP2mB,CACrB,EAEmB1mB,GACD,CAED,GACC8kB,EAAQ,kBACR,QAGC,OAAOA,EAAQ,iBACf,SACC,CACD,MAAM6B,EACL,CACC,aACChnB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,mBACD,WACC,2KACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC4mB,CACtB,EAEoB5mB,EAAQ,KACP4mB,CACrB,EAEmB3mB,GACD,CAED,GACC8kB,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAM8B,EACL,CACC,aACCjnB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,cACD,WACC,sKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC6mB,CACtB,EAEoB7mB,EAAQ,KACP6mB,CACrB,EAEmB5mB,GACD,CAED,GACC8kB,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAM+B,EACL,CACC,aACClnB,EACA,UACAojB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,kBACAa,EACA,kCACAiB,EACA,gBACD,WACC,wKACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoB9kB,IACA,KAEAA,EACC,CACC8mB,CACtB,EAEoB9mB,EAAQ,KACP8mB,CACrB,EAEmB7mB,GACD,CAEF,KAAO,CACN,MAAM8mB,EACL,CACC,aACCnnB,EACA,UACAojB,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACoB,kBACAa,EACA,kCACAiB,EACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkB9kB,IACA,KAEAA,EACC,CACC+mB,CACpB,EAEkB/mB,EAAQ,KACP+mB,CACnB,EAEiB9mB,GACD,CACD,CACD,KAAO,CACN,MAAM+mB,EAAS,CACd,aACCpnB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,iCACD,WACC,0IACD,QAAS,OACT,OAAQ,CACP,KAAM,OACvB,EACgB,QACC,eACjB,EAEgB7jB,IAAY,KAEZA,EAAU,CACTgnB,CACjB,EAEgBhnB,EAAQ,KACPgnB,CACjB,EAEe/mB,GACD,CACD,CACD,KAAO,CACN,MAAMgnB,EAAS,CACd,aACCrnB,EACA,UACAojB,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACe,kBACAa,EACA,wBACD,WACC,sHACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,gBACf,EACiB7jB,IAAY,KACfA,EAAU,CAACinB,CAAM,EAEjBjnB,EAAQ,KAAKinB,CAAM,EAEpBhnB,GACD,CACD,CACA,GACC6jB,EAAQ,aAAe,OACtB,CACD,IAAIoD,EACHpD,EAAQ,WACT,GAAI,MAAM,QAAQoD,CAAO,EAAG,CAC3B,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EAAMD,EACNC,IAEA,GACC,OAAOF,EACNE,CAChB,GAAqB,SACL,CACD,MAAMC,EAAS,CACd,aACCznB,EACA,UACAojB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACiB,kBACAa,EACA,eACAuD,EACD,WACC,kHACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EA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ACd,aACCzsB,EACA,YACAqpB,EACA,UACD,WACC,oFACD,QACC,uBACD,OAAQ,CACP,mBACCmD,CACjB,EACe,QACC,qCAChB,EACkBpsB,IAAY,KACfA,EAAU,CAACqsB,CAAM,EAEjBrsB,EAAQ,KACPqsB,CAChB,EAEcpsB,GACD,CAED,GACC4rB,EAAQ,cACR,OACC,CACD,IAAIS,EACHT,EAAQ,YACT,GACC,EACC,OAAOS,GACN,UACD,SAASA,CAAO,GAEhB,CACD,MAAMC,EAAS,CACd,aACC3sB,EACA,YACAqpB,EACA,sBACD,WACC,2FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACusB,CAAM,EAEjBvsB,EAAQ,KACPusB,CAChB,EAEctsB,GACD,CACD,CACA,GACC4rB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMW,EAAS,CACd,aACC5sB,EACA,YACAqpB,EACA,oBACD,WACC,yFACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACwsB,CAAM,EAEjBxsB,EAAQ,KACPwsB,CAChB,EAEcvsB,GACD,CAED,GACC4rB,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMY,EAAS,CACd,aACC7sB,EACA,YACAqpB,EACA,uBACD,WACC,4FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACysB,CAAM,EAEjBzsB,EAAQ,KACPysB,CAChB,EAEcxsB,GACD,CAED,GACC4rB,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMa,EAAS,CACd,aACC9sB,EACA,YACAqpB,EACA,qBACD,WACC,0FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC0sB,CAAM,EAEjB1sB,EAAQ,KACP0sB,CAChB,EAEczsB,GACD,CAED,GACC4rB,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMc,EAAS,CACd,aACC/sB,EACA,YACAqpB,EACA,uBACD,WACC,4FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC2sB,CAAM,EAEjB3sB,EAAQ,KACP2sB,CAChB,EAEc1sB,GACD,CAED,GACC4rB,EAAQ,cACR,OACC,CACD,IAAIe,EACHf,EAAQ,YACT,GACC,OAAOe,GACP,SACC,CACD,MAAMC,EAAS,CACd,aACCjtB,EACA,YACAqpB,EACA,sBACD,WACC,2FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC6sB,CAAM,EAEjB7sB,EAAQ,KACP6sB,CAChB,EAEc5sB,GACD,CACA,GACC,EACC2sB,IACC,WACDA,IACC,WACDA,IACC,SACDA,IACC,cACDA,IACC,UACDA,IACC,WACDA,IACC,WACDA,IAAY,SAEZ,CACD,MAAME,EAAS,CACd,aACCltB,EACA,YACAqpB,EACA,sBACD,WACC,2FACD,QAAS,OACT,OAAQ,CACP,cACCrqB,EACE,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,WACA,YACA,IACnB,EACe,QACC,4CAChB,EACkBoB,IAAY,KACfA,EAAU,CAAC8sB,CAAM,EAEjB9sB,EAAQ,KACP8sB,CAChB,EAEc7sB,GACD,CACD,CACA,GACC4rB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMkB,EAAS,CACd,aACCntB,EACA,YACAqpB,EACA,oBACD,WACC,yFACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC+sB,CAAM,EAEjB/sB,EAAQ,KACP+sB,CAChB,EAEc9sB,GACD,CAED,GACC4rB,EAAQ,iBACR,OACC,CACD,IAAImB,EACHnB,EAAQ,eACT,GACC,OAAOmB,GACP,SACC,CACD,MAAMC,EAAS,CACd,aACCrtB,EACA,YACAqpB,EACA,yBACD,WACC,8FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACitB,CAAM,EAEjBjtB,EAAQ,KACPitB,CAChB,EAEchtB,GACD,CACA,GACC,EACC+sB,IACC,QACDA,IAAY,UAEZ,CACD,MAAME,EAAS,CACd,aACCttB,EACA,YACAqpB,EACA,yBACD,WACC,8FACD,QAAS,OACT,OAAQ,CACP,cACCrqB,EACE,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,WACA,eACA,IACnB,EACe,QACC,4CAChB,EACkBoB,IAAY,KACfA,EAAU,CAACktB,CAAM,EAEjBltB,EAAQ,KACPktB,CAChB,EAEcjtB,GACD,CACD,CACA,GACC4rB,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMsB,EAAS,CACd,aACCvtB,EACA,YACAqpB,EACA,wBACD,WACC,6FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACmtB,CAAM,EAEjBntB,EAAQ,KACPmtB,CAChB,EAEcltB,GACD,CAED,GACC4rB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMuB,EAAS,CACd,aACCxtB,EACA,YACAqpB,EACA,oBACD,WACC,yFACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACotB,CAAM,EAEjBptB,EAAQ,KACPotB,CAChB,EAEcntB,GACD,CAED,GACC4rB,EAAQ,mBACR,QAGC,OAAOA,EAAQ,kBACf,SACC,CACD,MAAMwB,EAAS,CACd,aACCztB,EACA,YACAqpB,EACA,2BACD,WACC,gGACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACqtB,CAAM,EAEjBrtB,EAAQ,KACPqtB,CAChB,EAEcptB,GACD,CAED,GACC4rB,EAAQ,aACR,OACC,CACD,IAAIyB,EACHzB,EAAQ,WACT,GACC,EACC,OAAOyB,GACN,UACD,SAASA,CAAO,GAEhB,CACD,MAAMC,EAAS,CACd,aACC3tB,EACA,YACAqpB,EACA,qBACD,WACC,0FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACutB,CAAM,EAEjBvtB,EAAQ,KACPutB,CAChB,EAEcttB,GACD,CACD,CACA,GACC4rB,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,SACC,CACD,MAAM2B,EAAS,CACd,aACC5tB,EACA,YACAqpB,EACA,yBACD,WACC,8FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACwtB,CAAM,EAEjBxtB,EAAQ,KACPwtB,CAChB,EAEcvtB,GACD,CAED,GACC4rB,EAAQ,OAAS,QAGhB,OAAOA,EAAQ,MACf,SACC,CACD,MAAM4B,EAAS,CACd,aACC7tB,EACA,YACAqpB,EACA,eACD,WACC,oFACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACytB,CAAM,EAEjBztB,EAAQ,KACPytB,CAChB,EAEcxtB,GACD,CAED,GACC4rB,EAAQ,gBACR,OACC,CACD,IAAI6B,EACH7B,EAAQ,cACT,GACC,MAAM,QAAQ6B,CAAO,EACpB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EAAMD,EACNC,IAEA,GACC,OAAOF,EACNE,CACjB,GAAsB,SACL,CACD,MAAMC,EAAS,CACd,aACCjuB,EACA,YACAqpB,EACA,yBACA2E,EACD,WACC,mGACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiB5tB,IACA,KAEAA,EAAU,CACT6tB,CAClB,EAEiB7tB,EAAQ,KACP6tB,CAClB,EAEgB5tB,GACD,CAEF,KAAO,CACN,MAAM6tB,EAAS,CACd,aACCluB,EACA,YACAqpB,EACA,wBACD,WACC,6FACD,QAAS,OACT,OAAQ,CACP,KAAM,OACtB,EACe,QACC,eAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC8tB,CAAM,EAEjB9tB,EAAQ,KACP8tB,CAChB,EAEc7tB,GACD,CACD,CACA,GACC4rB,EAAQ,YACR,OACC,CACD,IAAIkC,EACHlC,EAAQ,UACT,GACC,MAAM,QAAQkC,CAAO,EACpB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EAAMD,EACNC,IAEA,GACC,OAAOF,EACNE,CACjB,GAAsB,SACL,CACD,MAAMC,EAAS,CACd,aACCtuB,EACA,YACAqpB,EACA,qBACAgF,EACD,WACC,+FACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBjuB,IACA,KAEAA,EAAU,CACTkuB,CAClB,EAEiBluB,EAAQ,KACPkuB,CAClB,EAEgBjuB,GACD,CAEF,KAAO,CACN,MAAMkuB,EAAS,CACd,aACCvuB,EACA,YACAqpB,EACA,oBACD,WACC,yFACD,QAAS,OACT,OAAQ,CACP,KAAM,OACtB,EACe,QACC,eAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACmuB,CAAM,EAEjBnuB,EAAQ,KACPmuB,CAChB,EAEcluB,GACD,CACD,CACA,GACC4rB,EAAQ,YACR,OACC,CACD,IAAIuC,EACHvC,EAAQ,UACT,GACCuC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QAAQA,CAAO,EAEtB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EAAQC,CAAK,EACd,GACC,MAAM,QACLC,CACjB,EACiB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EAAMD,EACNC,IAEA,GACC,OAAOF,EACNE,CACnB,GACkB,SACC,CACD,MAAMC,EACL,CACC,aACC7uB,EACA,YACAqpB,EACA,qBACAoF,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,IACAG,EACD,WACC,oHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBxuB,IACA,KAEAA,EACC,CACCyuB,CACrB,EAEmBzuB,EAAQ,KACPyuB,CACpB,EAEkBxuB,GACD,CAEF,KAAO,CACN,MAAMyuB,EAAS,CACd,aACC9uB,EACA,YACAqpB,EACA,qBACAoF,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,8GACD,QACC,OACD,OAAQ,CACP,KAAM,OACxB,EACiB,QACC,eAClB,EAEiBruB,IACA,KAEAA,EAAU,CACT0uB,CAClB,EAEiB1uB,EAAQ,KACP0uB,CAClB,EAEgBzuB,GACD,CACD,KACM,CACN,MAAM0uB,EAAS,CACd,aACC/uB,EACA,YACAqpB,EACA,oBACD,WACC,yFACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAAC2uB,CAAM,EAEjB3uB,EAAQ,KACP2uB,CAChB,EAEc1uB,GACD,CACD,CACA,GACC4rB,EAAQ,aACR,OACC,CACD,IAAI+C,EACH/C,EAAQ,WACT,GACC+C,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QAAQA,CAAO,EAEtB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EAAQC,CAAK,EACd,MAAME,EACL9uB,EACD,IAAI+uB,EAAW,GACf,MAAMC,EACLhvB,EACD,GACC,OAAO6uB,GACP,SACC,CACD,MAAMI,EAAS,CACd,aACCtvB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiB7uB,IACA,KAEAA,EAAU,CACTkvB,CAClB,EAEiBlvB,EAAQ,KACPkvB,CAClB,EAEgBjvB,GACD,CACA,IAAIkvB,GACHF,IACAhvB,EAID,GAHA+uB,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMI,EACLnvB,EACD,GACC,OAAO6uB,GACP,UACC,CACD,MAAMO,EACL,CACC,aACCzvB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACmB,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,SAC1B,EACmB,QACC,iBACpB,EAEkB7uB,IACA,KAEAA,EACC,CACCqvB,CACpB,EAEkBrvB,EAAQ,KACPqvB,CACnB,EAEiBpvB,GACD,CACA,IAAIkvB,GACHC,IACAnvB,EAID,GAHA+uB,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMM,EACLrvB,EACD,GACC,EACC,OAAO6uB,GACN,UACD,SACCA,CACpB,GAEmB,CACD,MAAMS,EACL,CACC,aACC3vB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACoB,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmB7uB,IACA,KAEAA,EACC,CACCuvB,CACrB,EAEmBvvB,EAAQ,KACPuvB,CACpB,EAEkBtvB,GACD,CACA,IAAIkvB,GACHG,IACArvB,EAID,GAHA+uB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMQ,EACLvvB,EACD,GACC,MAAM,QACL6uB,CACpB,EACoB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EACAD,EACAC,IAGEhtB,EACAosB,EACCY,CACvB,EACsB,CACC,aACC9vB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACwB,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAA3vB,CACvB,CACA,IAEqBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACpC,EACqBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM2vB,EACL,CACC,aACC/vB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,OAC5B,EACqB,QACC,eACtB,EAEoB7uB,IACA,KAEAA,EACC,CACC2vB,CACtB,EAEoB3vB,EAAQ,KACP2vB,CACrB,EAEmB1vB,GACD,CACA,IAAIkvB,GACHK,IACAvvB,EAID,GAHA+uB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMY,EACL3vB,EACD,GACC6uB,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACrB,EAEoB,UAAWe,KAASf,EAEjBpsB,EACAosB,EACCe,CACxB,EACuB,CACC,aACCjwB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACyB,IACAgB,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACwB,WACCf,EACD,mBACCe,EACD,SAAA9vB,CACxB,CACA,IAEsBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACrC,EACsBzC,EACCD,EAAQ,YAGL,CACN,MAAM8vB,EACL,CACC,aACClwB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqB7uB,IACA,KAEAA,EACC,CACC8vB,CACvB,EAEqB9vB,EAAQ,KACP8vB,CACtB,EAEoB7vB,GACD,CACA,IAAIkvB,GACHS,IACA3vB,EACD+uB,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GAAKH,EAsCJ/uB,EACC8uB,EAEA/uB,IACA,OAGC+uB,EAEA/uB,EAAQ,OACP+uB,EAED/uB,EACC,UAnDW,CACd,MAAM+vB,EAAS,CACd,aACCnwB,EACA,YACAqpB,EACA,sBACA4F,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,gHACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BAClB,EAEiB7uB,IACA,KAEAA,EAAU,CACT+vB,CAClB,EAEiB/vB,EAAQ,KACP+vB,CAClB,EAEgB9vB,GACD,CAkBD,KACM,CACN,MAAM+vB,EAAS,CACd,aACCpwB,EACA,YACAqpB,EACA,qBACD,WACC,0FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACgwB,CAAM,EAEjBhwB,EAAQ,KACPgwB,CAChB,EAEc/vB,GACD,CACD,CACA,GACC4rB,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMoE,EAAS,CACd,aACCrwB,EACA,YACAqpB,EACA,wBACD,WACC,6FACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBjpB,IAAY,KACfA,EAAU,CAACiwB,CAAM,EAEjBjwB,EAAQ,KACPiwB,CAChB,EAEchwB,GACD,CAEF,KAAO,CACN,MAAMiwB,EAAS,CACd,aACCtwB,EACA,YACAqpB,EACA,UACD,WACC,oEACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACtB,EACgBjpB,IAAY,KACfA,EAAU,CAACkwB,CAAM,EAEjBlwB,EAAQ,KAAKkwB,CAAM,EAEpBjwB,GACD,CACA,IAAIgsB,GAAWC,IAAajsB,EAE5B,GADA8rB,EAAWA,GAAYE,GACnB,CAACF,EAAU,CACd,MAAMoE,EAAWlwB,EACjB,GAAI,MAAM,QAAQ4rB,CAAO,EAAG,CAC3B,MAAMuE,EACLvE,EAAQ,OACT,QACKwE,EAAM,EACVA,EAAMD,EACNC,IACC,CACD,IAAIC,EACHzE,EAAQwE,CAAG,EACZ,MAAME,EAAWtwB,EACjB,IAAIuwB,EAAW,GACf,MAAMC,EAAWxwB,EAEf+C,EACAstB,EACA,CACC,aACC1wB,EACA,YACAqpB,EACA,WACAoH,EACD,WACCxE,EACD,mBACCwE,EACD,SAAAtwB,CACjB,CACA,IAEeC,EACCA,IAAY,KACTgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAC9B,EACe/C,EACCD,EAAQ,QAEV,IAAI0wB,GACHD,IAAaxwB,EAId,GAHAuwB,EACCA,GACAE,GACG,CAACF,EAAU,CACd,MAAMG,EACL1wB,EACD,GACCqwB,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACjB,EACiB,CACD,GACCA,EAAQ,aACR,OACC,CACD,MAAMM,EACL,CACC,aACChxB,EACA,YACAqpB,EACA,WACAoH,EACD,WACC,sFACD,QACC,WACD,OAAQ,CACP,gBACC,YACrB,EACmB,QACC,0CAGpB,EAEkBrwB,IACA,KAEAA,EACC,CACC4wB,CACpB,EAEkB5wB,EAAQ,KACP4wB,CACnB,EAEiB3wB,GACD,CACA,UAAW4wB,KAASP,EACnB,GACC,CAACzxB,GAAM,KACND,EACE,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACFiyB,CACnB,EACmB,CACD,MAAMC,EACL,CACC,aACClxB,EACA,YACAqpB,EACA,WACAoH,EACD,WACC,kGACD,QACC,uBACD,OAAQ,CACP,mBACCQ,CACtB,EACoB,QACC,qCACrB,EAEmB7wB,IACA,KAEAA,EACC,CACC8wB,CACrB,EAEmB9wB,EAAQ,KACP8wB,CACpB,EAEkB7wB,GACD,CAED,GACCqwB,EAAQ,cACR,OACC,CACD,IAAIS,EACHT,EAAQ,YACT,GACC,EACC,OAAOS,GACN,UACD,SACCA,CACpB,GAEmB,CACD,MAAMC,EACL,CACC,aACCpxB,EACA,YACAqpB,EACA,WACAoH,EACA,eACD,WACC,yGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCgxB,CACrB,EAEmBhxB,EAAQ,KACPgxB,CACpB,EAEkB/wB,GACD,CACD,CACA,GACCqwB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMW,EACL,CACC,aACCrxB,EACA,YACAqpB,EACA,WACAoH,EACA,aACD,WACC,uGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCixB,CACrB,EAEmBjxB,EAAQ,KACPixB,CACpB,EAEkBhxB,GACD,CAED,GACCqwB,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMY,EACL,CACC,aACCtxB,EACA,YACAqpB,EACA,WACAoH,EACA,gBACD,WACC,0GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCkxB,CACrB,EAEmBlxB,EAAQ,KACPkxB,CACpB,EAEkBjxB,GACD,CAED,GACCqwB,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMa,EACL,CACC,aACCvxB,EACA,YACAqpB,EACA,WACAoH,EACA,cACD,WACC,wGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCmxB,CACrB,EAEmBnxB,EAAQ,KACPmxB,CACpB,EAEkBlxB,GACD,CAED,GACCqwB,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMc,EACL,CACC,aACCxxB,EACA,YACAqpB,EACA,WACAoH,EACA,gBACD,WACC,0GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCoxB,CACrB,EAEmBpxB,EAAQ,KACPoxB,CACpB,EAEkBnxB,GACD,CAED,GACCqwB,EAAQ,cACR,OACC,CACD,IAAIe,EACHf,EAAQ,YACT,GACC,OAAOe,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC1xB,EACA,YACAqpB,EACA,WACAoH,EACA,eACD,WACC,yGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCsxB,CACrB,EAEmBtxB,EAAQ,KACPsxB,CACpB,EAEkBrxB,GACD,CACA,GACC,EACCoxB,IACC,WACDA,IACC,WACDA,IACC,SACDA,IACC,cACDA,IACC,UACDA,IACC,WACDA,IACC,WACDA,IACC,SAED,CACD,MAAME,EACL,CACC,aACC3xB,EACA,YACAqpB,EACA,WACAoH,EACA,eACD,WACC,yGACD,QACC,OACD,OAAQ,CACP,cACCzxB,EACE,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACA,YACA,IACxB,EACoB,QACC,4CACrB,EAEmBoB,IACA,KAEAA,EACC,CACCuxB,CACrB,EAEmBvxB,EAAQ,KACPuxB,CACpB,EAEkBtxB,GACD,CACD,CACA,GACCqwB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMkB,EACL,CACC,aACC5xB,EACA,YACAqpB,EACA,WACAoH,EACA,aACD,WACC,uGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCwxB,CACrB,EAEmBxxB,EAAQ,KACPwxB,CACpB,EAEkBvxB,GACD,CAED,GACCqwB,EAAQ,iBACR,OACC,CACD,IAAImB,EACHnB,EAAQ,eACT,GACC,OAAOmB,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC9xB,EACA,YACAqpB,EACA,WACAoH,EACA,kBACD,WACC,4GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC0xB,CACrB,EAEmB1xB,EAAQ,KACP0xB,CACpB,EAEkBzxB,GACD,CACA,GACC,EACCwxB,IACC,QACDA,IACC,UAED,CACD,MAAME,EACL,CACC,aACC/xB,EACA,YACAqpB,EACA,WACAoH,EACA,kBACD,WACC,4GACD,QACC,OACD,OAAQ,CACP,cACCzxB,EACE,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACA,eACA,IACxB,EACoB,QACC,4CACrB,EAEmBoB,IACA,KAEAA,EACC,CACC2xB,CACrB,EAEmB3xB,EAAQ,KACP2xB,CACpB,EAEkB1xB,GACD,CACD,CACA,GACCqwB,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMsB,EACL,CACC,aACChyB,EACA,YACAqpB,EACA,WACAoH,EACA,iBACD,WACC,2GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC4xB,CACrB,EAEmB5xB,EAAQ,KACP4xB,CACpB,EAEkB3xB,GACD,CAED,GACCqwB,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMuB,EACL,CACC,aACCjyB,EACA,YACAqpB,EACA,WACAoH,EACA,aACD,WACC,uGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC6xB,CACrB,EAEmB7xB,EAAQ,KACP6xB,CACpB,EAEkB5xB,GACD,CAED,GACCqwB,EAAQ,mBACR,QAGC,OAAOA,EAAQ,kBACf,SACC,CACD,MAAMwB,EACL,CACC,aACClyB,EACA,YACAqpB,EACA,WACAoH,EACA,oBACD,WACC,8GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC8xB,CACrB,EAEmB9xB,EAAQ,KACP8xB,CACpB,EAEkB7xB,GACD,CAED,GACCqwB,EAAQ,aACR,OACC,CACD,IAAIyB,EACHzB,EAAQ,WACT,GACC,EACC,OAAOyB,GACN,UACD,SACCA,CACpB,GAEmB,CACD,MAAMC,EACL,CACC,aACCpyB,EACA,YACAqpB,EACA,WACAoH,EACA,cACD,WACC,wGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCgyB,CACrB,EAEmBhyB,EAAQ,KACPgyB,CACpB,EAEkB/xB,GACD,CACD,CACA,GACCqwB,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,SACC,CACD,MAAM2B,EACL,CACC,aACCryB,EACA,YACAqpB,EACA,WACAoH,EACA,kBACD,WACC,4GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCiyB,CACrB,EAEmBjyB,EAAQ,KACPiyB,CACpB,EAEkBhyB,GACD,CAED,GACCqwB,EAAQ,OACR,QAGC,OAAOA,EAAQ,MACf,SACC,CACD,MAAM4B,EACL,CACC,aACCtyB,EACA,YACAqpB,EACA,WACAoH,EACA,QACD,WACC,kGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCkyB,CACrB,EAEmBlyB,EAAQ,KACPkyB,CACpB,EAEkBjyB,GACD,CAED,GACCqwB,EAAQ,gBACR,OACC,CACD,IAAI6B,EACH7B,EAAQ,cACT,GACC,MAAM,QACL6B,CACnB,EACmB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACrB,GACoB,SACC,CACD,MAAMC,EACL,CACC,aACC1yB,EACA,YACAqpB,EACA,WACAoH,EACA,kBACAgC,EACD,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqBryB,IACA,KAEAA,EACC,CACCsyB,CACvB,EAEqBtyB,EAAQ,KACPsyB,CACtB,EAEoBryB,GACD,CAEF,KAAO,CACN,MAAMsyB,EACL,CACC,aACC3yB,EACA,YACAqpB,EACA,WACAoH,EACA,iBACD,WACC,2GACD,QACC,OACD,OAAQ,CACP,KAAM,OAC3B,EACoB,QACC,eACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCuyB,CACrB,EAEmBvyB,EAAQ,KACPuyB,CACpB,EAEkBtyB,GACD,CACD,CACA,GACCqwB,EAAQ,YACR,OACC,CACD,IAAIkC,EACHlC,EAAQ,UACT,GACC,MAAM,QACLkC,CACnB,EACmB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACrB,GACoB,SACC,CACD,MAAMC,EACL,CACC,aACC/yB,EACA,YACAqpB,EACA,WACAoH,EACA,cACAqC,EACD,WACC,6GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqB1yB,IACA,KAEAA,EACC,CACC2yB,CACvB,EAEqB3yB,EAAQ,KACP2yB,CACtB,EAEoB1yB,GACD,CAEF,KAAO,CACN,MAAM2yB,EACL,CACC,aACChzB,EACA,YACAqpB,EACA,WACAoH,EACA,aACD,WACC,uGACD,QACC,OACD,OAAQ,CACP,KAAM,OAC3B,EACoB,QACC,eACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC4yB,CACrB,EAEmB5yB,EAAQ,KACP4yB,CACpB,EAEkB3yB,GACD,CACD,CACA,GACCqwB,EAAQ,YACR,OACC,CACD,IAAIuC,EACHvC,EAAQ,UACT,GACCuC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACnB,EAEkB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CACrB,EACmB,GACC,MAAM,QACLC,CACrB,EACqB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACvB,GACsB,SACC,CACD,MAAMC,EACL,CACC,aACCtzB,EACA,YACAqpB,EACA,WACAoH,EACA,cACAyC,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACyB,IACAG,EACD,WACC,kIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC/B,EACwB,QACC,gBACzB,EAEuBjzB,IACA,KAEAA,EACC,CACCkzB,CACzB,EAEuBlzB,EAAQ,KACPkzB,CACxB,EAEsBjzB,GACD,CAEF,KAAO,CACN,MAAMkzB,EACL,CACC,aACCvzB,EACA,YACAqpB,EACA,WACAoH,EACA,cACAyC,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,4HACD,QACC,OACD,OAAQ,CACP,KAAM,OAC7B,EACsB,QACC,eACvB,EAEqB9yB,IACA,KAEAA,EACC,CACCmzB,CACvB,EAEqBnzB,EAAQ,KACPmzB,CACtB,EAEoBlzB,GACD,CACD,KACM,CACN,MAAMmzB,EACL,CACC,aACCxzB,EACA,YACAqpB,EACA,WACAoH,EACA,aACD,WACC,uGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCozB,CACrB,EAEmBpzB,EAAQ,KACPozB,CACpB,EAEkBnzB,GACD,CACD,CACA,GACCqwB,EAAQ,aACR,OACC,CACD,IAAI+C,EACH/C,EAAQ,WACT,GACC+C,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACnB,EAEkB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CACrB,EACmB,MAAME,EACLvzB,EACD,IAAIwzB,EAAW,GACf,MAAMC,EACLzzB,EACD,GACC,OAAOszB,GACP,SACC,CACD,MAAMI,GACL,CACC,aACC/zB,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,qIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqBtzB,IACA,KAEAA,EACC,CACC2zB,EACvB,EAEqB3zB,EAAQ,KACP2zB,EACtB,EAEoB1zB,GACD,CACA,IAAI2zB,GACHF,IACAzzB,EAID,GAHAwzB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMI,GACL5zB,EACD,GACC,OAAOszB,GACP,UACC,CACD,MAAMO,GACL,CACC,aACCl0B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACuB,WACC,qIACD,QACC,OACD,OAAQ,CACP,KAAM,SAC9B,EACuB,QACC,iBACxB,EAEsBtzB,IACA,KAEAA,EACC,CACC8zB,EACxB,EAEsB9zB,EAAQ,KACP8zB,EACvB,EAEqB7zB,GACD,CACA,IAAI2zB,GACHC,KACA5zB,EAID,GAHAwzB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMM,GACL9zB,EACD,GACC,EACC,OAAOszB,GACN,UACD,SACCA,CACxB,GAEuB,CACD,MAAMS,EACL,CACC,aACCp0B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACwB,WACC,qIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC/B,EACwB,QACC,gBACzB,EAEuBtzB,IACA,KAEAA,EACC,CACCg0B,CACzB,EAEuBh0B,EAAQ,KACPg0B,CACxB,EAEsB/zB,GACD,CACA,IAAI2zB,GACHG,KACA9zB,EAID,GAHAwzB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMQ,EACLh0B,EACD,GACC,MAAM,QACLszB,CACxB,EACwB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EACAD,EACAC,IAGEzxB,EACA6wB,EACCY,CAC3B,EAC0B,CACC,aACCv0B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC9B,EAC8B,QACA,MACA,IAC9B,EAC4B,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAAp0B,CAC3B,CACA,IAEyBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACxC,EACyBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAMo0B,EACL,CACC,aACCx0B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC5B,EAC4B,QACA,MACA,IAC5B,EACyB,WACC,qIACD,QACC,OACD,OAAQ,CACP,KAAM,OAChC,EACyB,QACC,eAC1B,EAEwBtzB,IACA,KAEAA,EACC,CACCo0B,CAC1B,EAEwBp0B,EAAQ,KACPo0B,CACzB,EAEuBn0B,GACD,CACA,IAAI2zB,GACHK,IACAh0B,EAID,GAHAwzB,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMY,EACLp0B,EACD,GACCszB,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACzB,EAEwB,UAAWe,MAASf,EAEjB7wB,EACA6wB,EACCe,EAC5B,EAC2B,CACC,aACC10B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC/B,EAC+B,QACA,MACA,IAC/B,EAC6B,IACAgB,GACE,QACA,KACA,IAC/B,EAC+B,QACA,MACA,IAC/B,EAC4B,WACCf,EACD,mBACCe,GACD,SAAAv0B,CAC5B,CACA,IAE0BC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACzC,EAC0BzC,EACCD,EAAQ,YAGL,CACN,MAAMu0B,GACL,CACC,aACC30B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IAC7B,EAC6B,QACA,MACA,IAC7B,EAC0B,WACC,qIACD,QACC,OACD,OAAQ,CACP,KAAM,QACjC,EAC0B,QACC,gBAC3B,EAEyBtzB,IACA,KAEAA,EACC,CACCu0B,EAC3B,EAEyBv0B,EAAQ,KACPu0B,EAC1B,EAEwBt0B,GACD,CACA,IAAI2zB,GACHS,IACAp0B,EACDwzB,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GACEH,EA2CDxzB,EACCuzB,EAEAxzB,IACA,OAGCwzB,EAEAxzB,EAAQ,OACPwzB,EAEDxzB,EACC,UAvDF,CACD,MAAMw0B,GACL,CACC,aACC50B,EACA,YACAqpB,EACA,WACAoH,EACA,eACAiD,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,8HACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACvB,EAEqBtzB,IACA,KAEAA,EACC,CACCw0B,EACvB,EAEqBx0B,EAAQ,KACPw0B,EACtB,EAEoBv0B,GACD,CAkBD,KACM,CACN,MAAMw0B,EACL,CACC,aACC70B,EACA,YACAqpB,EACA,WACAoH,EACA,cACD,WACC,wGACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACCy0B,CACrB,EAEmBz0B,EAAQ,KACPy0B,CACpB,EAEkBx0B,GACD,CACD,CACA,GACCqwB,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMoE,EACL,CACC,aACC90B,EACA,YACAqpB,EACA,WACAoH,EACA,iBACD,WACC,2GACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBrwB,IACA,KAEAA,EACC,CACC00B,CACrB,EAEmB10B,EAAQ,KACP00B,CACpB,EAEkBz0B,GACD,CAEF,KAAO,CACN,MAAM00B,EAAS,CACd,aACC/0B,EACA,YACAqpB,EACA,WACAoH,EACD,WACC,kFACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBrwB,IACA,KAEAA,EAAU,CACT20B,CAClB,EAEiB30B,EAAQ,KACP20B,CAClB,EAEgB10B,GACD,CACA,IAAIywB,GACHC,IACA1wB,EACDuwB,EACCA,GACAE,EACF,CACA,GAAKF,EA6BJvwB,EAASswB,EAERvwB,IAAY,OAERuwB,EACHvwB,EAAQ,OACPuwB,EAEDvwB,EACC,UAtCW,CACd,MAAM40B,EAAS,CACd,aACCh1B,EACA,YACAqpB,EACA,WACAoH,EACD,WACC,2EACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACjB,EAEgBrwB,IAAY,KAEZA,EAAU,CACT40B,CACjB,EAEgB50B,EAAQ,KACP40B,CACjB,EAEe30B,GACD,CAcD,CACD,KAAO,CACN,MAAM40B,EAAS,CACd,aACCj1B,EACA,YACAqpB,EACA,UACD,WACC,oEACD,QAAS,OACT,OAAQ,CACP,KAAM,OACrB,EACc,QACC,eACf,EACiBjpB,IAAY,KACfA,EAAU,CAAC60B,CAAM,EAEjB70B,EAAQ,KAAK60B,CAAM,EAEpB50B,GACD,CACA,IAAIgsB,GACHkE,IAAalwB,EACd8rB,EAAWA,GAAYE,EACxB,CACD,CACA,GAAKF,EAqBJ9rB,EAAS6rB,EACL9rB,IAAY,OACX8rB,EACH9rB,EAAQ,OAAS8rB,EAEjB9rB,EAAU,UA1BE,CACd,MAAM80B,EAAS,CACd,aACCl1B,EACA,YACAqpB,EACA,UACD,WACC,6DACD,QAAS,QACT,OAAQ,CAAA,EACR,QACC,8BAC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AC7B,EACkBr2B,IAAY,KACfA,EAAU,CAACu2B,CAAM,EAEjBv2B,EAAQ,KACPu2B,CAChB,EAEct2B,GACD,MACM,CACN,MAAMu2B,EAAS,CACd,aACC52B,EACA,YACAqpB,EACA,WACD,WACC,8CACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,iBACD,aAAcoN,CAC5B,EACiBr2B,IAAY,KACfA,EAAU,CAACw2B,CAAM,EAEjBx2B,EAAQ,KAAKw2B,CAAM,EAEpBv2B,GACD,CACA,IAAIw2B,GACHH,IAAar2B,EACd,GAAI,CAACw2B,GAAU,CACd,MAAMC,EAAS,CACd,aACC92B,EACA,YACAqpB,EACA,WACD,WACC,8EACD,QACC,gBACD,OAAQ,CACP,aAAcoN,CAC7B,EACc,QACC,6BACf,EACiBr2B,IAAY,KACfA,EAAU,CAAC02B,CAAM,EAEjB12B,EAAQ,KAAK02B,CAAM,EAEpBz2B,GACD,CACD,CACA,UAAW02B,KAASP,EAAS,CAC5B,IAAIQ,EAAUR,EAAQO,CAAK,EAC3B,GACC,OAAOC,GAAY,UAEnB,GAAI,CAAC93B,EAAS83B,CAAO,EAAG,CACvB,MAAMC,EAAS,CACd,aACCj3B,EACA,YACAqpB,EACA,YACA0N,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACe,WACC,gDACD,QAAS,SACT,OAAQ,CACP,OAAQ,iBACxB,EACe,QACC,qCAGhB,EACkB32B,IAAY,KACfA,EAAU,CAAC62B,CAAM,EAEjB72B,EAAQ,KACP62B,CAChB,EAEc52B,GACD,MACM,CACN,MAAM62B,EAAS,CACd,aACCl3B,EACA,YACAqpB,EACA,YACA0N,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACc,WACC,8CACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,gBACf,EACiB32B,IAAY,KACfA,EAAU,CAAC82B,CAAM,EAEjB92B,EAAQ,KAAK82B,CAAM,EAEpB72B,GACD,CACD,CACD,KAAO,CACN,MAAM82B,EAAS,CACd,aACCn3B,EACA,YACAqpB,E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CC,EACCM,IACC,QACDA,IACC,UAED,CACD,MAAMC,EAAS,CACd,aACCljC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iHACD,QACC,uBACD,OAAQ,CACP,mBACCO,CAClB,EACgB,QACC,qCACjB,EAEgB7iC,IAAY,KAEZA,EAAU,CACT8iC,CACjB,EAEgB9iC,EAAQ,KACP8iC,CACjB,EAEe7iC,GACD,CAED,GACCsiC,EAAQ,OACR,OACC,CACD,IAAIQ,EACHR,EAAQ,KACT,GACC,OAAOQ,GACP,SACC,CACD,MAAMC,EAAS,CACd,aACCpjC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,iHACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACTgjC,CACjB,EAEgBhjC,EAAQ,KACPgjC,CACjB,EAEe/iC,GACD,CACA,GAEC8iC,IADA,aAEC,CACD,MAAME,EAAS,CACd,aACCrjC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,kHACD,QACC,QACD,OAAQ,CACP,aACC,YAClB,EACgB,QACC,2BACjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACTijC,CACjB,EAEgBjjC,EAAQ,KACPijC,CACjB,EAEehjC,GACD,CACD,CACA,GACCsiC,EAAQ,SACR,OACC,CACD,IAAIW,EACHX,EAAQ,OACT,MAAMY,EAAWljC,EACjB,IAAImjC,EAAW,GACf,MAAMC,EAAWpjC,EAEf+C,EACAkgC,EACA,CACC,aACCtjC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACCC,EACD,mBACC,SACD,SAAAxiC,CACjB,CACA,IAEeC,EACCA,IAAY,KACTgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAC9B,EACe/C,EACCD,EAAQ,QAEV,IAAIsjC,GACHD,IAAapjC,EAId,GAHAmjC,EACCA,GACAE,GACG,CAACF,EAAU,CACd,MAAMG,EACLtjC,EACD,GACC,MAAM,QACLijC,CACjB,EACiB,CACD,MAAMM,EACLN,EAAQ,OACT,QACKO,EAAM,EACVA,EAAMD,EACNC,IAGEzgC,EACAkgC,EACCO,CACpB,EACmB,CACC,aACC7jC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAmB,EACD,WACCP,EACD,mBACCO,EACD,SAAA1jC,CACpB,CACA,IAEkBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACjC,EACkB/C,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM0jC,EAAS,CACd,aACC9jC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,OACxB,EACiB,QACC,eAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACT0jC,CAClB,EAEiB1jC,EAAQ,KACP0jC,CAClB,EAEgBzjC,GACD,CACA,IAAIqjC,GACHC,IACAtjC,EACDmjC,EACCA,GACAE,EACF,CACA,GAAKF,EA8BJnjC,EAASkjC,EAERnjC,IAAY,OAERmjC,EACHnjC,EAAQ,OACPmjC,EAEDnjC,EACC,UAvCW,CACd,MAAM2jC,EAAS,CACd,aACC/jC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,oHACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACT2jC,CACjB,EAEgB3jC,EAAQ,KACP2jC,CACjB,EAEe1jC,GACD,CAcD,CACD,KAAO,CACN,MAAM2jC,EAAS,CACd,aACChkC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iGACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,gBACf,EACiBtiC,IAAY,KACfA,EAAU,CAAC4jC,CAAM,EAEjB5jC,EAAQ,KAAK4jC,CAAM,EAEpB3jC,GACD,CACA,IAAI4jC,GACHnB,IAAaziC,EAEd,GADAwiC,EAAWA,GAAYoB,GACnB,CAACpB,EAAU,CACd,MAAMqB,EAAW7jC,EACjB,GACCsiC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QAAQA,CAAO,EACrB,CACD,GACCA,EAAQ,SACR,OACC,CACD,MAAMwB,EAAS,CACd,aACCnkC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,QAClB,EACgB,QACC,sCAGjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACT+jC,CACjB,EAEgB/jC,EAAQ,KACP+jC,CACjB,EAEe9jC,GACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,MAAMyB,EAAS,CACd,aACCpkC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,MAClB,EACgB,QACC,oCAGjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACTgkC,CACjB,EAEgBhkC,EAAQ,KACPgkC,CACjB,EAEe/jC,GACD,CACA,UAAWgkC,KAAS1B,EACnB,GACC,EACC0B,IACC,YACDA,IACC,WACDA,IACC,QACDA,IACC,UAED,CACD,MAAMC,EAAS,CACd,aACCtkC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iHACD,QACC,uBACD,OAAQ,CACP,mBACC2B,CACnB,EACiB,QACC,qCAClB,EAEiBjkC,IACA,KAEAA,EAAU,CACTkkC,CAClB,EAEiBlkC,EAAQ,KACPkkC,CAClB,EAEgBjkC,GACD,CAED,GACCsiC,EAAQ,WACR,OACC,CACD,IAAI4B,EACH5B,EAAQ,SACT,GACC,OAAO4B,GACP,SACC,CACD,MAAMC,EAAS,CACd,aACCxkC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTokC,CAClB,EAEiBpkC,EAAQ,KACPokC,CAClB,EAEgBnkC,GACD,CACA,GACC,EACCkkC,IACC,WACDA,IACC,YAED,CACD,MAAME,EAAS,CACd,aACCzkC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,SACA,IACrB,EACiB,QACC,4CAClB,EAEiBoB,IACA,KAEAA,EAAU,CACTqkC,CAClB,EAEiBrkC,EAAQ,KACPqkC,CAClB,EAEgBpkC,GACD,CACD,CACA,GACCsiC,EAAQ,UACR,OACC,CACD,IAAI+B,EACH/B,EAAQ,QACT,GACC+B,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACjB,EACiB,CACD,UAAWC,KAASD,EAAS,CAC5B,MAAME,EACLvkC,EACD,GACC,OAAOskC,GACP,UAEA,GACC,CAACzlC,EACAylC,CACpB,EACoB,CACD,MAAME,EACL,CACC,aACC7kC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAC9B,EACqB,QACC,sCAGD,aACCiC,CACtB,EAEoBvkC,IACA,KAEAA,EACC,CACCykC,CACtB,EAEoBzkC,EAAQ,KACPykC,CACrB,EAEmBxkC,GACD,MACM,CACN,MAAMykC,EACL,CACC,aACC9kC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,iBACD,aACCiC,CACrB,EAEmBvkC,IACA,KAEAA,EACC,CACC0kC,CACrB,EAEmB1kC,EAAQ,KACP0kC,CACpB,EAEkBzkC,GACD,CACA,IAAI0kC,GACHH,IACAvkC,EACD,GACC,CAAC0kC,GACA,CACD,MAAMC,EACL,CACC,aACChlC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,6HACD,QACC,gBACD,OAAQ,CACP,aACCiC,CACtB,EACoB,QACC,6BACrB,EAEmBvkC,IACA,KAEAA,EACC,CACC4kC,CACrB,EAEmB5kC,EAAQ,KACP4kC,CACpB,EAEkB3kC,GACD,CACD,CACA,UAAW4kC,KAASP,EAAS,CAC5B,IAAIQ,EACHR,EACCO,CACnB,EACiB,GACC,OAAOC,GACP,UAEA,GACC,CAAChmC,EACAgmC,CACpB,EACoB,CACD,MAAMC,EACL,CACC,aACCnlC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACAuC,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAC9B,EACqB,QACC,qCAGtB,EAEoB7kC,IACA,KAEAA,EACC,CACC+kC,CACtB,EAEoB/kC,EAAQ,KACP+kC,CACrB,EAEmB9kC,GACD,MACM,CACN,MAAM+kC,EACL,CACC,aACCplC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACAuC,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACoB,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmB7kC,IACA,KAEAA,EACC,CACCglC,CACrB,EAEmBhlC,EAAQ,KACPglC,CACpB,EAEkB/kC,GACD,CACD,CACD,KAAO,CACN,MAAMglC,EAAS,CACd,aACCrlC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,oHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTilC,CAClB,EAEiBjlC,EAAQ,KACPilC,CAClB,EAEgBhlC,GACD,CACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,IAAI2C,EACH3C,EAAQ,KACT,GACC,OAAO2C,GACP,SACC,CACD,MAAMC,EAAS,CACd,aACCvlC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTmlC,CAClB,EAEiBnlC,EAAQ,KACPmlC,CAClB,EAEgBllC,GACD,CACA,GAECilC,IADA,QAEC,CACD,MAAME,EAAS,CACd,aACCxlC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,kHACD,QACC,QACD,OAAQ,CACP,aACC,OACnB,EACiB,QACC,2BAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTolC,CAClB,EAEiBplC,EAAQ,KACPolC,CAClB,EAEgBnlC,GACD,CACD,CACA,GACCsiC,EAAQ,SACR,OACC,CACD,IAAI8C,EACH9C,EAAQ,OACT,MAAM+C,EACLrlC,EACD,IAAIslC,EAAW,GACf,MAAMC,EACLvlC,EAEC+C,EACAqiC,EACA,CACC,aACCzlC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACCC,EACD,mBACC,SACD,SAAAxiC,CAClB,CACA,IAEgBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAC/B,EACgB/C,EACCD,EAAQ,QAEV,IAAIylC,GACHD,IACAvlC,EAID,GAHAslC,EACCA,GACAE,GACG,CAACF,EAAU,CACd,MAAMG,EACLzlC,EACD,GACColC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,EACkB,CACD,GACCA,EAAQ,aACR,OACC,CACD,MAAMM,EACL,CACC,aACC/lC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,+HACD,QACC,WACD,OAAQ,CACP,gBACC,YACtB,EACoB,QACC,0CAGrB,EAEmBtiC,IACA,KAEAA,EACC,CACC2lC,CACrB,EAEmB3lC,EAAQ,KACP2lC,CACpB,EAEkB1lC,GACD,CACA,UAAW2lC,KAASP,EACnB,GACC,CAACxmC,GAAM,KACND,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,WACFgnC,CACpB,EACoB,CACD,MAAMC,EACL,CACC,aACCjmC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2IACD,QACC,uBACD,OAAQ,CACP,mBACCsD,CACvB,EACqB,QACC,qCACtB,EAEoB5lC,IACA,KAEAA,EACC,CACC6lC,CACtB,EAEoB7lC,EAAQ,KACP6lC,CACrB,EAEmB5lC,GACD,CAED,GACColC,EAAQ,cACR,OACC,CACD,IAAIS,EACHT,EAAQ,YACT,GACC,EACC,OAAOS,GACN,UACD,SACCA,CACrB,GAEoB,CACD,MAAMC,EACL,CACC,aACCnmC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACD,WACC,kJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC+lC,CACtB,EAEoB/lC,EAAQ,KACP+lC,CACrB,EAEmB9lC,GACD,CACD,CACA,GACColC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMW,EACL,CACC,aACCpmC,EACA,kCACAs+B,EACA,YACAoE,EACA,oBACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCgmC,CACtB,EAEoBhmC,EAAQ,KACPgmC,CACrB,EAEmB/lC,GACD,CAED,GACColC,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMY,EACL,CACC,aACCrmC,EACA,kCACAs+B,EACA,YACAoE,EACA,uBACD,WACC,mJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCimC,CACtB,EAEoBjmC,EAAQ,KACPimC,CACrB,EAEmBhmC,GACD,CAED,GACColC,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMa,EACL,CACC,aACCtmC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACD,WACC,iJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCkmC,CACtB,EAEoBlmC,EAAQ,KACPkmC,CACrB,EAEmBjmC,GACD,CAED,GACColC,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMc,EACL,CACC,aACCvmC,EACA,kCACAs+B,EACA,YACAoE,EACA,uBACD,WACC,mJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCmmC,CACtB,EAEoBnmC,EAAQ,KACPmmC,CACrB,EAEmBlmC,GACD,CAED,GACColC,EAAQ,cACR,OACC,CACD,IAAIe,EACHf,EAAQ,YACT,GACC,OAAOe,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCzmC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACD,WACC,kJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCqmC,CACtB,EAEoBrmC,EAAQ,KACPqmC,CACrB,EAEmBpmC,GACD,CACA,GACC,EACCmmC,IACC,WACDA,IACC,WACDA,IACC,SACDA,IACC,cACDA,IACC,UACDA,IACC,WACDA,IACC,WACDA,IACC,SAED,CACD,MAAME,EACL,CACC,aACC1mC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACD,WACC,kJACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,WACA,YACA,IACzB,EACqB,QACC,4CACtB,EAEoBoB,IACA,KAEAA,EACC,CACCsmC,CACtB,EAEoBtmC,EAAQ,KACPsmC,CACrB,EAEmBrmC,GACD,CACD,CACA,GACColC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMkB,EACL,CACC,aACC3mC,EACA,kCACAs+B,EACA,YACAoE,EACA,oBACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCumC,CACtB,EAEoBvmC,EAAQ,KACPumC,CACrB,EAEmBtmC,GACD,CAED,GACColC,EAAQ,iBACR,OACC,CACD,IAAImB,EACHnB,EAAQ,eACT,GACC,OAAOmB,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC7mC,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACD,WACC,qJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCymC,CACtB,EAEoBzmC,EAAQ,KACPymC,CACrB,EAEmBxmC,GACD,CACA,GACC,EACCumC,IACC,QACDA,IACC,UAED,CACD,MAAME,EACL,CACC,aACC9mC,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACD,WACC,qJACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,WACA,eACA,IACzB,EACqB,QACC,4CACtB,EAEoBoB,IACA,KAEAA,EACC,CACC0mC,CACtB,EAEoB1mC,EAAQ,KACP0mC,CACrB,EAEmBzmC,GACD,CACD,CACA,GACColC,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMsB,EACL,CACC,aACC/mC,EACA,kCACAs+B,EACA,YACAoE,EACA,wBACD,WACC,oJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC2mC,CACtB,EAEoB3mC,EAAQ,KACP2mC,CACrB,EAEmB1mC,GACD,CAED,GACColC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMuB,EACL,CACC,aACChnC,EACA,kCACAs+B,EACA,YACAoE,EACA,oBACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC4mC,CACtB,EAEoB5mC,EAAQ,KACP4mC,CACrB,EAEmB3mC,GACD,CAED,GACColC,EAAQ,mBACR,QAGC,OAAOA,EAAQ,kBACf,SACC,CACD,MAAMwB,EACL,CACC,aACCjnC,EACA,kCACAs+B,EACA,YACAoE,EACA,2BACD,WACC,uJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC6mC,CACtB,EAEoB7mC,EAAQ,KACP6mC,CACrB,EAEmB5mC,GACD,CAED,GACColC,EAAQ,aACR,OACC,CACD,IAAIyB,EACHzB,EAAQ,WACT,GACC,EACC,OAAOyB,GACN,UACD,SACCA,CACrB,GAEoB,CACD,MAAMC,EACL,CACC,aACCnnC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACD,WACC,iJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC+mC,CACtB,EAEoB/mC,EAAQ,KACP+mC,CACrB,EAEmB9mC,GACD,CACD,CACA,GACColC,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,SACC,CACD,MAAM2B,EACL,CACC,aACCpnC,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACD,WACC,qJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCgnC,CACtB,EAEoBhnC,EAAQ,KACPgnC,CACrB,EAEmB/mC,GACD,CAED,GACColC,EAAQ,OACR,QAGC,OAAOA,EAAQ,MACf,SACC,CACD,MAAM4B,EACL,CACC,aACCrnC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,2IACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCinC,CACtB,EAEoBjnC,EAAQ,KACPinC,CACrB,EAEmBhnC,GACD,CAED,GACColC,EAAQ,gBACR,OACC,CACD,IAAI6B,EACH7B,EAAQ,cACT,GACC,MAAM,QACL6B,CACpB,EACoB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACtB,GACqB,SACC,CACD,MAAMC,EACL,CACC,aACCznC,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACA8E,EACD,WACC,0JACD,QACC,OACD,OAAQ,CACP,KAAM,QAC9B,EACuB,QACC,gBACxB,EAEsBpnC,IACA,KAEAA,EACC,CACCqnC,CACxB,EAEsBrnC,EAAQ,KACPqnC,CACvB,EAEqBpnC,GACD,CAEF,KAAO,CACN,MAAMqnC,EACL,CACC,aACC1nC,EACA,kCACAs+B,EACA,YACAoE,EACA,wBACD,WACC,oJACD,QACC,OACD,OAAQ,CACP,KAAM,OAC5B,EACqB,QACC,eACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCsnC,CACtB,EAEoBtnC,EAAQ,KACPsnC,CACrB,EAEmBrnC,GACD,CACD,CACA,GACColC,EAAQ,YACR,OACC,CACD,IAAIkC,EACHlC,EAAQ,UACT,GACC,MAAM,QACLkC,CACpB,EACoB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACtB,GACqB,SACC,CACD,MAAMC,EACL,CACC,aACC9nC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACAmF,EACD,WACC,sJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC9B,EACuB,QACC,gBACxB,EAEsBznC,IACA,KAEAA,EACC,CACC0nC,CACxB,EAEsB1nC,EAAQ,KACP0nC,CACvB,EAEqBznC,GACD,CAEF,KAAO,CACN,MAAM0nC,EACL,CACC,aACC/nC,EACA,kCACAs+B,EACA,YACAoE,EACA,oBACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,OAC5B,EACqB,QACC,eACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC2nC,CACtB,EAEoB3nC,EAAQ,KACP2nC,CACrB,EAEmB1nC,GACD,CACD,CACA,GACColC,EAAQ,YACR,OACC,CACD,IAAIuC,EACHvC,EAAQ,UACT,GACCuC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACpB,EAEmB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CACtB,EACoB,GACC,MAAM,QACLC,CACtB,EACsB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CACxB,GACuB,SACC,CACD,MAAMC,EACL,CACC,aACCroC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACAuF,EACE,QACA,KACA,IAC5B,EAC4B,QACA,MACA,IAC5B,EAC0B,IACAG,EACD,WACC,2KACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwBhoC,IACA,KAEAA,EACC,CACCioC,CAC1B,EAEwBjoC,EAAQ,KACPioC,CACzB,EAEuBhoC,GACD,CAEF,KAAO,CACN,MAAMioC,EACL,CACC,aACCtoC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACAuF,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACuB,WACC,qKACD,QACC,OACD,OAAQ,CACP,KAAM,OAC9B,EACuB,QACC,eACxB,EAEsB7nC,IACA,KAEAA,EACC,CACCkoC,CACxB,EAEsBloC,EAAQ,KACPkoC,CACvB,EAEqBjoC,GACD,CACD,KACM,CACN,MAAMkoC,EACL,CACC,aACCvoC,EACA,kCACAs+B,EACA,YACAoE,EACA,oBACD,WACC,gJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCmoC,CACtB,EAEoBnoC,EAAQ,KACPmoC,CACrB,EAEmBloC,GACD,CACD,CACA,GACColC,EAAQ,aACR,OACC,CACD,IAAI+C,EACH/C,EAAQ,WACT,GACC+C,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACpB,EAEmB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CACtB,EACoB,MAAME,EACLtoC,EACD,IAAIuoC,EAAW,GACf,MAAMC,EACLxoC,EACD,GACC,OAAOqoC,GACP,SACC,CACD,MAAMI,EACL,CACC,aACC9oC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACuB,WACC,8KACD,QACC,OACD,OAAQ,CACP,KAAM,QAC9B,EACuB,QACC,gBACxB,EAEsBroC,IACA,KAEAA,EACC,CACC0oC,CACxB,EAEsB1oC,EAAQ,KACP0oC,CACvB,EAEqBzoC,GACD,CACA,IAAI0oC,GACHF,IACAxoC,EAID,GAHAuoC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMI,EACL3oC,EACD,GACC,OAAOqoC,GACP,UACC,CACD,MAAMO,GACL,CACC,aACCjpC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC3B,EAC2B,QACA,MACA,IAC3B,EACwB,WACC,8KACD,QACC,OACD,OAAQ,CACP,KAAM,SAC/B,EACwB,QACC,iBACzB,EAEuBroC,IACA,KAEAA,EACC,CACC6oC,EACzB,EAEuB7oC,EAAQ,KACP6oC,EACxB,EAEsB5oC,GACD,CACA,IAAI0oC,GACHC,IACA3oC,EAID,GAHAuoC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMM,GACL7oC,EACD,GACC,EACC,OAAOqoC,GACN,UACD,SACCA,CACzB,GAEwB,CACD,MAAMS,EACL,CACC,aACCnpC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC5B,EAC4B,QACA,MACA,IAC5B,EACyB,WACC,8KACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwBroC,IACA,KAEAA,EACC,CACC+oC,CAC1B,EAEwB/oC,EAAQ,KACP+oC,CACzB,EAEuB9oC,GACD,CACA,IAAI0oC,GACHG,KACA7oC,EAID,GAHAuoC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMQ,EACL/oC,EACD,GACC,MAAM,QACLqoC,CACzB,EACyB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EACAD,EACAC,IAGExmC,EACA4lC,EACCY,CAC5B,EAC2B,CACC,aACCtpC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC/B,EAC+B,QACA,MACA,IAC/B,EAC6B,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAAnpC,CAC5B,CACA,IAE0BC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACzC,EAC0BzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAMmpC,EACL,CACC,aACCvpC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC7B,EAC6B,QACA,MACA,IAC7B,EAC0B,WACC,8KACD,QACC,OACD,OAAQ,CACP,KAAM,OACjC,EAC0B,QACC,eAC3B,EAEyBroC,IACA,KAEAA,EACC,CACCmpC,CAC3B,EAEyBnpC,EAAQ,KACPmpC,CAC1B,EAEwBlpC,GACD,CACA,IAAI0oC,GACHK,IACA/oC,EAID,GAHAuoC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMY,EACLnpC,EACD,GACCqoC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAC1B,EAEyB,UAAWe,KAASf,EAEjB5lC,EACA4lC,EACCe,CAC7B,EAC4B,CACC,aACCzpC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAChC,EACgC,QACA,MACA,IAChC,EAC8B,IACAgB,EACE,QACA,KACA,IAChC,EACgC,QACA,MACA,IAChC,EAC6B,WACCf,EACD,mBACCe,EACD,SAAAtpC,CAC7B,CACA,IAE2BC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAC1C,EAC2BzC,EACCD,EAAQ,YAGL,CACN,MAAMspC,EACL,CACC,aACC1pC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC9B,EAC8B,QACA,MACA,IAC9B,EAC2B,WACC,8KACD,QACC,OACD,OAAQ,CACP,KAAM,QAClC,EAC2B,QACC,gBAC5B,EAE0BroC,IACA,KAEAA,EACC,CACCspC,CAC5B,EAE0BtpC,EAAQ,KACPspC,CAC3B,EAEyBrpC,GACD,CACA,IAAI0oC,GACHS,IACAnpC,EACDuoC,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GACEH,EA2CDvoC,EACCsoC,EAEAvoC,IACA,OAGCuoC,EAEAvoC,EAAQ,OACPuoC,EAEDvoC,EACC,UAvDF,CACD,MAAMupC,EACL,CACC,aACC3pC,EACA,kCACAs+B,EACA,YACAoE,EACA,sBACA+F,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACuB,WACC,uKACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACxB,EAEsBroC,IACA,KAEAA,EACC,CACCupC,CACxB,EAEsBvpC,EAAQ,KACPupC,CACvB,EAEqBtpC,GACD,CAkBD,KACM,CACN,MAAMupC,EACL,CACC,aACC5pC,EACA,kCACAs+B,EACA,YACAoE,EACA,qBACD,WACC,iJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCwpC,CACtB,EAEoBxpC,EAAQ,KACPwpC,CACrB,EAEmBvpC,GACD,CACD,CACA,GACColC,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMoE,EACL,CACC,aACC7pC,EACA,kCACAs+B,EACA,YACAoE,EACA,wBACD,WACC,oJACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBtiC,IACA,KAEAA,EACC,CACCypC,CACtB,EAEoBzpC,EAAQ,KACPypC,CACrB,EAEmBxpC,GACD,CAEF,KAAO,CACN,MAAMypC,EACL,CACC,aACC9pC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACC0pC,CACpB,EAEkB1pC,EAAQ,KACP0pC,CACnB,EAEiBzpC,GACD,CACA,IAAIwlC,GACHC,IACAzlC,EAID,GAHAslC,EACCA,GACAE,GACG,CAACF,EAAU,CACd,MAAMoE,EACL1pC,EACD,GACC,MAAM,QACLolC,CACnB,EACmB,CACD,MAAMuE,EACLvE,EAAQ,OACT,QACKwE,EAAM,EACVA,EACAD,EACAC,IACC,CACD,IAAIC,EACHzE,EACCwE,CACrB,EACmB,MAAME,EACL9pC,EACD,IAAI+pC,EAAW,GACf,MAAMC,GACLhqC,EAEC+C,EACA8mC,EACA,CACC,aACClqC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACD,WACCxE,EACD,mBACCwE,EACD,SAAA9pC,CACtB,CACA,IAEoBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACnC,EACoB/C,EACCD,EAAQ,QAEV,IAAIkqC,GACHD,KACAhqC,EAID,GAHA+pC,EACCA,GACAE,GAEA,CAACF,EACA,CACD,MAAMG,GACLlqC,EACD,GACC6pC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACtB,EACsB,CACD,GACCA,EAAQ,aACR,OACC,CACD,MAAMM,EACL,CACC,aACCxqC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACD,WACC,6IACD,QACC,WACD,OAAQ,CACP,gBACC,YAC1B,EACwB,QACC,0CAGzB,EAEuB7pC,IACA,KAEAA,EACC,CACCoqC,CACzB,EAEuBpqC,EAAQ,KACPoqC,CACxB,EAEsBnqC,GACD,CACA,UAAWoqC,KAASP,EACnB,GACC,CAACjrC,GAAM,KACND,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACFyrC,CACxB,EACwB,CACD,MAAMC,EACL,CACC,aACC1qC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACD,WACC,yJACD,QACC,uBACD,OAAQ,CACP,mBACCQ,CAC3B,EACyB,QACC,qCAC1B,EAEwBrqC,IACA,KAEAA,EACC,CACCsqC,CAC1B,EAEwBtqC,EAAQ,KACPsqC,CACzB,EAEuBrqC,GACD,CAED,GACC6pC,EAAQ,cACR,OACC,CACD,IAAIS,EACHT,EAAQ,YACT,GACC,EACC,OAAOS,GACN,UACD,SACCA,CACzB,GAEwB,CACD,MAAMC,EACL,CACC,aACC5qC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACD,WACC,gKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCwqC,CAC1B,EAEwBxqC,EAAQ,KACPwqC,CACzB,EAEuBvqC,GACD,CACD,CACA,GACC6pC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMW,EACL,CACC,aACC7qC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,aACD,WACC,8JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCyqC,CAC1B,EAEwBzqC,EAAQ,KACPyqC,CACzB,EAEuBxqC,GACD,CAED,GACC6pC,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMY,EACL,CACC,aACC9qC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,gBACD,WACC,iKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC0qC,CAC1B,EAEwB1qC,EAAQ,KACP0qC,CACzB,EAEuBzqC,GACD,CAED,GACC6pC,EAAQ,aACR,QAGC,OAAOA,EAAQ,YACf,SACC,CACD,MAAMa,EACL,CACC,aACC/qC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACD,WACC,+JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC2qC,CAC1B,EAEwB3qC,EAAQ,KACP2qC,CACzB,EAEuB1qC,GACD,CAED,GACC6pC,EAAQ,eACR,QAGC,OAAOA,EAAQ,cACf,SACC,CACD,MAAMc,EACL,CACC,aACChrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,gBACD,WACC,iKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC4qC,CAC1B,EAEwB5qC,EAAQ,KACP4qC,CACzB,EAEuB3qC,GACD,CAED,GACC6pC,EAAQ,cACR,OACC,CACD,IAAIe,EACHf,EAAQ,YACT,GACC,OAAOe,GACP,SACC,CACD,MAAMC,EACL,CACC,aACClrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACD,WACC,gKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC8qC,CAC1B,EAEwB9qC,EAAQ,KACP8qC,CACzB,EAEuB7qC,GACD,CACA,GACC,EACC4qC,IACC,WACDA,IACC,WACDA,IACC,SACDA,IACC,cACDA,IACC,UACDA,IACC,WACDA,IACC,WACDA,IACC,SAED,CACD,MAAME,EACL,CACC,aACCnrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACD,WACC,gKACD,QACC,OACD,OAAQ,CACP,cACCjrC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACA,YACA,IAC7B,EACyB,QACC,4CAC1B,EAEwBoB,IACA,KAEAA,EACC,CACC+qC,CAC1B,EAEwB/qC,EAAQ,KACP+qC,CACzB,EAEuB9qC,GACD,CACD,CACA,GACC6pC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMkB,EACL,CACC,aACCprC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,aACD,WACC,8JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCgrC,CAC1B,EAEwBhrC,EAAQ,KACPgrC,CACzB,EAEuB/qC,GACD,CAED,GACC6pC,EAAQ,iBACR,OACC,CACD,IAAImB,EACHnB,EAAQ,eACT,GACC,OAAOmB,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCtrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,kBACD,WACC,mKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCkrC,CAC1B,EAEwBlrC,EAAQ,KACPkrC,CACzB,EAEuBjrC,GACD,CACA,GACC,EACCgrC,IACC,QACDA,IACC,UAED,CACD,MAAME,EACL,CACC,aACCvrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,kBACD,WACC,mKACD,QACC,OACD,OAAQ,CACP,cACCjrC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,OACA,MAAM,CAAC,EACP,MACA,MAAM,CAAC,EACP,WACA,eACA,IAC7B,EACyB,QACC,4CAC1B,EAEwBoB,IACA,KAEAA,EACC,CACCmrC,CAC1B,EAEwBnrC,EAAQ,KACPmrC,CACzB,EAEuBlrC,GACD,CACD,CACA,GACC6pC,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMsB,EACL,CACC,aACCxrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,iBACD,WACC,kKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCorC,CAC1B,EAEwBprC,EAAQ,KACPorC,CACzB,EAEuBnrC,GACD,CAED,GACC6pC,EAAQ,YACR,QAGC,OAAOA,EAAQ,WACf,SACC,CACD,MAAMuB,EACL,CACC,aACCzrC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,aACD,WACC,8JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCqrC,CAC1B,EAEwBrrC,EAAQ,KACPqrC,CACzB,EAEuBprC,GACD,CAED,GACC6pC,EAAQ,mBACR,QAGC,OAAOA,EAAQ,kBACf,SACC,CACD,MAAMwB,EACL,CACC,aACC1rC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,oBACD,WACC,qKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCsrC,CAC1B,EAEwBtrC,EAAQ,KACPsrC,CACzB,EAEuBrrC,GACD,CAED,GACC6pC,EAAQ,aACR,OACC,CACD,IAAIyB,EACHzB,EAAQ,WACT,GACC,EACC,OAAOyB,GACN,UACD,SACCA,CACzB,GAEwB,CACD,MAAMC,EACL,CACC,aACC5rC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACD,WACC,+JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCwrC,CAC1B,EAEwBxrC,EAAQ,KACPwrC,CACzB,EAEuBvrC,GACD,CACD,CACA,GACC6pC,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,SACC,CACD,MAAM2B,EACL,CACC,aACC7rC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,kBACD,WACC,mKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCyrC,CAC1B,EAEwBzrC,EAAQ,KACPyrC,CACzB,EAEuBxrC,GACD,CAED,GACC6pC,EAAQ,OACR,QAGC,OAAOA,EAAQ,MACf,SACC,CACD,MAAM4B,EACL,CACC,aACC9rC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,QACD,WACC,yJACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC0rC,CAC1B,EAEwB1rC,EAAQ,KACP0rC,CACzB,EAEuBzrC,GACD,CAED,GACC6pC,EAAQ,gBACR,OACC,CACD,IAAI6B,EACH7B,EAAQ,cACT,GACC,MAAM,QACL6B,CACxB,EACwB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CAC1B,GACyB,SACC,CACD,MAAMC,EACL,CACC,aACClsC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,kBACAgC,EACD,WACC,wKACD,QACC,OACD,OAAQ,CACP,KAAM,QAClC,EAC2B,QACC,gBAC5B,EAE0B7rC,IACA,KAEAA,EACC,CACC8rC,CAC5B,EAE0B9rC,EAAQ,KACP8rC,CAC3B,EAEyB7rC,GACD,CAEF,KAAO,CACN,MAAM8rC,EACL,CACC,aACCnsC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,iBACD,WACC,kKACD,QACC,OACD,OAAQ,CACP,KAAM,OAChC,EACyB,QACC,eAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC+rC,CAC1B,EAEwB/rC,EAAQ,KACP+rC,CACzB,EAEuB9rC,GACD,CACD,CACA,GACC6pC,EAAQ,YACR,OACC,CACD,IAAIkC,EACHlC,EAAQ,UACT,GACC,MAAM,QACLkC,CACxB,EACwB,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CAC1B,GACyB,SACC,CACD,MAAMC,EACL,CACC,aACCvsC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACAqC,EACD,WACC,oKACD,QACC,OACD,OAAQ,CACP,KAAM,QAClC,EAC2B,QACC,gBAC5B,EAE0BlsC,IACA,KAEAA,EACC,CACCmsC,CAC5B,EAE0BnsC,EAAQ,KACPmsC,CAC3B,EAEyBlsC,GACD,CAEF,KAAO,CACN,MAAMmsC,EACL,CACC,aACCxsC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,aACD,WACC,8JACD,QACC,OACD,OAAQ,CACP,KAAM,OAChC,EACyB,QACC,eAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCosC,CAC1B,EAEwBpsC,EAAQ,KACPosC,CACzB,EAEuBnsC,GACD,CACD,CACA,GACC6pC,EAAQ,YACR,OACC,CACD,IAAIuC,EACHvC,EAAQ,UACT,GACCuC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACxB,EAEuB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CAC1B,EACwB,GACC,MAAM,QACLC,CAC1B,EAC0B,CACD,MAAMC,EACLD,EAAQ,OACT,QACKE,EAAM,EACVA,EACAD,EACAC,IAEA,GACC,OAAOF,EACNE,CAC5B,GAC2B,SACC,CACD,MAAMC,GACL,CACC,aACC9sC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACAyC,EACE,QACA,KACA,IAChC,EACgC,QACA,MACA,IAChC,EAC8B,IACAG,EACD,WACC,yLACD,QACC,OACD,OAAQ,CACP,KAAM,QACpC,EAC6B,QACC,gBAC9B,EAE4BzsC,IACA,KAEAA,EACC,CACC0sC,EAC9B,EAE4B1sC,EAAQ,KACP0sC,EAC7B,EAE2BzsC,GACD,CAEF,KAAO,CACN,MAAM0sC,EACL,CACC,aACC/sC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACAyC,EACE,QACA,KACA,IAC9B,EAC8B,QACA,MACA,IAC9B,EAC2B,WACC,mLACD,QACC,OACD,OAAQ,CACP,KAAM,OAClC,EAC2B,QACC,eAC5B,EAE0BtsC,IACA,KAEAA,EACC,CACC2sC,CAC5B,EAE0B3sC,EAAQ,KACP2sC,CAC3B,EAEyB1sC,GACD,CACD,KACM,CACN,MAAM2sC,EACL,CACC,aACChtC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,aACD,WACC,8JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACC4sC,CAC1B,EAEwB5sC,EAAQ,KACP4sC,CACzB,EAEuB3sC,GACD,CACD,CACA,GACC6pC,EAAQ,aACR,OACC,CACD,IAAI+C,EACH/C,EAAQ,WACT,GACC+C,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACxB,EAEuB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EACHF,EACCC,CAC1B,EACwB,MAAME,EACL/sC,EACD,IAAIgtC,EAAW,GACf,MAAMC,GACLjtC,EACD,GACC,OAAO8sC,GACP,SACC,CACD,MAAMI,GACL,CACC,aACCvtC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IAC9B,EAC8B,QACA,MACA,IAC9B,EAC2B,WACC,4LACD,QACC,OACD,OAAQ,CACP,KAAM,QAClC,EAC2B,QACC,gBAC5B,EAE0B9sC,IACA,KAEAA,EACC,CACCmtC,EAC5B,EAE0BntC,EAAQ,KACPmtC,EAC3B,EAEyBltC,GACD,CACA,IAAImtC,GACHF,KACAjtC,EAID,GAHAgtC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMI,GACLptC,EACD,GACC,OAAO8sC,GACP,UACC,CACD,MAAMO,GACL,CACC,aACC1tC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IAC/B,EAC+B,QACA,MACA,IAC/B,EAC4B,WACC,4LACD,QACC,OACD,OAAQ,CACP,KAAM,SACnC,EAC4B,QACC,iBAC7B,EAE2B9sC,IACA,KAEAA,EACC,CACCstC,EAC7B,EAE2BttC,EAAQ,KACPstC,EAC5B,EAE0BrtC,GACD,CACA,IAAImtC,GACHC,KACAptC,EAID,GAHAgtC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMM,GACLttC,EACD,GACC,EACC,OAAO8sC,GACN,UACD,SACCA,CAC7B,GAE4B,CACD,MAAMS,GACL,CACC,aACC5tC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IAChC,EACgC,QACA,MACA,IAChC,EAC6B,WACC,4LACD,QACC,OACD,OAAQ,CACP,KAAM,QACpC,EAC6B,QACC,gBAC9B,EAE4B9sC,IACA,KAEAA,EACC,CACCwtC,EAC9B,EAE4BxtC,EAAQ,KACPwtC,EAC7B,EAE2BvtC,GACD,CACA,IAAImtC,GACHG,KACAttC,EAID,GAHAgtC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMQ,GACLxtC,EACD,GACC,MAAM,QACL8sC,CAC7B,EAC6B,CACD,MAAMW,GACLX,EAAQ,OACT,QACKY,GAAM,EACVA,GACAD,GACAC,KAGEjrC,EACAqqC,EACCY,EAChC,EAC+B,CACC,aACC/tC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IACnC,EACmC,QACA,MACA,IACnC,EACiC,IACAa,GACD,WACCZ,EACD,mBACCY,GACD,SAAA5tC,CAChC,CACA,IAE8BC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAC7C,EAC8BzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM4tC,GACL,CACC,aACChuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IACjC,EACiC,QACA,MACA,IACjC,EAC8B,WACC,4LACD,QACC,OACD,OAAQ,CACP,KAAM,OACrC,EAC8B,QACC,eAC/B,EAE6B9sC,IACA,KAEAA,EACC,CACC4tC,EAC/B,EAE6B5tC,EAAQ,KACP4tC,EAC9B,EAE4B3tC,GACD,CACA,IAAImtC,GACHK,KACAxtC,EAID,GAHAgtC,EACCA,GACAG,GAEA,CAACH,EACA,CACD,MAAMY,GACL5tC,EACD,GACC8sC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAC9B,EAE6B,UAAWe,MAASf,EAEjBrqC,EACAqqC,EACCe,EACjC,EACgC,CACC,aACCluC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IACpC,EACoC,QACA,MACA,IACpC,EACkC,IACAgB,GACE,QACA,KACA,IACpC,EACoC,QACA,MACA,IACpC,EACiC,WACCf,EACD,mBACCe,GACD,SAAA/tC,CACjC,CACA,IAE+BC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAC9C,EAC+BzC,EACCD,EAAQ,YAGL,CACN,MAAM+tC,GACL,CACC,aACCnuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IAClC,EACkC,QACA,MACA,IAClC,EAC+B,WACC,4LACD,QACC,OACD,OAAQ,CACP,KAAM,QACtC,EAC+B,QACC,gBAChC,EAE8B9sC,IACA,KAEAA,EACC,CACC+tC,EAChC,EAE8B/tC,EAAQ,KACP+tC,EAC/B,EAE6B9tC,GACD,CACA,IAAImtC,GACHS,KACA5tC,EACDgtC,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GACEH,EA6CDhtC,EACC+sC,EAEAhtC,IACA,OAGCgtC,EAEAhtC,EAAQ,OACPgtC,EAEDhtC,EACC,UAzDF,CACD,MAAMguC,GACL,CACC,aACCpuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,eACAiD,EACE,QACA,KACA,IAC9B,EAC8B,QACA,MACA,IAC9B,EAC2B,WACC,qLACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BAC5B,EAE0B9sC,IACA,KAEAA,EACC,CACCguC,EAC5B,EAE0BhuC,EAAQ,KACPguC,EAC3B,EAEyB/tC,GACD,CAkBD,KACM,CACN,MAAMguC,EACL,CACC,aACCruC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,cACD,WACC,+JACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCiuC,CAC1B,EAEwBjuC,EAAQ,KACPiuC,CACzB,EAEuBhuC,GACD,CACD,CACA,GACC6pC,EAAQ,gBACR,QAGC,OAAOA,EAAQ,eACf,SACC,CACD,MAAMoE,EACL,CACC,aACCtuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACA,iBACD,WACC,kKACD,QACC,OACD,OAAQ,CACP,KAAM,QAChC,EACyB,QACC,gBAC1B,EAEwB7pC,IACA,KAEAA,EACC,CACCkuC,CAC1B,EAEwBluC,EAAQ,KACPkuC,CACzB,EAEuBjuC,GACD,CAEF,KAAO,CACN,MAAMkuC,EACL,CACC,aACCvuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACD,WACC,yIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC9B,EACuB,QACC,gBACxB,EAEsB7pC,IACA,KAEAA,EACC,CACCmuC,CACxB,EAEsBnuC,EAAQ,KACPmuC,CACvB,EAEqBluC,GACD,CACA,IAAIiqC,GACHC,KACAlqC,EACD+pC,EACCA,GACAE,EACF,CACA,GACEF,EAmCD/pC,EACC8pC,EAEA/pC,IACA,OAGC+pC,EAEA/pC,EAAQ,OACP+pC,EAED/pC,EACC,UA/CF,CACD,MAAMouC,GACL,CACC,aACCxuC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAuH,EACD,WACC,kIACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACvB,EAEqB7pC,IACA,KAEAA,EACC,CACCouC,EACvB,EAEqBpuC,EAAQ,KACPouC,EACtB,EAEoBnuC,GACD,CAkBD,CACD,KAAO,CACN,MAAMouC,EACL,CACC,aACCzuC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,OAC3B,EACoB,QACC,eACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCquC,CACrB,EAEmBruC,EAAQ,KACPquC,CACpB,EAEkBpuC,GACD,CACA,IAAIwlC,GACHkE,IACA1pC,EACDslC,EACCA,GACAE,EACF,CACD,CACA,GAAKF,EA+BJtlC,EACCqlC,EAEAtlC,IACA,OAGCslC,EAEAtlC,EAAQ,OACPslC,EAEDtlC,EACC,UA5CW,CACd,MAAMsuC,EAAS,CACd,aACC1uC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,oHACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTsuC,CAClB,EAEiBtuC,EAAQ,KACPsuC,CAClB,EAEgBruC,GACD,CAkBD,CACD,KAAO,CACN,MAAMsuC,EAAS,CACd,aACC3uC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iGACD,QAAS,OACT,OAAQ,CACP,KAAM,QACtB,EACe,QACC,gBAChB,EACkBtiC,IAAY,KACfA,EAAU,CAACuuC,CAAM,EAEjBvuC,EAAQ,KACPuuC,CAChB,EAEctuC,GACD,CACA,IAAI4jC,GACHC,IAAa7jC,EAGd,GAFAwiC,EACCA,GAAYoB,GACT,CAACpB,EAAU,CACd,MAAM+L,EACLvuC,EACD,GACCsiC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAChB,EACgB,CACD,GACCA,EAAQ,aACR,OACC,CACD,MAAMkM,EAAS,CACd,aACC7uC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,YACnB,EACiB,QACC,0CAGlB,EAEiBtiC,IACA,KAEAA,EAAU,CACTyuC,CAClB,EAEiBzuC,EAAQ,KACPyuC,CAClB,EAEgBxuC,GACD,CACA,GACCsiC,EAAQ,cACR,OACC,CACD,MAAMmM,EAAS,CACd,aACC9uC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,aACnB,EACiB,QACC,2CAGlB,EAEiBtiC,IACA,KAEAA,EAAU,CACT0uC,CAClB,EAEiB1uC,EAAQ,KACP0uC,CAClB,EAEgBzuC,GACD,CACA,GACCsiC,EAAQ,SACR,OACC,CACD,MAAMoM,EAAS,CACd,aACC/uC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,QACnB,EACiB,QACC,sCAGlB,EAEiBtiC,IACA,KAEAA,EAAU,CACT2uC,CAClB,EAEiB3uC,EAAQ,KACP2uC,CAClB,EAEgB1uC,GACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,MAAMqM,EAAS,CACd,aACChvC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,MACnB,EACiB,QACC,oCAGlB,EAEiBtiC,IACA,KAEAA,EAAU,CACT4uC,CAClB,EAEiB5uC,EAAQ,KACP4uC,CAClB,EAEgB3uC,GACD,CACA,UAAW4uC,KAAStM,EACnB,GACC,CAAC1jC,GAAM,KACND,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACFiwC,CAClB,EACkB,CACD,MAAMC,EACL,CACC,aACClvC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iHACD,QACC,uBACD,OAAQ,CACP,mBACCuM,CACrB,EACmB,QACC,qCACpB,EAEkB7uC,IACA,KAEAA,EACC,CACC8uC,CACpB,EAEkB9uC,EAAQ,KACP8uC,CACnB,EAEiB7uC,GACD,CAED,GACCsiC,EAAQ,cACR,OACC,CACD,IAAIwM,EACHxM,EAAQ,YACT,GACC,OAAOwM,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCpvC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,wHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCgvC,CACpB,EAEkBhvC,EAAQ,KACPgvC,CACnB,EAEiB/uC,GACD,CACA,GAEC8uC,IADA,MAEC,CACD,MAAME,EACL,CACC,aACCrvC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,yHACD,QACC,QACD,OAAQ,CACP,aACC,KACrB,EACmB,QACC,2BACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCivC,CACpB,EAEkBjvC,EAAQ,KACPivC,CACnB,EAEiBhvC,GACD,CACD,CACA,GACCsiC,EAAQ,aACR,OACC,CACD,IAAI2M,EACH3M,EAAQ,WACT,GACC2M,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,GAEiB,UAAWC,KAASD,EACnB,GACC,OAAOA,EACNC,CACpB,GACmB,SACC,CACD,MAAMC,EACL,CACC,aACCxvC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACA6M,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACC,4IACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBnvC,IACA,KAEAA,EACC,CACCovC,CACtB,EAEoBpvC,EAAQ,KACPovC,CACrB,EAEmBnvC,GACD,MAEK,CACN,MAAMovC,EACL,CACC,aACCzvC,EACA,kCACAs+B,EACA,YACAoE,EACA,cACD,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCqvC,CACpB,EAEkBrvC,EAAQ,KACPqvC,CACnB,EAEiBpvC,GACD,CACD,CACA,GACCsiC,EAAQ,WACR,OACC,CACD,IAAI+M,EACH/M,EAAQ,SACT,GACC,OAAO+M,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC3vC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCuvC,CACpB,EAEkBvvC,EAAQ,KACPuvC,CACnB,EAEiBtvC,GACD,CACA,GACC,EACCqvC,IACC,WACDA,IACC,YAED,CACD,MAAME,EACL,CACC,aACC5vC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,SACA,IACvB,EACmB,QACC,4CACpB,EAEkBoB,IACA,KAEAA,EACC,CACCwvC,CACpB,EAEkBxvC,EAAQ,KACPwvC,CACnB,EAEiBvvC,GACD,CACD,CACA,GACCsiC,EAAQ,UACR,OACC,CACD,IAAIkN,EACHlN,EAAQ,QACT,GACCkN,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,EACkB,CACD,UAAWC,KAASD,EAAS,CAC5B,MAAME,EACL1vC,EACD,GACC,OAAOyvC,GACP,UAEA,GACC,CAAC5wC,EACA4wC,CACrB,EACqB,CACD,MAAME,EACL,CACC,aACChwC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAC/B,EACsB,QACC,sCAGD,aACCoN,CACvB,EAEqB1vC,IACA,KAEAA,EACC,CACC4vC,CACvB,EAEqB5vC,EAAQ,KACP4vC,CACtB,EAEoB3vC,GACD,MACM,CACN,MAAM4vC,EACL,CACC,aACCjwC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,iBACD,aACCoN,CACtB,EAEoB1vC,IACA,KAEAA,EACC,CACC6vC,CACtB,EAEoB7vC,EAAQ,KACP6vC,CACrB,EAEmB5vC,GACD,CACA,IAAI6vC,GACHH,IACA1vC,EACD,GACC,CAAC6vC,GACA,CACD,MAAMC,EACL,CACC,aACCnwC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,6HACD,QACC,gBACD,OAAQ,CACP,aACCoN,CACvB,EACqB,QACC,6BACtB,EAEoB1vC,IACA,KAEAA,EACC,CACC+vC,CACtB,EAEoB/vC,EAAQ,KACP+vC,CACrB,EAEmB9vC,GACD,CACD,CACA,UAAW+vC,KAASP,EAAS,CAC5B,IAAIQ,EACHR,EACCO,CACpB,EACkB,GACC,OAAOC,GACP,UAEA,GACC,CAACnxC,EACAmxC,CACrB,EACqB,CACD,MAAMC,EACL,CACC,aACCtwC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACA0N,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAC/B,EACsB,QACC,qCAGvB,EAEqBhwC,IACA,KAEAA,EACC,CACCkwC,CACvB,EAEqBlwC,EAAQ,KACPkwC,CACtB,EAEoBjwC,GACD,MACM,CACN,MAAMkwC,EACL,CACC,aACCvwC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACA0N,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC5B,EACqB,QACC,gBACtB,EAEoBhwC,IACA,KAEAA,EACC,CACCmwC,CACtB,EAEoBnwC,EAAQ,KACPmwC,CACrB,EAEmBlwC,GACD,CACD,CACD,KAAO,CACN,MAAMmwC,EACL,CACC,aACCxwC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,oHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCowC,CACpB,EAEkBpwC,EAAQ,KACPowC,CACnB,EAEiBnwC,GACD,CACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,IAAI8N,EACH9N,EAAQ,KACT,GACC,OAAO8N,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC1wC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCswC,CACpB,EAEkBtwC,EAAQ,KACPswC,CACnB,EAEiBrwC,GACD,CACA,GAECowC,IADA,MAEC,CACD,MAAME,EACL,CACC,aACC3wC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,kHACD,QACC,QACD,OAAQ,CACP,aACC,KACrB,EACmB,QACC,2BACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCuwC,CACpB,EAEkBvwC,EAAQ,KACPuwC,CACnB,EAEiBtwC,GACD,CACD,CACA,GACCsiC,EAAQ,SACR,OACC,CACD,IAAIiO,EACHjO,EAAQ,OACT,MAAMkO,EACLxwC,EACD,IAAIywC,EAAW,GACf,MAAMC,EACL1wC,EAEC+C,EACAwtC,EACA,CACC,aACC5wC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACCC,EACD,mBACC,SACD,SAAAxiC,CACnB,CACA,IAEiBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAChC,EACiB/C,EACCD,EAAQ,QAEV,IAAI4wC,GACHD,IACA1wC,EAID,GAHAywC,EACCA,GACAE,GACG,CAACF,EAAU,CACd,MAAMG,EACL5wC,EACD,GACC,MAAM,QACLuwC,CACnB,EACmB,CACD,MAAMM,EACLN,EAAQ,OACT,QACKO,EAAM,EACVA,EACAD,EACAC,IAGE/tC,EACAwtC,EACCO,CACtB,EACqB,CACC,aACCnxC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAyO,EACD,WACCP,EACD,mBACCO,EACD,SAAAhxC,CACtB,CACA,IAEoBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACnC,EACoB/C,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAMgxC,EACL,CACC,aACCpxC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,OAC3B,EACoB,QACC,eACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCgxC,CACrB,EAEmBhxC,EAAQ,KACPgxC,CACpB,EAEkB/wC,GACD,CACA,IAAI2wC,GACHC,IACA5wC,EACDywC,EACCA,GACAE,EACF,CACA,GAAKF,EAiCJzwC,EACCwwC,EAEAzwC,IACA,OAGCywC,EAEAzwC,EAAQ,OACPywC,EAEDzwC,EACC,UA9CW,CACd,MAAMixC,EACL,CACC,aACCrxC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,oHACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCixC,CACpB,EAEkBjxC,EAAQ,KACPixC,CACnB,EAEiBhxC,GACD,CAkBD,CACA,GACCsiC,EAAQ,eACR,OACC,CACD,IAAI2O,EACH3O,EAAQ,aACT,GACC,OAAO2O,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCvxC,EACA,kCACAs+B,EACA,YACAoE,EACA,gBACD,WACC,yHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCmxC,CACpB,EAEkBnxC,EAAQ,KACPmxC,CACnB,EAEiBlxC,GACD,CACA,GACC,EACCixC,IACC,SACDA,IACC,WAED,CACD,MAAME,EACL,CACC,aACCxxC,EACA,kCACAs+B,EACA,YACAoE,EACA,gBACD,WACC,yHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,aACA,IACvB,EACmB,QACC,4CACpB,EAEkBoB,IACA,KAEAA,EACC,CACCoxC,CACpB,EAEkBpxC,EAAQ,KACPoxC,CACnB,EAEiBnxC,GACD,CACD,CACA,GACCsiC,EAAQ,wBACR,QAGC,OAAOA,EAAQ,uBACf,SACC,CACD,MAAM8O,EACL,CACC,aACCzxC,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACD,WACC,kIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCqxC,CACpB,EAEkBrxC,EAAQ,KACPqxC,CACnB,EAEiBpxC,GACD,CAED,GACCsiC,EAAQ,cACR,QAGC,OAAOA,EAAQ,aACf,UACC,CACD,MAAM+O,EACL,CACC,aACC1xC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,wHACD,QACC,OACD,OAAQ,CACP,KAAM,SAC1B,EACmB,QACC,iBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCsxC,CACpB,EAEkBtxC,EAAQ,KACPsxC,CACnB,EAEiBrxC,GACD,CAED,GACCsiC,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,UACC,CACD,MAAMgP,EACL,CACC,aACC3xC,EACA,kCACAs+B,EACA,YACAoE,EACA,kBACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,SAC1B,EACmB,QACC,iBACpB,EAEkBtiC,IACA,KAEAA,EACC,CACCuxC,CACpB,EAEkBvxC,EAAQ,KACPuxC,CACnB,EAEiBtxC,GACD,CAEF,KAAO,CACN,MAAMuxC,EAAS,CACd,aACC5xC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iGACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgBtiC,IAAY,KAEZA,EAAU,CACTwxC,CACjB,EAEgBxxC,EAAQ,KACPwxC,CACjB,EAEevxC,GACD,CACA,IAAI4jC,GACH2K,IACAvuC,EAID,GAHAwiC,EACCA,GACAoB,GACG,CAACpB,EAAU,CACd,MAAMgP,EACLxxC,EACD,GACCsiC,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACjB,EACiB,CACD,GACCA,EAAQ,SACR,OACC,CACD,MAAMmP,EACL,CACC,aACC9xC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,QACrB,EACmB,QACC,sCAGpB,EAEkBtiC,IACA,KAEAA,EACC,CACC0xC,CACpB,EAEkB1xC,EAAQ,KACP0xC,CACnB,EAEiBzxC,GACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,MAAMoP,EACL,CACC,aACC/xC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,qGACD,QACC,WACD,OAAQ,CACP,gBACC,MACrB,EACmB,QACC,oCAGpB,EAEkBtiC,IACA,KAEAA,EACC,CACC2xC,CACpB,EAEkB3xC,EAAQ,KACP2xC,CACnB,EAEiB1xC,GACD,CACA,UAAW2xC,KAASrP,EACnB,GACC,CAAC1jC,GAAM,KACND,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACFgzC,CACnB,EACmB,CACD,MAAMC,EACL,CACC,aACCjyC,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iHACD,QACC,uBACD,OAAQ,CACP,mBACCsP,CACtB,EACoB,QACC,qCACrB,EAEmB5xC,IACA,KAEAA,EACC,CACC6xC,CACrB,EAEmB7xC,EAAQ,KACP6xC,CACpB,EAEkB5xC,GACD,CAED,GACCsiC,EAAQ,cACR,OACC,CACD,IAAIuP,EACHvP,EAAQ,YACT,GACC,OAAOuP,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCnyC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,wHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACC+xC,CACrB,EAEmB/xC,EAAQ,KACP+xC,CACpB,EAEkB9xC,GACD,CACA,GACC,EACC6xC,IACC,UACDA,IACC,kBAED,CACD,MAAME,EACL,CACC,aACCpyC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,wHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,YACA,IACxB,EACoB,QACC,4CACrB,EAEmBoB,IACA,KAEAA,EACC,CACCgyC,CACrB,EAEmBhyC,EAAQ,KACPgyC,CACpB,EAEkB/xC,GACD,CACD,CACA,GACCsiC,EAAQ,aACR,OACC,CACD,IAAI0P,EACH1P,EAAQ,WACT,GACC0P,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACnB,GAEkB,UAAWC,KAASD,EACnB,GACC,OAAOA,EACNC,CACrB,GACoB,SACC,CACD,MAAMC,EACL,CACC,aACCvyC,EACA,kCACAs+B,EACA,YACAoE,EACA,eACA4P,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,4IACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqBlyC,IACA,KAEAA,EACC,CACCmyC,CACvB,EAEqBnyC,EAAQ,KACPmyC,CACtB,EAEoBlyC,GACD,MAEK,CACN,MAAMmyC,EACL,CACC,aACCxyC,EACA,kCACAs+B,EACA,YACAoE,EACA,cACD,WACC,uHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCoyC,CACrB,EAEmBpyC,EAAQ,KACPoyC,CACpB,EAEkBnyC,GACD,CACD,CACA,GACCsiC,EAAQ,WACR,OACC,CACD,IAAI8P,EACH9P,EAAQ,SACT,GACC,OAAO8P,GACP,SACC,CACD,MAAMC,EACL,CACC,aACC1yC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCsyC,CACrB,EAEmBtyC,EAAQ,KACPsyC,CACpB,EAEkBryC,GACD,CACA,GACC,EACCoyC,IACC,WACDA,IACC,YAED,CACD,MAAME,EACL,CACC,aACC3yC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACD,WACC,qHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,SACA,IACxB,EACoB,QACC,4CACrB,EAEmBoB,IACA,KAEAA,EACC,CACCuyC,CACrB,EAEmBvyC,EAAQ,KACPuyC,CACpB,EAEkBtyC,GACD,CACD,CACA,GACCsiC,EAAQ,UACR,OACC,CACD,IAAIiQ,EACHjQ,EAAQ,QACT,GACCiQ,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CACnB,EACmB,CACD,UAAWC,KAASD,EAAS,CAC5B,MAAME,EACLzyC,EACD,GACC,OAAOwyC,GACP,UAEA,GACC,CAAC3zC,EACA2zC,CACtB,EACsB,CACD,MAAME,EACL,CACC,aACC/yC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAChC,EACuB,QACC,sCAGD,aACCmQ,CACxB,EAEsBzyC,IACA,KAEAA,EACC,CACC2yC,CACxB,EAEsB3yC,EAAQ,KACP2yC,CACvB,EAEqB1yC,GACD,MACM,CACN,MAAM2yC,EACL,CACC,aACChzC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,iBACD,aACCmQ,CACvB,EAEqBzyC,IACA,KAEAA,EACC,CACC4yC,CACvB,EAEqB5yC,EAAQ,KACP4yC,CACtB,EAEoB3yC,GACD,CACA,IAAI4yC,GACHH,IACAzyC,EACD,GACC,CAAC4yC,GACA,CACD,MAAMC,EACL,CACC,aACClzC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,6HACD,QACC,gBACD,OAAQ,CACP,aACCmQ,CACxB,EACsB,QACC,6BACvB,EAEqBzyC,IACA,KAEAA,EACC,CACC8yC,CACvB,EAEqB9yC,EAAQ,KACP8yC,CACtB,EAEoB7yC,GACD,CACD,CACA,UAAW8yC,KAASP,EAAS,CAC5B,IAAIQ,EACHR,EACCO,CACrB,EACmB,GACC,OAAOC,GACP,UAEA,GACC,CAACl0C,EACAk0C,CACtB,EACsB,CACD,MAAMC,EACL,CACC,aACCrzC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACAyQ,EACE,QACA,KACA,IAC1B,EAC0B,QACA,MACA,IAC1B,EACuB,WACC,gDACD,QACC,SACD,OAAQ,CACP,OAAQ,iBAChC,EACuB,QACC,qCAGxB,EAEsB/yC,IACA,KAEAA,EACC,CACCizC,CACxB,EAEsBjzC,EAAQ,KACPizC,CACvB,EAEqBhzC,GACD,MACM,CACN,MAAMizC,EACL,CACC,aACCtzC,EACA,kCACAs+B,EACA,YACAoE,EACA,YACAyQ,EACE,QACA,KACA,IACzB,EACyB,QACA,MACA,IACzB,EACsB,WACC,8CACD,QACC,OACD,OAAQ,CACP,KAAM,QAC7B,EACsB,QACC,gBACvB,EAEqB/yC,IACA,KAEAA,EACC,CACCkzC,CACvB,EAEqBlzC,EAAQ,KACPkzC,CACtB,EAEoBjzC,GACD,CACD,CACD,KAAO,CACN,MAAMkzC,EACL,CACC,aACCvzC,EACA,kCACAs+B,EACA,YACAoE,EACA,WACD,WACC,oHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCmzC,CACrB,EAEmBnzC,EAAQ,KACPmzC,CACpB,EAEkBlzC,GACD,CACD,CACA,GACCsiC,EAAQ,OACR,OACC,CACD,IAAI6Q,EACH7Q,EAAQ,KACT,GACC,OAAO6Q,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCzzC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCqzC,CACrB,EAEmBrzC,EAAQ,KACPqzC,CACpB,EAEkBpzC,GACD,CACA,GAECmzC,IADA,MAEC,CACD,MAAME,EACL,CACC,aACC1zC,EACA,kCACAs+B,EACA,YACAoE,EACA,QACD,WACC,kHACD,QACC,QACD,OAAQ,CACP,aACC,KACtB,EACoB,QACC,2BACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCszC,CACrB,EAEmBtzC,EAAQ,KACPszC,CACpB,EAEkBrzC,GACD,CACD,CACA,GACCsiC,EAAQ,SACR,OACC,CACD,IAAIgR,EACHhR,EAAQ,OACT,MAAMiR,EACLvzC,EACD,IAAIwzC,EAAW,GACf,MAAMC,EACLzzC,EAEC+C,EACAuwC,EACA,CACC,aACC3zC,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACCC,EACD,mBACC,SACD,SAAAxiC,CACpB,CACA,IAEkBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACjC,EACkB/C,EACCD,EAAQ,QAEV,IAAI2zC,GACHD,IACAzzC,EAID,GAHAwzC,EACCA,GACAE,GAEA,CAACF,EACA,CACD,MAAMG,EACL3zC,EACD,GACC,MAAM,QACLszC,CACpB,EACoB,CACD,MAAMM,EACLN,EAAQ,OACT,QACKO,EAAM,EACVA,EACAD,EACAC,IAGE9wC,EACAuwC,EACCO,CACvB,EACsB,CACC,aACCl0C,EACA,kCACAs+B,EACA,YACAoE,EACA,WACAwR,EACD,WACCP,EACD,mBACCO,EACD,SAAA/zC,CACvB,CACA,IAEqBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MACpC,EACqB/C,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM+zC,EACL,CACC,aACCn0C,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,OAC5B,EACqB,QACC,eACtB,EAEoBtiC,IACA,KAEAA,EACC,CACC+zC,CACtB,EAEoB/zC,EAAQ,KACP+zC,CACrB,EAEmB9zC,GACD,CACA,IAAI0zC,GACHC,IACA3zC,EACDwzC,EACCA,GACAE,EACF,CACA,GACEF,EAkCDxzC,EACCuzC,EAEAxzC,IACA,OAGCwzC,EAEAxzC,EAAQ,OACPwzC,EAEDxzC,EACC,UA9CF,CACD,MAAMg0C,EACL,CACC,aACCp0C,EACA,kCACAs+B,EACA,YACAoE,EACA,UACD,WACC,oHACD,QACC,QACD,OAAQ,CAAA,EACR,QACC,8BACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCg0C,CACrB,EAEmBh0C,EAAQ,KACPg0C,CACpB,EAEkB/zC,GACD,CAkBD,CACA,GACCsiC,EAAQ,eACR,OACC,CACD,IAAI0R,EACH1R,EAAQ,aACT,GACC,OAAO0R,GACP,SACC,CACD,MAAMC,EACL,CACC,aACCt0C,EACA,kCACAs+B,EACA,YACAoE,EACA,gBACD,WACC,yHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCk0C,CACrB,EAEmBl0C,EAAQ,KACPk0C,CACpB,EAEkBj0C,GACD,CACA,GACC,EACCg0C,IACC,SACDA,IACC,WAED,CACD,MAAME,EACL,CACC,aACCv0C,EACA,kCACAs+B,EACA,YACAoE,EACA,gBACD,WACC,yHACD,QACC,OACD,OAAQ,CACP,cACC1jC,EACE,WACA,8BACA,MACA,MAAM,CAAC,EACP,WACA,QACA,MACA,MAAM,CAAC,EACP,WACA,aACA,IACxB,EACoB,QACC,4CACrB,EAEmBoB,IACA,KAEAA,EACC,CACCm0C,CACrB,EAEmBn0C,EAAQ,KACPm0C,CACpB,EAEkBl0C,GACD,CACD,CACA,GACCsiC,EAAQ,wBACR,QAGC,OAAOA,EAAQ,uBACf,SACC,CACD,MAAM6R,EACL,CACC,aACCx0C,EACA,kCACAs+B,EACA,YACAoE,EACA,yBACD,WACC,kIACD,QACC,OACD,OAAQ,CACP,KAAM,QAC3B,EACoB,QACC,gBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCo0C,CACrB,EAEmBp0C,EAAQ,KACPo0C,CACpB,EAEkBn0C,GACD,CAED,GACCsiC,EAAQ,cACR,QAGC,OAAOA,EAAQ,aACf,UACC,CACD,MAAM8R,EACL,CACC,aACCz0C,EACA,kCACAs+B,EACA,YACAoE,EACA,eACD,WACC,wHACD,QACC,OACD,OAAQ,CACP,KAAM,SAC3B,EACoB,QACC,iBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCq0C,CACrB,EAEmBr0C,EAAQ,KACPq0C,CACpB,EAEkBp0C,GACD,CAED,GACCsiC,EAAQ,iBACR,QAGC,OAAOA,EAAQ,gBACf,UACC,CACD,MAAM+R,EACL,CACC,aACC10C,EACA,kCACAs+B,EACA,YACAoE,EACA,kBACD,WACC,2HACD,QACC,OACD,OAAQ,CACP,KAAM,SAC3B,EACoB,QACC,iBACrB,EAEmBtiC,IACA,KAEAA,EACC,CACCs0C,CACrB,EAEmBt0C,EAAQ,KACPs0C,CACpB,EAEkBr0C,GACD,CAEF,KAAO,CACN,MAAMs0C,EAAS,CACd,aACC30C,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,iGACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBtiC,IACA,KAEAA,EAAU,CACTu0C,CAClB,EAEiBv0C,EAAQ,KACPu0C,CAClB,EAEgBt0C,GACD,CACA,IAAI4jC,GACH4N,IACAxxC,EACDwiC,EACCA,GACAoB,EACF,CACD,CACD,CACA,GAAKpB,EAsBJxiC,EAASuiC,EACLxiC,IAAY,OACXwiC,EACHxiC,EAAQ,OACPwiC,EAEDxiC,EAAU,UA5BE,CACd,MAAMw0C,EAAS,CACd,aACC50C,EACA,kCACAs+B,EACA,YACAoE,EACD,WACC,0FACD,QAAS,QACT,OAAQ,CAAA,EACR,QACC,8BACf,EACiBtiC,IAAY,KACfA,EAAU,CAACw0C,CAAM,EAEjBx0C,EAAQ,KAAKw0C,CAAM,EAEpBv0C,GACD,CAWD,CACD,KAAO,CACN,MAAMw0C,EAAS,CACd,aACC70C,EACA,kCACAs+B,EACA,WACD,WACC,mFACD,QAAS,OACT,OAAQ,CAAE,KAAM,OAAO,EACvB,QAAS,eACrB,EACel+B,IAAY,KACfA,EAAU,CA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AAS,CACd,aACCj2C,EACA,kCACAs+B,EACA,UACAkX,EACD,WACC,+GACD,QACC,uBACD,OAAQ,CACP,mBACCQ,CACnB,EACiB,QACC,qCAClB,EAEiB51C,IACA,KAEAA,EAAU,CACT61C,CAClB,EAEiB71C,EAAQ,KACP61C,CAClB,EAEgB51C,GACD,CAoCD,GAjCCo1C,EAAQ,SACR,SAGEryC,EACAqyC,EAAQ,OACR,CACC,aACCz1C,EACA,kCACAs+B,EACA,UACAkX,EACA,UACD,WACCC,EACD,mBACC,SACD,SAAAt1C,CAClB,CACA,IAEgBC,EACCA,IACA,KACGgD,EAAW,OACXhD,EAAQ,OACRgD,EAAW,MAC/B,EACgB/C,EACCD,EAAQ,SAIVq1C,EAAQ,QACR,QAGC,OAAOA,EAAQ,OACf,SACC,CACD,MAAMS,EAAS,CACd,aACCl2C,EACA,kCACAs+B,EACA,UACAkX,EACA,SACD,WACC,gHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBp1C,IACA,KAEAA,EAAU,CACT81C,CAClB,EAEiB91C,EAAQ,KACP81C,CAClB,EAEgB71C,GACD,CAED,GACCo1C,EAAQ,cACR,QAGC,OAAOA,EAAQ,aACf,SACC,CACD,MAAMU,EAAS,CACd,aACCn2C,EACA,kCACAs+B,EACA,UACAkX,EACA,eACD,WACC,sHACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBp1C,IACA,KAEAA,EAAU,CACT+1C,CAClB,EAEiB/1C,EAAQ,KACP+1C,CAClB,EAEgB91C,GACD,CAED,GACCo1C,EAAQ,MACR,QAGC,OAAOA,EAAQ,KACf,SACC,CACD,MAAMW,EAAS,CACd,aACCp2C,EACA,kCACAs+B,EACA,UACAkX,EACA,OACD,WACC,8GACD,QACC,OACD,OAAQ,CACP,KAAM,QACxB,EACiB,QACC,gBAClB,EAEiBp1C,IACA,KAEAA,EAAU,CACTg2C,CAClB,EAEiBh2C,EAAQ,KACPg2C,CAClB,EAEgB/1C,GACD,CAED,GACCo1C,EAAQ,UACR,QAGC,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AMC,EAAY93C,EAClB,GACC,OAAO23C,GAAY,SAClB,CACD,MAAMI,EAAS,CACd,aACCp4C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACc,WACC,0HACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,gBACf,EACiB33C,IAAY,KACfA,EAAU,CAACg4C,CAAM,EAEjBh4C,EAAQ,KAAKg4C,CAAM,EAEpB/3C,GACD,CACA,IAAIg4C,GACHF,IAAc93C,EAEf,GADA63C,EAAWA,GAAYG,GACnB,CAACH,EAAU,CACd,MAAMI,EAAYj4C,EAClB,GACC,OAAO23C,GACP,UACC,CACD,MAAMO,EAAS,CACd,aACCv4C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACe,WACC,0HACD,QAAS,OACT,OAAQ,CACP,KAAM,SACtB,EACe,QACC,iBAChB,EACkB33C,IAAY,KACfA,EAAU,CAACm4C,CAAM,EAEjBn4C,EAAQ,KACPm4C,CAChB,EAEcl4C,GACD,CACA,IAAIg4C,GACHC,IAAcj4C,EAGf,GAFA63C,EACCA,GAAYG,GACT,CAACH,EAAU,CACd,MAAMM,EACLn4C,EACD,GACC,EACC,OAAO23C,GACN,UACD,SACCA,CACjB,GAEgB,CACD,MAAMS,EAAS,CACd,aACCz4C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACgB,WACC,0HACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgB33C,IAAY,KAEZA,EAAU,CACTq4C,CACjB,EAEgBr4C,EAAQ,KACPq4C,CACjB,EAEep4C,GACD,CACA,IAAIg4C,GACHG,IACAn4C,EAID,GAHA63C,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMQ,EACLr4C,EACD,GACC,MAAM,QACL23C,CACjB,EACiB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EAAMD,EACNC,IAGE91C,EACAk1C,EACCY,CACpB,EACmB,CACC,aACC54C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAAz4C,CACpB,CACA,IAEkBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACjC,EACkBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAMy4C,EAAS,CACd,aACC74C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,0HACD,QACC,OACD,OAAQ,CACP,KAAM,OACxB,EACiB,QACC,eAClB,EAEiB33C,IACA,KAEAA,EAAU,CACTy4C,CAClB,EAEiBz4C,EAAQ,KACPy4C,CAClB,EAEgBx4C,GACD,CACA,IAAIg4C,GACHK,IACAr4C,EAID,GAHA63C,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMY,EACLz4C,EACD,GACC23C,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,EAEiB,UAAWe,KAASf,EAEjBl1C,EACAk1C,EACCe,CACrB,EACoB,CACC,aACC/4C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,IACAgB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACCf,EACD,mBACCe,EACD,SAAA54C,CACrB,CACA,IAEmBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAClC,EACmBzC,EACCD,EAAQ,YAGL,CACN,MAAM44C,EACL,CACC,aACCh5C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACmB,WACC,0HACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkB33C,IACA,KAEAA,EACC,CACC44C,CACpB,EAEkB54C,EAAQ,KACP44C,CACnB,EAEiB34C,GACD,CACA,IAAIg4C,GACHS,IACAz4C,EACD63C,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GAAKH,EA8BJ73C,EAAS43C,EACL73C,IAAY,OACX63C,EACH73C,EAAQ,OACP63C,EAED73C,EAAU,UApCE,CACd,MAAM64C,EAAS,CACd,aACCj5C,EACA,kCACAs+B,EACA,sBACAyZ,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACc,WACC,mHACD,QAAS,QACT,OAAQ,CAAA,EACR,QACC,8BACf,EACiB33C,IAAY,KACfA,EAAU,CAAC64C,CAAM,EAEjB74C,EAAQ,KAAK64C,CAAM,EAEpB54C,GACD,CAWD,KACM,CACN,MAAM64C,EAAS,CACd,aACCl5C,EACA,kCACAs+B,EACA,qBACD,WACC,6FACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACrB,EACel+B,IAAY,KACfA,EAAU,CAAC84C,CAAM,EAEjB94C,EAAQ,KAAK84C,CAAM,EAEpB74C,GACD,CACD,CACA,GACCk+B,EAAQ,sBACR,OACC,CACD,IAAI4a,EACH5a,EAAQ,oBACT,GAAI,OAAO4a,GAAY,UACtB,GAAI,CAACx5C,GAAS,KAAKw5C,CAAO,EAAG,CAC5B,MAAMC,EAAS,CACd,aACCp5C,EACA,kCACAs+B,EACA,uBACD,WACC,kGACD,QAAS,UACT,OAAQ,CACP,QACC,4BACf,EACa,QACC,iDAGd,EACgBl+B,IAAY,KACfA,EAAU,CAACg5C,CAAM,EAEjBh5C,EAAQ,KAAKg5C,CAAM,EAEpB/4C,GACD,MACM,CACN,MAAMg5C,EAAS,CACd,aACCr5C,EACA,kCACAs+B,EACA,uBACD,WACC,+FACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACrB,EACel+B,IAAY,KACfA,EAAU,CAACi5C,CAAM,EAEjBj5C,EAAQ,KAAKi5C,CAAM,EAEpBh5C,GACD,CACD,CACA,GAAIk+B,EAAQ,UAAY,OAAW,CAClC,IAAI+a,EAAU/a,EAAQ,QACtB,GA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,EAAS,CACd,aACCnhD,EACA,kCACAs+B,EACA,QACD,WACC,kFACD,QAAS,QACT,OAAQ,CACP,aACC,gBACd,EACY,QACC,2BACb,EACel+B,IAAY,KACfA,EAAU,CAAC+gD,CAAM,EAEjB/gD,EAAQ,KAAK+gD,CAAM,EAEpB9gD,GACD,CACD,CACA,GAAIk+B,EAAQ,UAAY,OAAW,CAClC,IAAI6iB,EAAU7iB,EAAQ,QACtB,GACC6iB,GACA,OAAOA,GAAW,UAClB,CAAC,MAAM,QAAQA,CAAO,EAEtB,UAAWC,KAASD,EAAS,CAC5B,IAAIE,EAAUF,EAAQC,CAAK,EAC3B,MAAME,EAAYlhD,EAClB,IAAImhD,EAAW,GACf,MAAMC,EAAYphD,EAClB,GACC,OAAOihD,GAAY,SAClB,CACD,MAAMI,EAAS,CACd,aACC1hD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACc,WACC,iHACD,QAAS,OACT,OAAQ,CACP,KAAM,QACrB,EACc,QACC,gBACf,EACiBjhD,IAAY,KACfA,EAAU,CAACshD,CAAM,EAEjBthD,EAAQ,KAAKshD,CAAM,EAEpBrhD,GACD,CACA,IAAIshD,GACHF,IAAcphD,EAEf,GADAmhD,EAAWA,GAAYG,GACnB,CAACH,EAAU,CACd,MAAMI,EAAYvhD,EAClB,GACC,OAAOihD,GACP,UACC,CACD,MAAMO,EAAS,CACd,aACC7hD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IAClB,EACkB,QACA,MACA,IAClB,EACe,WACC,iHACD,QAAS,OACT,OAAQ,CACP,KAAM,SACtB,EACe,QACC,iBAChB,EACkBjhD,IAAY,KACfA,EAAU,CAACyhD,CAAM,EAEjBzhD,EAAQ,KACPyhD,CAChB,EAEcxhD,GACD,CACA,IAAIshD,GACHC,IAAcvhD,EAGf,GAFAmhD,EACCA,GAAYG,GACT,CAACH,EAAU,CACd,MAAMM,EACLzhD,EACD,GACC,EACC,OAAOihD,GACN,UACD,SACCA,CACjB,GAEgB,CACD,MAAMS,EAAS,CACd,aACC/hD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACnB,EACmB,QACA,MACA,IACnB,EACgB,WACC,iHACD,QAAS,OACT,OAAQ,CACP,KAAM,QACvB,EACgB,QACC,gBACjB,EAEgBjhD,IAAY,KAEZA,EAAU,CACT2hD,CACjB,EAEgB3hD,EAAQ,KACP2hD,CACjB,EAEe1hD,GACD,CACA,IAAIshD,GACHG,IACAzhD,EAID,GAHAmhD,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMQ,EACL3hD,EACD,GACC,MAAM,QACLihD,CACjB,EACiB,CACD,MAAMW,EACLX,EAAQ,OACT,QACKY,EAAM,EACVA,EAAMD,EACNC,IAGEp/C,EACAw+C,EACCY,CACpB,EACmB,CACC,aACCliD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACvB,EACuB,QACA,MACA,IACvB,EACqB,IACAa,EACD,WACCZ,EACD,mBACCY,EACD,SAAA/hD,CACpB,CACA,IAEkBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MACjC,EACkBzC,EACCD,EAAQ,OAGZ,KAAO,CACN,MAAM+hD,EAAS,CACd,aACCniD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACpB,EACoB,QACA,MACA,IACpB,EACiB,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,OACxB,EACiB,QACC,eAClB,EAEiBjhD,IACA,KAEAA,EAAU,CACT+hD,CAClB,EAEiB/hD,EAAQ,KACP+hD,CAClB,EAEgB9hD,GACD,CACA,IAAIshD,GACHK,IACA3hD,EAID,GAHAmhD,EACCA,GACAG,GACG,CAACH,EAAU,CACd,MAAMY,EACL/hD,EACD,GACCihD,GACA,OAAOA,GACN,UACD,CAAC,MAAM,QACNA,CAClB,EAEiB,UAAWe,KAASf,EAEjBx+C,EACAw+C,EACCe,CACrB,EACoB,CACC,aACCriD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACsB,IACAgB,EACE,QACA,KACA,IACxB,EACwB,QACA,MACA,IACxB,EACqB,WACCf,EACD,mBACCe,EACD,SAAAliD,CACrB,CACA,IAEmBC,EACCA,IACA,KACG0C,EAAW,OACX1C,EAAQ,OACR0C,EAAW,MAClC,EACmBzC,EACCD,EAAQ,YAGL,CACN,MAAMkiD,EACL,CACC,aACCtiD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACtB,EACsB,QACA,MACA,IACtB,EACmB,WACC,iHACD,QACC,OACD,OAAQ,CACP,KAAM,QAC1B,EACmB,QACC,gBACpB,EAEkBjhD,IACA,KAEAA,EACC,CACCkiD,CACpB,EAEkBliD,EAAQ,KACPkiD,CACnB,EAEiBjiD,GACD,CACA,IAAIshD,GACHS,IACA/hD,EACDmhD,EACCA,GACAG,EACF,CACD,CACD,CACD,CACA,GAAKH,EA8BJnhD,EAASkhD,EACLnhD,IAAY,OACXmhD,EACHnhD,EAAQ,OACPmhD,EAEDnhD,EAAU,UApCE,CACd,MAAMmiD,EAAS,CACd,aACCviD,EACA,kCACAs+B,EACA,YACA+iB,EACE,QACA,KACA,IACjB,EACiB,QACA,MACA,IACjB,EACc,WACC,0GACD,QAAS,QACT,OAAQ,CAAA,EACR,QACC,8BACf,EACiBjhD,IAAY,KACfA,EAAU,CAACmiD,CAAM,EAEjBniD,EAAQ,KAAKmiD,CAAM,EAEpBliD,GACD,CAWD,KACM,CACN,MAAMmiD,EAAS,CACd,aACCxiD,EACA,kCACAs+B,EACA,WACD,WACC,oFACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACrB,EACel+B,IAAY,KACfA,EAAU,CAACoiD,CAAM,EAEjBpiD,EAAQ,KAAKoiD,CAAM,EAEpBniD,GACD,CACD,CACD,KAAO,CACN,MAAMoiD,EAAS,CACd,aACCziD,EACA,kCACAs+B,EACD,WACC,iEACD,QAAS,OACT,OAAQ,CAAE,KAAM,QAAQ,EACxB,QAAS,gBACnB,EACal+B,IAAY,KACfA,EAAU,CAACqiD,CAAM,EAEjBriD,EAAQ,KAAKqiD,CAA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"}