[
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/NestedPartial.ts",
    "name": "NestedPartial",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/NestedPartial.ts",
    "operationRelativePath": "src/NestedPartial.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NestedPartial",
      "definitions": {
        "NestedPartial": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/O.ts",
    "name": "O",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/O.ts",
    "operationRelativePath": "src/O.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/O",
      "definitions": {
        "O": {
          "type": "object"
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/array-modifications.ts",
    "name": "NamedParameters<typeof insertAt>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/array-modifications.ts",
    "operationRelativePath": "src/array-modifications.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/array-modifications.ts",
    "name": "NamedParameters<typeof removeIndexFromArray>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/array-modifications.ts",
    "operationRelativePath": "src/array-modifications.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/array-modifications.ts",
    "name": "NamedParameters<typeof findLastIndex>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/array-modifications.ts",
    "operationRelativePath": "src/array-modifications.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/array-modifications.ts",
    "name": "NamedParameters<typeof putIndexAtIndex>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/array-modifications.ts",
    "operationRelativePath": "src/array-modifications.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20putIndexAtIndex%3E",
      "definitions": {
        "NamedParameters<typeof putIndexAtIndex>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            },
            "index": {
              "type": "number"
            },
            "toIndex": {
              "type": "number"
            }
          },
          "required": [
            "array",
            "index",
            "toIndex"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/byteCount.ts",
    "name": "NamedParameters<typeof byteCount>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/byteCount.ts",
    "operationRelativePath": "src/byteCount.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20byteCount%3E",
      "definitions": {
        "NamedParameters<typeof byteCount>": {
          "type": "object",
          "properties": {
            "s": {
              "type": "string"
            }
          },
          "required": [
            "s"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/createMappedObject.ts",
    "name": "MappedObject",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/createMappedObject.ts",
    "operationRelativePath": "src/createMappedObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/MappedObject",
      "definitions": {
        "MappedObject": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/createMappedObject.ts",
    "name": "NamedParameters<typeof createMappedObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/createMappedObject.ts",
    "operationRelativePath": "src/createMappedObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20createMappedObject%3E",
      "definitions": {
        "NamedParameters<typeof createMappedObject>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            },
            "mapKey": {
              "description": "Key to make the map from. Must be unique or it could be overwritten. Key must be a string"
            },
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              },
              "description": "If the result of the mapped object, based on the object should have mapped values, provide this mapfunction to get them."
            }
          },
          "required": [
            "array",
            "mapKey"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/createMappedObject.ts",
    "name": "NamedParameters<typeof createMappedKeysObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/createMappedObject.ts",
    "operationRelativePath": "src/createMappedObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20createMappedKeysObject%3E",
      "definitions": {
        "NamedParameters<typeof createMappedKeysObject>": {
          "type": "object",
          "properties": {
            "keys": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "map": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "keys",
            "map"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/createMappedObject.ts",
    "name": "NamedParameters<typeof createPromisedMappedKeysObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/createMappedObject.ts",
    "operationRelativePath": "src/createMappedObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20createPromisedMappedKeysObject%3E",
      "definitions": {
        "NamedParameters<typeof createPromisedMappedKeysObject>": {
          "type": "object",
          "properties": {
            "keys": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "map": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "keys",
            "map"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/destructureOptionalObject.ts",
    "name": "NamedParameters<typeof destructureOptionalObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/destructureOptionalObject.ts",
    "operationRelativePath": "src/destructureOptionalObject.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/earthDistance.ts",
    "name": "NamedParameters<typeof earthDistance>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/earthDistance.ts",
    "operationRelativePath": "src/earthDistance.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20earthDistance%3E",
      "definitions": {
        "NamedParameters<typeof earthDistance>": {
          "type": "object",
          "properties": {
            "lat1": {
              "type": "number"
            },
            "long1": {
              "type": "number"
            },
            "lat2": {
              "type": "number"
            },
            "long2": {
              "type": "number"
            },
            "response": {
              "type": "string",
              "enum": [
                "m",
                "km"
              ]
            }
          },
          "required": [
            "lat1",
            "long1",
            "lat2",
            "long2"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/fetchOpenapi.ts",
    "name": "NamedParameters<typeof fetchOpenapi>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/fetchOpenapi.ts",
    "operationRelativePath": "src/fetchOpenapi.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20fetchOpenapi%3E",
      "definitions": {
        "NamedParameters<typeof fetchOpenapi>": {
          "type": "object",
          "properties": {
            "openapiUrl": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/fetchWithTimeout.ts",
    "name": "NamedParameters<typeof fetchWithTimeout>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/fetchWithTimeout.ts",
    "operationRelativePath": "src/fetchWithTimeout.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20fetchWithTimeout%3E",
      "definitions": {
        "NamedParameters<typeof fetchWithTimeout>": {
          "type": "object",
          "properties": {
            "input": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "$ref": "#/definitions/Request"
                },
                {
                  "type": "string",
                  "format": "uri"
                }
              ]
            },
            "init": {
              "$ref": "#/definitions/RequestInit"
            },
            "timeoutMs": {
              "type": "number"
            },
            "isNoJson": {
              "type": "boolean"
            },
            "isNoText": {
              "type": "boolean"
            }
          },
          "required": [
            "input"
          ],
          "additionalProperties": false
        },
        "Request": {
          "type": "object",
          "properties": {
            "body": {
              "anyOf": [
                {
                  "$ref": "#/definitions/ReadableStream%3CUint8Array%3E"
                },
                {
                  "type": "null"
                }
              ],
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/body)"
            },
            "bodyUsed": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed)"
            },
            "cache": {
              "$ref": "#/definitions/RequestCache",
              "description": "Returns the cache mode associated with request, which is a string indicating how the request will interact with the browser's cache when fetching.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/cache)"
            },
            "credentials": {
              "$ref": "#/definitions/RequestCredentials",
              "description": "Returns the credentials mode associated with request, which is a string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/credentials)"
            },
            "destination": {
              "$ref": "#/definitions/RequestDestination",
              "description": "Returns the kind of resource requested by request, e.g., \"document\" or \"script\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/destination)"
            },
            "headers": {
              "$ref": "#/definitions/Headers",
              "description": "Returns a Headers object consisting of the headers associated with request. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the \"Host\" header.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/headers)"
            },
            "integrity": {
              "type": "string",
              "description": "Returns request's subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. [SRI]\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/integrity)"
            },
            "keepalive": {
              "type": "boolean",
              "description": "Returns a boolean indicating whether or not request can outlive the global in which it was created.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/keepalive)"
            },
            "method": {
              "type": "string",
              "description": "Returns request's HTTP method, which is \"GET\" by default.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/method)"
            },
            "mode": {
              "$ref": "#/definitions/RequestMode",
              "description": "Returns the mode associated with request, which is a string indicating whether the request will use CORS, or will be restricted to same-origin URLs.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/mode)"
            },
            "redirect": {
              "$ref": "#/definitions/RequestRedirect",
              "description": "Returns the redirect mode associated with request, which is a string indicating how redirects for the request will be handled during fetching. A request will follow redirects by default.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/redirect)"
            },
            "referrer": {
              "type": "string",
              "description": "Returns the referrer of request. Its value can be a same-origin URL if explicitly set in init, the empty string to indicate no referrer, and \"about:client\" when defaulting to the global's default. This is used during fetching to determine the value of the `Referer` header of the request being made.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/referrer)"
            },
            "referrerPolicy": {
              "$ref": "#/definitions/ReferrerPolicy",
              "description": "Returns the referrer policy associated with request. This is used during fetching to compute the value of the request's referrer.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/referrerPolicy)"
            },
            "signal": {
              "$ref": "#/definitions/AbortSignal",
              "description": "Returns the signal associated with request, which is an AbortSignal object indicating whether or not request has been aborted, and its abort event handler.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/signal)"
            },
            "url": {
              "type": "string",
              "description": "Returns the URL of request as a string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/url)"
            }
          },
          "required": [
            "body",
            "bodyUsed",
            "cache",
            "credentials",
            "destination",
            "headers",
            "integrity",
            "keepalive",
            "method",
            "mode",
            "redirect",
            "referrer",
            "referrerPolicy",
            "signal",
            "url"
          ],
          "additionalProperties": false,
          "description": "This Fetch API interface represents a resource request.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request)"
        },
        "ReadableStream<Uint8Array>": {
          "type": "object",
          "properties": {
            "locked": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked)"
            }
          },
          "required": [
            "locked"
          ],
          "additionalProperties": false,
          "description": "This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)"
        },
        "RequestCache": {
          "type": "string",
          "enum": [
            "default",
            "force-cache",
            "no-cache",
            "no-store",
            "only-if-cached",
            "reload"
          ]
        },
        "RequestCredentials": {
          "type": "string",
          "enum": [
            "include",
            "omit",
            "same-origin"
          ]
        },
        "RequestDestination": {
          "type": "string",
          "enum": [
            "",
            "audio",
            "audioworklet",
            "document",
            "embed",
            "font",
            "frame",
            "iframe",
            "image",
            "manifest",
            "object",
            "paintworklet",
            "report",
            "script",
            "sharedworker",
            "style",
            "track",
            "video",
            "worker",
            "xslt"
          ]
        },
        "Headers": {
          "type": "object",
          "additionalProperties": false
        },
        "RequestMode": {
          "type": "string",
          "enum": [
            "cors",
            "navigate",
            "no-cors",
            "same-origin"
          ]
        },
        "RequestRedirect": {
          "type": "string",
          "enum": [
            "error",
            "follow",
            "manual"
          ]
        },
        "ReferrerPolicy": {
          "type": "string",
          "enum": [
            "",
            "no-referrer",
            "no-referrer-when-downgrade",
            "origin",
            "origin-when-cross-origin",
            "same-origin",
            "strict-origin",
            "strict-origin-when-cross-origin",
            "unsafe-url"
          ]
        },
        "AbortSignal": {
          "type": "object",
          "properties": {
            "aborted": {
              "type": "boolean",
              "description": "Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/aborted)"
            },
            "onabort": {
              "anyOf": [
                {
                  "type": "object",
                  "properties": {
                    "isFunction": {
                      "type": "boolean",
                      "const": true
                    }
                  }
                },
                {
                  "type": "null"
                }
              ],
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event)"
            },
            "reason": {
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/reason)"
            }
          },
          "required": [
            "aborted",
            "onabort",
            "reason"
          ],
          "additionalProperties": false,
          "description": "A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal)"
        },
        "RequestInit": {
          "type": "object",
          "properties": {
            "body": {
              "anyOf": [
                {
                  "$ref": "#/definitions/BodyInit"
                },
                {
                  "type": "null"
                }
              ],
              "description": "A BodyInit object or null to set request's body."
            },
            "cache": {
              "$ref": "#/definitions/RequestCache",
              "description": "A string indicating how the request will interact with the browser's cache to set request's cache."
            },
            "credentials": {
              "$ref": "#/definitions/RequestCredentials",
              "description": "A string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL. Sets request's credentials."
            },
            "headers": {
              "$ref": "#/definitions/HeadersInit",
              "description": "A Headers object, an object literal, or an array of two-item arrays to set request's headers."
            },
            "integrity": {
              "type": "string",
              "description": "A cryptographic hash of the resource to be fetched by request. Sets request's integrity."
            },
            "keepalive": {
              "type": "boolean",
              "description": "A boolean to set request's keepalive."
            },
            "method": {
              "type": "string",
              "description": "A string to set request's method."
            },
            "mode": {
              "$ref": "#/definitions/RequestMode",
              "description": "A string to indicate whether the request will use CORS, or will be restricted to same-origin URLs. Sets request's mode."
            },
            "redirect": {
              "$ref": "#/definitions/RequestRedirect",
              "description": "A string indicating whether request follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets request's redirect."
            },
            "referrer": {
              "type": "string",
              "description": "A string whose value is a same-origin URL, \"about:client\", or the empty string, to set request's referrer."
            },
            "referrerPolicy": {
              "$ref": "#/definitions/ReferrerPolicy",
              "description": "A referrer policy to set request's referrerPolicy."
            },
            "signal": {
              "anyOf": [
                {
                  "$ref": "#/definitions/AbortSignal"
                },
                {
                  "type": "null"
                }
              ],
              "description": "An AbortSignal to set request's signal."
            },
            "window": {
              "type": "null",
              "description": "Can only be null. Used to disassociate request from any Window."
            }
          },
          "additionalProperties": false
        },
        "BodyInit": {
          "anyOf": [
            {
              "$ref": "#/definitions/ReadableStream"
            },
            {
              "$ref": "#/definitions/XMLHttpRequestBodyInit"
            }
          ]
        },
        "ReadableStream": {
          "type": "object",
          "properties": {
            "locked": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked)"
            }
          },
          "required": [
            "locked"
          ],
          "additionalProperties": false,
          "description": "This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)"
        },
        "XMLHttpRequestBodyInit": {
          "anyOf": [
            {
              "$ref": "#/definitions/Blob"
            },
            {
              "$ref": "#/definitions/BufferSource"
            },
            {
              "$ref": "#/definitions/FormData"
            },
            {
              "$ref": "#/definitions/URLSearchParams"
            },
            {
              "type": "string"
            }
          ]
        },
        "Blob": {
          "type": "object",
          "properties": {
            "size": {
              "type": "number",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size)"
            },
            "type": {
              "type": "string",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type)"
            }
          },
          "required": [
            "size",
            "type"
          ],
          "additionalProperties": false,
          "description": "A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob)"
        },
        "BufferSource": {
          "anyOf": [
            {
              "$ref": "#/definitions/ArrayBufferView"
            },
            {
              "$ref": "#/definitions/ArrayBuffer"
            }
          ]
        },
        "ArrayBufferView": {
          "type": "object",
          "properties": {
            "buffer": {
              "$ref": "#/definitions/ArrayBufferLike"
            },
            "byteLength": {
              "type": "number"
            },
            "byteOffset": {
              "type": "number"
            }
          },
          "required": [
            "buffer",
            "byteLength",
            "byteOffset"
          ],
          "additionalProperties": false
        },
        "ArrayBufferLike": {
          "$ref": "#/definitions/ArrayBuffer"
        },
        "ArrayBuffer": {
          "type": "object",
          "properties": {
            "byteLength": {
              "type": "number"
            }
          },
          "required": [
            "byteLength"
          ],
          "additionalProperties": false
        },
        "FormData": {
          "type": "object",
          "additionalProperties": false
        },
        "URLSearchParams": {
          "type": "object",
          "additionalProperties": false
        },
        "HeadersInit": {
          "anyOf": [
            {
              "type": "array",
              "items": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "minItems": 2,
                "maxItems": 2
              }
            },
            {
              "$ref": "#/definitions/Record%3Cstring%2Cstring%3E"
            },
            {
              "$ref": "#/definitions/Headers"
            }
          ]
        },
        "Record<string,string>": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/fetchWithTimeout.ts",
    "name": "NamedParameters<typeof fetchTextWithTimeout>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/fetchWithTimeout.ts",
    "operationRelativePath": "src/fetchWithTimeout.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20fetchTextWithTimeout%3E",
      "definitions": {
        "NamedParameters<typeof fetchTextWithTimeout>": {
          "type": "object",
          "properties": {
            "input": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "$ref": "#/definitions/Request"
                },
                {
                  "type": "string",
                  "format": "uri"
                }
              ]
            },
            "init": {
              "$ref": "#/definitions/RequestInit"
            },
            "timeoutMs": {
              "type": "number"
            },
            "isNoText": {
              "type": "boolean"
            }
          },
          "required": [
            "input"
          ],
          "additionalProperties": false
        },
        "Request": {
          "type": "object",
          "properties": {
            "body": {
              "anyOf": [
                {
                  "$ref": "#/definitions/ReadableStream%3CUint8Array%3E"
                },
                {
                  "type": "null"
                }
              ],
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/body)"
            },
            "bodyUsed": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed)"
            },
            "cache": {
              "$ref": "#/definitions/RequestCache",
              "description": "Returns the cache mode associated with request, which is a string indicating how the request will interact with the browser's cache when fetching.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/cache)"
            },
            "credentials": {
              "$ref": "#/definitions/RequestCredentials",
              "description": "Returns the credentials mode associated with request, which is a string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/credentials)"
            },
            "destination": {
              "$ref": "#/definitions/RequestDestination",
              "description": "Returns the kind of resource requested by request, e.g., \"document\" or \"script\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/destination)"
            },
            "headers": {
              "$ref": "#/definitions/Headers",
              "description": "Returns a Headers object consisting of the headers associated with request. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the \"Host\" header.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/headers)"
            },
            "integrity": {
              "type": "string",
              "description": "Returns request's subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. [SRI]\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/integrity)"
            },
            "keepalive": {
              "type": "boolean",
              "description": "Returns a boolean indicating whether or not request can outlive the global in which it was created.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/keepalive)"
            },
            "method": {
              "type": "string",
              "description": "Returns request's HTTP method, which is \"GET\" by default.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/method)"
            },
            "mode": {
              "$ref": "#/definitions/RequestMode",
              "description": "Returns the mode associated with request, which is a string indicating whether the request will use CORS, or will be restricted to same-origin URLs.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/mode)"
            },
            "redirect": {
              "$ref": "#/definitions/RequestRedirect",
              "description": "Returns the redirect mode associated with request, which is a string indicating how redirects for the request will be handled during fetching. A request will follow redirects by default.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/redirect)"
            },
            "referrer": {
              "type": "string",
              "description": "Returns the referrer of request. Its value can be a same-origin URL if explicitly set in init, the empty string to indicate no referrer, and \"about:client\" when defaulting to the global's default. This is used during fetching to determine the value of the `Referer` header of the request being made.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/referrer)"
            },
            "referrerPolicy": {
              "$ref": "#/definitions/ReferrerPolicy",
              "description": "Returns the referrer policy associated with request. This is used during fetching to compute the value of the request's referrer.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/referrerPolicy)"
            },
            "signal": {
              "$ref": "#/definitions/AbortSignal",
              "description": "Returns the signal associated with request, which is an AbortSignal object indicating whether or not request has been aborted, and its abort event handler.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/signal)"
            },
            "url": {
              "type": "string",
              "description": "Returns the URL of request as a string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/url)"
            }
          },
          "required": [
            "body",
            "bodyUsed",
            "cache",
            "credentials",
            "destination",
            "headers",
            "integrity",
            "keepalive",
            "method",
            "mode",
            "redirect",
            "referrer",
            "referrerPolicy",
            "signal",
            "url"
          ],
          "additionalProperties": false,
          "description": "This Fetch API interface represents a resource request.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request)"
        },
        "ReadableStream<Uint8Array>": {
          "type": "object",
          "properties": {
            "locked": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked)"
            }
          },
          "required": [
            "locked"
          ],
          "additionalProperties": false,
          "description": "This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)"
        },
        "RequestCache": {
          "type": "string",
          "enum": [
            "default",
            "force-cache",
            "no-cache",
            "no-store",
            "only-if-cached",
            "reload"
          ]
        },
        "RequestCredentials": {
          "type": "string",
          "enum": [
            "include",
            "omit",
            "same-origin"
          ]
        },
        "RequestDestination": {
          "type": "string",
          "enum": [
            "",
            "audio",
            "audioworklet",
            "document",
            "embed",
            "font",
            "frame",
            "iframe",
            "image",
            "manifest",
            "object",
            "paintworklet",
            "report",
            "script",
            "sharedworker",
            "style",
            "track",
            "video",
            "worker",
            "xslt"
          ]
        },
        "Headers": {
          "type": "object",
          "additionalProperties": false
        },
        "RequestMode": {
          "type": "string",
          "enum": [
            "cors",
            "navigate",
            "no-cors",
            "same-origin"
          ]
        },
        "RequestRedirect": {
          "type": "string",
          "enum": [
            "error",
            "follow",
            "manual"
          ]
        },
        "ReferrerPolicy": {
          "type": "string",
          "enum": [
            "",
            "no-referrer",
            "no-referrer-when-downgrade",
            "origin",
            "origin-when-cross-origin",
            "same-origin",
            "strict-origin",
            "strict-origin-when-cross-origin",
            "unsafe-url"
          ]
        },
        "AbortSignal": {
          "type": "object",
          "properties": {
            "aborted": {
              "type": "boolean",
              "description": "Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/aborted)"
            },
            "onabort": {
              "anyOf": [
                {
                  "type": "object",
                  "properties": {
                    "isFunction": {
                      "type": "boolean",
                      "const": true
                    }
                  }
                },
                {
                  "type": "null"
                }
              ],
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event)"
            },
            "reason": {
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/reason)"
            }
          },
          "required": [
            "aborted",
            "onabort",
            "reason"
          ],
          "additionalProperties": false,
          "description": "A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal)"
        },
        "RequestInit": {
          "type": "object",
          "properties": {
            "body": {
              "anyOf": [
                {
                  "$ref": "#/definitions/BodyInit"
                },
                {
                  "type": "null"
                }
              ],
              "description": "A BodyInit object or null to set request's body."
            },
            "cache": {
              "$ref": "#/definitions/RequestCache",
              "description": "A string indicating how the request will interact with the browser's cache to set request's cache."
            },
            "credentials": {
              "$ref": "#/definitions/RequestCredentials",
              "description": "A string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL. Sets request's credentials."
            },
            "headers": {
              "$ref": "#/definitions/HeadersInit",
              "description": "A Headers object, an object literal, or an array of two-item arrays to set request's headers."
            },
            "integrity": {
              "type": "string",
              "description": "A cryptographic hash of the resource to be fetched by request. Sets request's integrity."
            },
            "keepalive": {
              "type": "boolean",
              "description": "A boolean to set request's keepalive."
            },
            "method": {
              "type": "string",
              "description": "A string to set request's method."
            },
            "mode": {
              "$ref": "#/definitions/RequestMode",
              "description": "A string to indicate whether the request will use CORS, or will be restricted to same-origin URLs. Sets request's mode."
            },
            "redirect": {
              "$ref": "#/definitions/RequestRedirect",
              "description": "A string indicating whether request follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets request's redirect."
            },
            "referrer": {
              "type": "string",
              "description": "A string whose value is a same-origin URL, \"about:client\", or the empty string, to set request's referrer."
            },
            "referrerPolicy": {
              "$ref": "#/definitions/ReferrerPolicy",
              "description": "A referrer policy to set request's referrerPolicy."
            },
            "signal": {
              "anyOf": [
                {
                  "$ref": "#/definitions/AbortSignal"
                },
                {
                  "type": "null"
                }
              ],
              "description": "An AbortSignal to set request's signal."
            },
            "window": {
              "type": "null",
              "description": "Can only be null. Used to disassociate request from any Window."
            }
          },
          "additionalProperties": false
        },
        "BodyInit": {
          "anyOf": [
            {
              "$ref": "#/definitions/ReadableStream"
            },
            {
              "$ref": "#/definitions/XMLHttpRequestBodyInit"
            }
          ]
        },
        "ReadableStream": {
          "type": "object",
          "properties": {
            "locked": {
              "type": "boolean",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked)"
            }
          },
          "required": [
            "locked"
          ],
          "additionalProperties": false,
          "description": "This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)"
        },
        "XMLHttpRequestBodyInit": {
          "anyOf": [
            {
              "$ref": "#/definitions/Blob"
            },
            {
              "$ref": "#/definitions/BufferSource"
            },
            {
              "$ref": "#/definitions/FormData"
            },
            {
              "$ref": "#/definitions/URLSearchParams"
            },
            {
              "type": "string"
            }
          ]
        },
        "Blob": {
          "type": "object",
          "properties": {
            "size": {
              "type": "number",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size)"
            },
            "type": {
              "type": "string",
              "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type)"
            }
          },
          "required": [
            "size",
            "type"
          ],
          "additionalProperties": false,
          "description": "A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob)"
        },
        "BufferSource": {
          "anyOf": [
            {
              "$ref": "#/definitions/ArrayBufferView"
            },
            {
              "$ref": "#/definitions/ArrayBuffer"
            }
          ]
        },
        "ArrayBufferView": {
          "type": "object",
          "properties": {
            "buffer": {
              "$ref": "#/definitions/ArrayBufferLike"
            },
            "byteLength": {
              "type": "number"
            },
            "byteOffset": {
              "type": "number"
            }
          },
          "required": [
            "buffer",
            "byteLength",
            "byteOffset"
          ],
          "additionalProperties": false
        },
        "ArrayBufferLike": {
          "$ref": "#/definitions/ArrayBuffer"
        },
        "ArrayBuffer": {
          "type": "object",
          "properties": {
            "byteLength": {
              "type": "number"
            }
          },
          "required": [
            "byteLength"
          ],
          "additionalProperties": false
        },
        "FormData": {
          "type": "object",
          "additionalProperties": false
        },
        "URLSearchParams": {
          "type": "object",
          "additionalProperties": false
        },
        "HeadersInit": {
          "anyOf": [
            {
              "type": "array",
              "items": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "minItems": 2,
                "maxItems": 2
              }
            },
            {
              "$ref": "#/definitions/Record%3Cstring%2Cstring%3E"
            },
            {
              "$ref": "#/definitions/Headers"
            }
          ]
        },
        "Record<string,string>": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/findNextId.test.ts",
    "name": "NamedParameters<typeof test>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/findNextId.test.ts",
    "operationRelativePath": "src/findNextId.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20test%3E",
      "definitions": {
        "NamedParameters<typeof test>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/findNextId.ts",
    "name": "NamedParameters<typeof getNextCharacter>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/findNextId.ts",
    "operationRelativePath": "src/findNextId.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getNextCharacter%3E",
      "definitions": {
        "NamedParameters<typeof getNextCharacter>": {
          "type": "object",
          "properties": {
            "charCode": {
              "type": "number"
            }
          },
          "required": [
            "charCode"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/findNextId.ts",
    "name": "NamedParameters<typeof charCodesToString>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/findNextId.ts",
    "operationRelativePath": "src/findNextId.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20charCodesToString%3E",
      "definitions": {
        "NamedParameters<typeof charCodesToString>": {
          "type": "object",
          "properties": {
            "charCodes": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          "required": [
            "charCodes"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/findNextId.ts",
    "name": "NamedParameters<typeof findNextId>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/findNextId.ts",
    "operationRelativePath": "src/findNextId.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20findNextId%3E",
      "definitions": {
        "NamedParameters<typeof findNextId>": {
          "type": "object",
          "properties": {
            "ids": {
              "anyOf": [
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                {
                  "type": "string"
                }
              ]
            }
          },
          "required": [
            "ids"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof noEmptyString>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20noEmptyString%3E",
      "definitions": {
        "NamedParameters<typeof noEmptyString>": {
          "type": "object",
          "properties": {
            "input": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof sum>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20sum%3E",
      "definitions": {
        "NamedParameters<typeof sum>": {
          "type": "object",
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          "required": [
            "items"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof apply>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20apply%3E",
      "definitions": {
        "NamedParameters<typeof apply>": {
          "type": "object",
          "properties": {
            "functions": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "isFunction": {
                    "type": "boolean",
                    "const": true
                  }
                }
              }
            },
            "value": {}
          },
          "required": [
            "functions",
            "value"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof createEnum>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20createEnum%3E",
      "definitions": {
        "NamedParameters<typeof createEnum>": {
          "type": "object",
          "properties": {
            "array": {}
          },
          "required": [
            "array"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof groupByKey>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20groupByKey%3E",
      "definitions": {
        "NamedParameters<typeof groupByKey>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            },
            "key": {}
          },
          "required": [
            "array",
            "key"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof isAllTrue>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20isAllTrue%3E",
      "definitions": {
        "NamedParameters<typeof isAllTrue>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {
                "type": "boolean"
              }
            }
          },
          "required": [
            "array"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof onlyUnique>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20onlyUnique%3E",
      "definitions": {
        "NamedParameters<typeof onlyUnique>": {
          "type": "object",
          "properties": {
            "value": {},
            "index": {
              "type": "number"
            },
            "self": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "value",
            "index",
            "self"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof onlyUnique2>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20onlyUnique2%3E",
      "definitions": {
        "NamedParameters<typeof onlyUnique2>": {
          "type": "object",
          "properties": {
            "isEqualFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof onlyDuplicates>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20onlyDuplicates%3E",
      "definitions": {
        "NamedParameters<typeof onlyDuplicates>": {
          "type": "object",
          "properties": {
            "isEqualFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof makeArray>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof takeFirst>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof getObjectFromParamsString>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getObjectFromParamsString%3E",
      "definitions": {
        "NamedParameters<typeof getObjectFromParamsString>": {
          "type": "object",
          "properties": {
            "paramsString": {
              "type": "string"
            }
          },
          "required": [
            "paramsString"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof sumObjectParameters>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20sumObjectParameters%3E",
      "definitions": {
        "NamedParameters<typeof sumObjectParameters>": {
          "type": "object",
          "properties": {
            "object1": {},
            "object2": {}
          },
          "required": [
            "object1",
            "object2"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof sumAllKeys>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20sumAllKeys%3E",
      "definitions": {
        "NamedParameters<typeof sumAllKeys>": {
          "type": "object",
          "properties": {
            "objectArray": {
              "type": "array",
              "items": {}
            },
            "keys": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "objectArray",
            "keys"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/general.ts",
    "name": "NamedParameters<typeof notEmpty>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/general.ts",
    "operationRelativePath": "src/general.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/generateDateId.ts",
    "name": "NamedParameters<typeof generateDateId>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/generateDateId.ts",
    "operationRelativePath": "src/generateDateId.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20generateDateId%3E",
      "definitions": {
        "NamedParameters<typeof generateDateId>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/generateRandomString.ts",
    "name": "NamedParameters<typeof generateRandomString>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/generateRandomString.ts",
    "operationRelativePath": "src/generateRandomString.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20generateRandomString%3E",
      "definitions": {
        "NamedParameters<typeof generateRandomString>": {
          "type": "object",
          "properties": {
            "length": {
              "type": "number"
            }
          },
          "required": [
            "length"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/generateRandomString.ts",
    "name": "NamedParameters<typeof generateId>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/generateRandomString.ts",
    "operationRelativePath": "src/generateRandomString.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20generateId%3E",
      "definitions": {
        "NamedParameters<typeof generateId>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/generateRandomString.ts",
    "name": "NamedParameters<typeof generatePassword>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/generateRandomString.ts",
    "operationRelativePath": "src/generateRandomString.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20generatePassword%3E",
      "definitions": {
        "NamedParameters<typeof generatePassword>": {
          "type": "object",
          "properties": {
            "passwordLength": {
              "type": "number"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getCurrentDate.ts",
    "name": "NamedParameters<typeof getCurrentDate>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getCurrentDate.ts",
    "operationRelativePath": "src/getCurrentDate.ts",
    "error": "TypeError: Invalid value used as weak map key"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getFirstEmoji.ts",
    "name": "NamedParameters<typeof getFirstEmoji>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getFirstEmoji.ts",
    "operationRelativePath": "src/getFirstEmoji.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getFirstEmoji%3E",
      "definitions": {
        "NamedParameters<typeof getFirstEmoji>": {
          "type": "object",
          "properties": {
            "text": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getHumanReadableAgoTime.ts",
    "name": "NamedParameters<typeof getHumanReadableAgoTime>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getHumanReadableAgoTime.ts",
    "operationRelativePath": "src/getHumanReadableAgoTime.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getHumanReadableAgoTime%3E",
      "definitions": {
        "NamedParameters<typeof getHumanReadableAgoTime>": {
          "type": "object",
          "properties": {
            "unixTime": {
              "type": "number"
            }
          },
          "required": [
            "unixTime"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getHumanReadableDatetime.ts",
    "name": "NamedParameters<typeof getHumanReadableDatetime>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getHumanReadableDatetime.ts",
    "operationRelativePath": "src/getHumanReadableDatetime.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getHumanReadableDatetime%3E",
      "definitions": {
        "NamedParameters<typeof getHumanReadableDatetime>": {
          "type": "object",
          "properties": {
            "unixTime": {
              "type": "number"
            }
          },
          "required": [
            "unixTime"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getNumberOfLines.ts",
    "name": "NamedParameters<typeof getNumberOfLines>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getNumberOfLines.ts",
    "operationRelativePath": "src/getNumberOfLines.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getNumberOfLines%3E",
      "definitions": {
        "NamedParameters<typeof getNumberOfLines>": {
          "type": "object",
          "properties": {
            "string": {
              "type": "string"
            }
          },
          "required": [
            "string"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getObjectKeysArray.ts",
    "name": "NamedParameters<typeof getObjectKeysArray>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getObjectKeysArray.ts",
    "operationRelativePath": "src/getObjectKeysArray.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getObjectKeysArray%3E",
      "definitions": {
        "NamedParameters<typeof getObjectKeysArray>": {
          "type": "object",
          "properties": {
            "object": {}
          },
          "required": [
            "object"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getParameterAtLocation.ts",
    "name": "NamedParameters<typeof getParameterAtLocation>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getParameterAtLocation.ts",
    "operationRelativePath": "src/getParameterAtLocation.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getParameterAtLocation%3E",
      "definitions": {
        "NamedParameters<typeof getParameterAtLocation>": {
          "type": "object",
          "properties": {
            "object": {
              "type": "object"
            },
            "location": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "required": [
            "object",
            "location"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getQueryPath.ts",
    "name": "NamedParameters<typeof getQueryPath>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getQueryPath.ts",
    "operationRelativePath": "src/getQueryPath.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getQueryPath%3E",
      "definitions": {
        "NamedParameters<typeof getQueryPath>": {
          "type": "object",
          "properties": {
            "parsedUrlQuery": {
              "$ref": "#/definitions/ParsedUrlQuery"
            }
          },
          "additionalProperties": false
        },
        "ParsedUrlQuery": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              {
                "not": {}
              }
            ]
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getStringSizeSummary.ts",
    "name": "NamedParameters<typeof getStringSizeSummary>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getStringSizeSummary.ts",
    "operationRelativePath": "src/getStringSizeSummary.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getStringSizeSummary%3E",
      "definitions": {
        "NamedParameters<typeof getStringSizeSummary>": {
          "type": "object",
          "properties": {
            "string": {
              "type": "string"
            }
          },
          "required": [
            "string"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getSubsetFromObject.ts",
    "name": "NamedParameters<typeof getSubsetFromObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getSubsetFromObject.ts",
    "operationRelativePath": "src/getSubsetFromObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getSubsetFromObject%3E",
      "definitions": {
        "NamedParameters<typeof getSubsetFromObject>": {
          "type": "object",
          "properties": {
            "object": {},
            "keys": {}
          },
          "required": [
            "object",
            "keys"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/getYoutubeId.ts",
    "name": "NamedParameters<typeof getYoutubeId>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/getYoutubeId.ts",
    "operationRelativePath": "src/getYoutubeId.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20getYoutubeId%3E",
      "definitions": {
        "NamedParameters<typeof getYoutubeId>": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/hasAllLetters.ts",
    "name": "NamedParameters<typeof hasAllLetters>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/hasAllLetters.ts",
    "operationRelativePath": "src/hasAllLetters.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20hasAllLetters%3E",
      "definitions": {
        "NamedParameters<typeof hasAllLetters>": {
          "type": "object",
          "properties": {
            "a": {
              "type": "string"
            },
            "b": {
              "type": "string"
            }
          },
          "required": [
            "a",
            "b"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/hashCode.ts",
    "name": "NamedParameters<typeof hashCode>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/hashCode.ts",
    "operationRelativePath": "src/hashCode.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20hashCode%3E",
      "definitions": {
        "NamedParameters<typeof hashCode>": {
          "type": "object",
          "properties": {
            "string": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/isAbsoluteImport.ts",
    "name": "NamedParameters<typeof isAbsoluteImport>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/isAbsoluteImport.ts",
    "operationRelativePath": "src/isAbsoluteImport.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20isAbsoluteImport%3E",
      "definitions": {
        "NamedParameters<typeof isAbsoluteImport>": {
          "type": "object",
          "properties": {
            "moduleString": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/isArrayEqual.ts",
    "name": "NamedParameters<typeof isArrayEqual>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/isArrayEqual.ts",
    "operationRelativePath": "src/isArrayEqual.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20isArrayEqual%3E",
      "definitions": {
        "NamedParameters<typeof isArrayEqual>": {
          "type": "object",
          "properties": {
            "a": {
              "type": "array",
              "items": {}
            },
            "b": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "a",
            "b"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/isPhoneNumber.ts",
    "name": "NamedParameters<typeof isPhoneNumber>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/isPhoneNumber.ts",
    "operationRelativePath": "src/isPhoneNumber.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20isPhoneNumber%3E",
      "definitions": {
        "NamedParameters<typeof isPhoneNumber>": {
          "type": "object",
          "properties": {
            "phoneNumber": {
              "type": "string"
            }
          },
          "required": [
            "phoneNumber"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/isUrl.ts",
    "name": "NamedParameters<typeof isUrl>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/isUrl.ts",
    "operationRelativePath": "src/isUrl.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20isUrl%3E",
      "definitions": {
        "NamedParameters<typeof isUrl>": {
          "type": "object",
          "properties": {
            "urlOrPath": {
              "type": "string"
            }
          },
          "required": [
            "urlOrPath"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapAsync.ts",
    "name": "NamedParameters<typeof mapAsync>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapAsync.ts",
    "operationRelativePath": "src/mapAsync.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mapAsync%3E",
      "definitions": {
        "NamedParameters<typeof mapAsync>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            },
            "callback": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "array",
            "callback"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.test.ts",
    "name": "NamedParameters<typeof concatenate>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.test.ts",
    "operationRelativePath": "src/mapMany.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20concatenate%3E",
      "definitions": {
        "NamedParameters<typeof concatenate>": {
          "type": "object",
          "properties": {
            "letter": {
              "type": "string"
            }
          },
          "required": [
            "letter"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.test.ts",
    "name": "NamedParameters<typeof main>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.test.ts",
    "operationRelativePath": "src/mapMany.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20main%3E",
      "definitions": {
        "NamedParameters<typeof main>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "MapFn",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/MapFn",
      "definitions": {
        "MapFn": {
          "type": "object",
          "properties": {
            "isFunction": {
              "type": "boolean",
              "const": true
            }
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "NamedParameters<typeof mapItem>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "NamedParameters<typeof worker>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20worker%3E",
      "definitions": {
        "NamedParameters<typeof worker>": {
          "type": "object",
          "properties": {
            "id": {
              "type": "number"
            },
            "generator": {
              "$ref": "#/definitions/ArrayGenerator"
            },
            "mapFn": {
              "$ref": "#/definitions/MapFn%3Cany%2Cany%3E"
            },
            "result": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "id",
            "generator",
            "mapFn",
            "result"
          ],
          "additionalProperties": false
        },
        "ArrayGenerator": {
          "$ref": "#/definitions/Generator%3C%5Bany%2Cnumber%2Cany%5B%5D%5D%2Cvoid%2Cunknown%3E"
        },
        "Generator<[any,number,any[]],void,unknown>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {}
        },
        "MapFn<any,any>": {
          "type": "object",
          "properties": {
            "isFunction": {
              "type": "boolean",
              "const": true
            }
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "ArrayGenerator",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/ArrayGenerator",
      "definitions": {
        "ArrayGenerator": {
          "$ref": "#/definitions/Generator%3C%5Bany%2Cnumber%2Cany%5B%5D%5D%2Cvoid%2Cunknown%3E"
        },
        "Generator<[any,number,any[]],void,unknown>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {}
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "NamedParameters<typeof arrayGenerator>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20arrayGenerator%3E",
      "definitions": {
        "NamedParameters<typeof arrayGenerator>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "array"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mapMany.ts",
    "name": "NamedParameters<typeof mapMany>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mapMany.ts",
    "operationRelativePath": "src/mapMany.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mapMany%3E",
      "definitions": {
        "NamedParameters<typeof mapMany>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            },
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            },
            "limit": {
              "type": "number",
              "description": "Limit of amount of items at the same time"
            }
          },
          "required": [
            "array",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeNestedObject.test.ts",
    "name": "NamedParameters<typeof mergeNestedObjectTest>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeNestedObject.test.ts",
    "operationRelativePath": "src/mergeNestedObject.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mergeNestedObjectTest%3E",
      "definitions": {
        "NamedParameters<typeof mergeNestedObjectTest>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "name": "IsOptional",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "operationRelativePath": "src/mergeNestedObject.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "name": "NamedParameters<typeof mergeNestedObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "operationRelativePath": "src/mergeNestedObject.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "name": "NestedPartial2",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "operationRelativePath": "src/mergeNestedObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NestedPartial2",
      "definitions": {
        "NestedPartial2": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": false
            },
            {
              "not": {}
            }
          ]
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "name": "NamedParameters<typeof setNestedObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeNestedObject.ts",
    "operationRelativePath": "src/mergeNestedObject.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/mergeObjectsArray.ts",
    "name": "NamedParameters<typeof mergeObjectsArray>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/mergeObjectsArray.ts",
    "operationRelativePath": "src/mergeObjectsArray.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mergeObjectsArray%3E",
      "definitions": {
        "NamedParameters<typeof mergeObjectsArray>": {
          "type": "object",
          "properties": {
            "objectsArray": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "objectsArray"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.test.ts",
    "name": "NamedParameters<typeof flattenObjectMaps>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.test.ts",
    "operationRelativePath": "src/object-maps.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20flattenObjectMaps%3E",
      "definitions": {
        "NamedParameters<typeof flattenObjectMaps>": {
          "type": "object",
          "properties": {
            "monster": {
              "$ref": "#/definitions/O"
            },
            "locatons": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "monster",
            "locatons"
          ],
          "additionalProperties": false
        },
        "O": {
          "type": "object"
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.test.ts",
    "name": "OpenapiDocumentMonster",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.test.ts",
    "operationRelativePath": "src/object-maps.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/OpenapiDocumentMonster",
      "definitions": {
        "OpenapiDocumentMonster": {
          "description": "Megalith"
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof objectMapAsync>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20objectMapAsync%3E",
      "definitions": {
        "NamedParameters<typeof objectMapAsync>": {
          "type": "object",
          "properties": {
            "object": {},
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "object",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof objectMapSync>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20objectMapSync%3E",
      "definitions": {
        "NamedParameters<typeof objectMapSync>": {
          "type": "object",
          "properties": {
            "object": {},
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "object",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof objectValuesMap>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20objectValuesMap%3E",
      "definitions": {
        "NamedParameters<typeof objectValuesMap>": {
          "type": "object",
          "properties": {
            "object": {},
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "object",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof mapValuesSync>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mapValuesSync%3E",
      "definitions": {
        "NamedParameters<typeof mapValuesSync>": {
          "type": "object",
          "properties": {
            "object": {
              "type": "object",
              "additionalProperties": false
            },
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "object",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof mapKeys>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20mapKeys%3E",
      "definitions": {
        "NamedParameters<typeof mapKeys>": {
          "type": "object",
          "properties": {
            "object": {
              "type": "object"
            },
            "mapFn": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "object",
            "mapFn"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-maps.ts",
    "name": "NamedParameters<typeof objectMapToArray>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-maps.ts",
    "operationRelativePath": "src/object-maps.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20objectMapToArray%3E",
      "definitions": {
        "NamedParameters<typeof objectMapToArray>": {
          "type": "object",
          "properties": {
            "objectMap": {
              "type": "object",
              "additionalProperties": false
            },
            "keyPropertyName": {
              "description": "If defined will use this as propterty, otherwise will just use \"key\""
            }
          },
          "required": [
            "keyPropertyName"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-merge.ts",
    "name": "NamedParameters<typeof mergeObjectParameters>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-merge.ts",
    "operationRelativePath": "src/object-merge.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/object-merge.ts",
    "name": "NamedParameters<typeof mergeObjects>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/object-merge.ts",
    "operationRelativePath": "src/object-merge.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/omitUndefinedValues.ts",
    "name": "NamedParameters<typeof omitUndefinedValues>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/omitUndefinedValues.ts",
    "operationRelativePath": "src/omitUndefinedValues.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20omitUndefinedValues%3E",
      "definitions": {
        "NamedParameters<typeof omitUndefinedValues>": {
          "type": "object",
          "properties": {
            "object": {}
          },
          "required": [
            "object"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/pickArrayItemsRandomly.ts",
    "name": "NamedParameters<typeof shuffleNumbers>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/pickArrayItemsRandomly.ts",
    "operationRelativePath": "src/pickArrayItemsRandomly.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20shuffleNumbers%3E",
      "definitions": {
        "NamedParameters<typeof shuffleNumbers>": {
          "type": "object",
          "properties": {
            "numbers": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          "required": [
            "numbers"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/pickArrayItemsRandomly.ts",
    "name": "NamedParameters<typeof pickArrayItemsRandomly>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/pickArrayItemsRandomly.ts",
    "operationRelativePath": "src/pickArrayItemsRandomly.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20pickArrayItemsRandomly%3E",
      "definitions": {
        "NamedParameters<typeof pickArrayItemsRandomly>": {
          "type": "object",
          "properties": {
            "list": {
              "type": "array",
              "items": {}
            },
            "amount": {
              "type": "number"
            }
          },
          "required": [
            "list",
            "amount"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/pickRandomArrayItem.ts",
    "name": "NamedParameters<typeof pickRandomArrayItem>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/pickRandomArrayItem.ts",
    "operationRelativePath": "src/pickRandomArrayItem.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20pickRandomArrayItem%3E",
      "definitions": {
        "NamedParameters<typeof pickRandomArrayItem>": {
          "type": "object",
          "properties": {
            "array": {
              "type": "array",
              "items": {}
            }
          },
          "required": [
            "array"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/pipelinify.ts",
    "name": "NamedParameters<typeof pipelinifyOne>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/pipelinify.ts",
    "operationRelativePath": "src/pipelinify.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20pipelinifyOne%3E",
      "definitions": {
        "NamedParameters<typeof pipelinifyOne>": {
          "type": "object",
          "properties": {
            "input": {},
            "functions": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "isFunction": {
                    "type": "boolean",
                    "const": true
                  }
                }
              }
            },
            "context": {
              "type": "object"
            },
            "config": {
              "type": "object",
              "properties": {
                "showErrors": {
                  "type": "boolean"
                }
              },
              "additionalProperties": false
            }
          },
          "required": [
            "input",
            "functions"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/pipelinify.ts",
    "name": "NamedParameters<typeof pipelinify>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/pipelinify.ts",
    "operationRelativePath": "src/pipelinify.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20pipelinify%3E",
      "definitions": {
        "NamedParameters<typeof pipelinify>": {
          "type": "object",
          "properties": {
            "input": {},
            "functions": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "isFunction": {
                    "type": "boolean",
                    "const": true
                  }
                }
              }
            },
            "context": {
              "type": "object"
            },
            "config": {
              "type": "object",
              "properties": {
                "showErrors": {
                  "type": "boolean"
                }
              },
              "additionalProperties": false
            }
          },
          "required": [
            "input",
            "functions"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/promisifyValue.ts",
    "name": "NamedParameters<typeof promisifyValue>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/promisifyValue.ts",
    "operationRelativePath": "src/promisifyValue.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20promisifyValue%3E",
      "definitions": {
        "NamedParameters<typeof promisifyValue>": {
          "type": "object",
          "properties": {
            "value": {}
          },
          "required": [
            "value"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/queueThis.ts",
    "name": "NamedParameters<typeof queueThis>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/queueThis.ts",
    "operationRelativePath": "src/queueThis.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/removeOptionalKeysFromObject.ts",
    "name": "NamedParameters<typeof removeOptionalKeysFromObjectStrings>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/removeOptionalKeysFromObject.ts",
    "operationRelativePath": "src/removeOptionalKeysFromObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20removeOptionalKeysFromObjectStrings%3E",
      "definitions": {
        "NamedParameters<typeof removeOptionalKeysFromObjectStrings>": {
          "type": "object",
          "properties": {
            "object": {},
            "keys": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "required": [
            "object",
            "keys"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/removeOptionalKeysFromObject.ts",
    "name": "NamedParameters<typeof removeOptionalKeysFromObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/removeOptionalKeysFromObject.ts",
    "operationRelativePath": "src/removeOptionalKeysFromObject.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/replaceLastOccurence.ts",
    "name": "NamedParameters<typeof reverseString>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/replaceLastOccurence.ts",
    "operationRelativePath": "src/replaceLastOccurence.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20reverseString%3E",
      "definitions": {
        "NamedParameters<typeof reverseString>": {
          "type": "object",
          "properties": {
            "string": {
              "type": "string"
            }
          },
          "required": [
            "string"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/replaceLastOccurence.ts",
    "name": "NamedParameters<typeof replaceLastOccurence>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/replaceLastOccurence.ts",
    "operationRelativePath": "src/replaceLastOccurence.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20replaceLastOccurence%3E",
      "definitions": {
        "NamedParameters<typeof replaceLastOccurence>": {
          "type": "object",
          "properties": {
            "string": {
              "type": "string"
            },
            "searchValue": {
              "type": "string"
            },
            "replaceValue": {
              "type": "string"
            }
          },
          "required": [
            "string",
            "searchValue",
            "replaceValue"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "name": "NamedParameters<typeof verySlowFunction>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "operationRelativePath": "src/runFunctionWithTimeout.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20verySlowFunction%3E",
      "definitions": {
        "NamedParameters<typeof verySlowFunction>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "name": "NamedParameters<typeof afterResultFunction>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "operationRelativePath": "src/runFunctionWithTimeout.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20afterResultFunction%3E",
      "definitions": {
        "NamedParameters<typeof afterResultFunction>": {
          "type": "object",
          "properties": {
            "result": {
              "type": "boolean"
            }
          },
          "required": [
            "result"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "name": "NamedParameters<typeof test>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/runFunctionWithTimeout.test.ts",
    "operationRelativePath": "src/runFunctionWithTimeout.test.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20test%3E",
      "definitions": {
        "NamedParameters<typeof test>": {
          "type": "object",
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/runFunctionWithTimeout.ts",
    "name": "NamedParameters<typeof runFunctionWithTimeout>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/runFunctionWithTimeout.ts",
    "operationRelativePath": "src/runFunctionWithTimeout.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20runFunctionWithTimeout%3E",
      "definitions": {
        "NamedParameters<typeof runFunctionWithTimeout>": {
          "type": "object",
          "properties": {
            "fn": {},
            "timeoutMs": {
              "type": "number"
            },
            "onFinish": {
              "type": "object",
              "properties": {
                "isFunction": {
                  "type": "boolean",
                  "const": true
                }
              }
            }
          },
          "required": [
            "fn",
            "timeoutMs"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/simplifyOpenapi.ts",
    "name": "NamedParameters<typeof simplifyOpenapi>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/simplifyOpenapi.ts",
    "operationRelativePath": "src/simplifyOpenapi.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20simplifyOpenapi%3E",
      "definitions": {
        "NamedParameters<typeof simplifyOpenapi>": {
          "type": "object",
          "properties": {
            "openapi": {
              "$ref": "#/definitions/OpenapiDocument"
            }
          },
          "required": [
            "openapi"
          ],
          "additionalProperties": false
        },
        "OpenapiDocument": {
          "$ref": "#/definitions/RemoveFunctions%3COpenAPIV3_1.Document%3E"
        },
        "RemoveFunctions<OpenAPIV3_1.Document>": {
          "$ref": "#/definitions/Pick%3COpenAPIV3_1.Document%2CNonFunctionKeyNames%3COpenAPIV3_1.Document%3E%3E"
        },
        "Pick<OpenAPIV3_1.Document,NonFunctionKeyNames<OpenAPIV3_1.Document>>": {
          "type": "object",
          "properties": {
            "openapi": {
              "type": "string"
            },
            "security": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.SecurityRequirementObject"
              }
            },
            "tags": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.TagObject"
              }
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "x-express-openapi-additional-middleware": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "isFunction": {
                    "type": "boolean",
                    "const": true
                  }
                }
              }
            },
            "x-express-openapi-validation-strict": {
              "type": "boolean"
            },
            "info": {
              "$ref": "#/definitions/OpenAPIV3_1.InfoObject"
            },
            "jsonSchemaDialect": {
              "type": "string"
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3_1.ServerObject"
              }
            },
            "paths": {
              "$ref": "#/definitions/OpenAPIV3_1.PathsObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "webhooks": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.PathItemObject%7COpenAPIV3_1.ReferenceObject)%3E"
            },
            "components": {
              "$ref": "#/definitions/OpenAPIV3_1.ComponentsObject"
            }
          },
          "required": [
            "openapi",
            "info"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.SecurityRequirementObject": {
          "type": "object",
          "additionalProperties": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "OpenAPIV3.TagObject": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            }
          },
          "required": [
            "name"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.ExternalDocumentationObject": {
          "type": "object",
          "properties": {
            "description": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3_1.InfoObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.InfoObject%2Cstructure-dist_index.d.ts-1662-1729-dist_index.d.ts-1633-1730-dist_index.d.ts-1604-1731-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.InfoObject,structure-dist_index.d.ts-1662-1729-dist_index.d.ts-1633-1730-dist_index.d.ts-1604-1731-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "summary": {
              "type": "string"
            },
            "license": {
              "$ref": "#/definitions/OpenAPIV3_1.LicenseObject"
            },
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "termsOfService": {
              "type": "string"
            },
            "contact": {
              "$ref": "#/definitions/OpenAPIV3.ContactObject"
            },
            "version": {
              "type": "string"
            }
          },
          "required": [
            "title",
            "version"
          ]
        },
        "OpenAPIV3_1.LicenseObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.LicenseObject%2Cstructure-dist_index.d.ts-1852-1889-dist_index.d.ts-1820-1890-dist_index.d.ts-1788-1891-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.LicenseObject,structure-dist_index.d.ts-1852-1889-dist_index.d.ts-1820-1890-dist_index.d.ts-1788-1891-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "identifier": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          },
          "required": [
            "name"
          ]
        },
        "OpenAPIV3.ContactObject": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "url": {
              "type": "string"
            },
            "email": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3_1.ServerObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.ServerObject%2Cstructure-dist_index.d.ts-1953-2070-dist_index.d.ts-1922-2071-dist_index.d.ts-1891-2072-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.ServerObject,structure-dist_index.d.ts-1953-2070-dist_index.d.ts-1922-2071-dist_index.d.ts-1891-2072-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "url": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "variables": {
              "$ref": "#/definitions/Record%3Cstring%2COpenAPIV3_1.ServerVariableObject%3E"
            }
          },
          "required": [
            "url"
          ]
        },
        "Record<string,OpenAPIV3_1.ServerVariableObject>": {
          "type": "object",
          "additionalProperties": {
            "$ref": "#/definitions/OpenAPIV3_1.ServerVariableObject"
          }
        },
        "OpenAPIV3_1.ServerVariableObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.ServerVariableObject%2Cstructure-dist_index.d.ts-2150-2196-dist_index.d.ts-2111-2197-dist_index.d.ts-2072-2198-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.ServerVariableObject,structure-dist_index.d.ts-2150-2196-dist_index.d.ts-2111-2197-dist_index.d.ts-2072-2198-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "enum": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 1
            },
            "default": {
              "type": "string"
            },
            "description": {
              "type": "string"
            }
          },
          "required": [
            "default"
          ]
        },
        "OpenAPIV3_1.PathsObject<structure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "$ref": "#/definitions/Record%3Cstring%2C((def-alias-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E%26structure-dist_index.d.ts-2260-2263-dist_index.d.ts-2245-2263-dist_index.d.ts-2198-2319-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E)%7Cundefined)%3E"
        },
        "Record<string,((def-alias-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124<structure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>&structure-dist_index.d.ts-2260-2263-dist_index.d.ts-2245-2263-dist_index.d.ts-2198-2319-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124<structure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>)|undefined)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "type": "object",
                "additionalProperties": false,
                "properties": {
                  "get": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "put": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "post": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "delete": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "options": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "head": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "patch": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "trace": {
                    "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
                  },
                  "servers": {
                    "type": "array",
                    "items": {
                      "$ref": "#/definitions/OpenAPIV3_1.ServerObject"
                    }
                  },
                  "parameters": {
                    "type": "array",
                    "items": {
                      "anyOf": [
                        {
                          "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                        },
                        {
                          "$ref": "#/definitions/OpenAPIV3_1.ParameterObject"
                        }
                      ]
                    }
                  },
                  "$ref": {
                    "type": "string"
                  },
                  "summary": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  }
                }
              },
              {
                "not": {}
              }
            ]
          }
        },
        "OpenAPIV3.OperationObject<structure-dist_index.d.ts-1117-1120-dist_index.d.ts-1103-1120-dist_index.d.ts-1077-1604-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "operationId": {
              "type": "string"
            },
            "parameters": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ParameterObject"
                  }
                ]
              }
            },
            "requestBody": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.RequestBodyObject"
                }
              ]
            },
            "responses": {
              "$ref": "#/definitions/OpenAPIV3.ResponsesObject"
            },
            "callbacks": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.CallbackObject"
                  }
                ]
              }
            },
            "deprecated": {
              "type": "boolean"
            },
            "security": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.SecurityRequirementObject"
              }
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.ServerObject"
              }
            }
          },
          "required": [
            "responses"
          ]
        },
        "OpenAPIV3.ReferenceObject": {
          "type": "object",
          "properties": {
            "$ref": {
              "type": "string"
            }
          },
          "required": [
            "$ref"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.ParameterObject": {
          "type": "object",
          "properties": {
            "description": {
              "type": "string"
            },
            "required": {
              "type": "boolean"
            },
            "deprecated": {
              "type": "boolean"
            },
            "allowEmptyValue": {
              "type": "boolean"
            },
            "style": {
              "type": "string"
            },
            "explode": {
              "type": "boolean"
            },
            "allowReserved": {
              "type": "boolean"
            },
            "schema": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "example": {},
            "examples": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ExampleObject"
                  }
                ]
              }
            },
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.MediaTypeObject"
              }
            },
            "name": {
              "type": "string"
            },
            "in": {
              "type": "string"
            }
          },
          "required": [
            "name",
            "in"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.SchemaObject": {
          "anyOf": [
            {
              "$ref": "#/definitions/OpenAPIV3.ArraySchemaObject"
            },
            {
              "$ref": "#/definitions/OpenAPIV3.NonArraySchemaObject"
            }
          ]
        },
        "OpenAPIV3.ArraySchemaObject": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "format": {
              "type": "string"
            },
            "default": {},
            "multipleOf": {
              "type": "number"
            },
            "maximum": {
              "type": "number"
            },
            "exclusiveMaximum": {
              "type": "boolean"
            },
            "minimum": {
              "type": "number"
            },
            "exclusiveMinimum": {
              "type": "boolean"
            },
            "maxLength": {
              "type": "number"
            },
            "minLength": {
              "type": "number"
            },
            "pattern": {
              "type": "string"
            },
            "additionalProperties": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "maxItems": {
              "type": "number"
            },
            "minItems": {
              "type": "number"
            },
            "uniqueItems": {
              "type": "boolean"
            },
            "maxProperties": {
              "type": "number"
            },
            "minProperties": {
              "type": "number"
            },
            "required": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "enum": {
              "type": "array",
              "items": {}
            },
            "properties": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "allOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "oneOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "anyOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "not": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "nullable": {
              "type": "boolean"
            },
            "discriminator": {
              "$ref": "#/definitions/OpenAPIV3.DiscriminatorObject"
            },
            "readOnly": {
              "type": "boolean"
            },
            "writeOnly": {
              "type": "boolean"
            },
            "xml": {
              "$ref": "#/definitions/OpenAPIV3.XMLObject"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "example": {},
            "deprecated": {
              "type": "boolean"
            },
            "type": {
              "$ref": "#/definitions/OpenAPIV3.ArraySchemaObjectType"
            },
            "items": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            }
          },
          "required": [
            "type",
            "items"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.DiscriminatorObject": {
          "type": "object",
          "properties": {
            "propertyName": {
              "type": "string"
            },
            "mapping": {
              "type": "object",
              "additionalProperties": {
                "type": "string"
              }
            }
          },
          "required": [
            "propertyName"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.XMLObject": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "namespace": {
              "type": "string"
            },
            "prefix": {
              "type": "string"
            },
            "attribute": {
              "type": "boolean"
            },
            "wrapped": {
              "type": "boolean"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.ArraySchemaObjectType": {
          "type": "string",
          "const": "array"
        },
        "OpenAPIV3.NonArraySchemaObject": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "format": {
              "type": "string"
            },
            "default": {},
            "multipleOf": {
              "type": "number"
            },
            "maximum": {
              "type": "number"
            },
            "exclusiveMaximum": {
              "type": "boolean"
            },
            "minimum": {
              "type": "number"
            },
            "exclusiveMinimum": {
              "type": "boolean"
            },
            "maxLength": {
              "type": "number"
            },
            "minLength": {
              "type": "number"
            },
            "pattern": {
              "type": "string"
            },
            "additionalProperties": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "maxItems": {
              "type": "number"
            },
            "minItems": {
              "type": "number"
            },
            "uniqueItems": {
              "type": "boolean"
            },
            "maxProperties": {
              "type": "number"
            },
            "minProperties": {
              "type": "number"
            },
            "required": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "enum": {
              "type": "array",
              "items": {}
            },
            "properties": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "allOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "oneOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "anyOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                  }
                ]
              }
            },
            "not": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "nullable": {
              "type": "boolean"
            },
            "discriminator": {
              "$ref": "#/definitions/OpenAPIV3.DiscriminatorObject"
            },
            "readOnly": {
              "type": "boolean"
            },
            "writeOnly": {
              "type": "boolean"
            },
            "xml": {
              "$ref": "#/definitions/OpenAPIV3.XMLObject"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "example": {},
            "deprecated": {
              "type": "boolean"
            },
            "type": {
              "$ref": "#/definitions/OpenAPIV3.NonArraySchemaObjectType"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.NonArraySchemaObjectType": {
          "type": "string",
          "enum": [
            "boolean",
            "object",
            "number",
            "string",
            "integer"
          ]
        },
        "OpenAPIV3.ExampleObject": {
          "type": "object",
          "properties": {
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "value": {},
            "externalValue": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.MediaTypeObject": {
          "type": "object",
          "properties": {
            "schema": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "example": {},
            "examples": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ExampleObject"
                  }
                ]
              }
            },
            "encoding": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.EncodingObject"
              }
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.EncodingObject": {
          "type": "object",
          "properties": {
            "contentType": {
              "type": "string"
            },
            "headers": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.HeaderObject"
                  }
                ]
              }
            },
            "style": {
              "type": "string"
            },
            "explode": {
              "type": "boolean"
            },
            "allowReserved": {
              "type": "boolean"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.HeaderObject": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "description": {
              "type": "string"
            },
            "required": {
              "type": "boolean"
            },
            "deprecated": {
              "type": "boolean"
            },
            "allowEmptyValue": {
              "type": "boolean"
            },
            "style": {
              "type": "string"
            },
            "explode": {
              "type": "boolean"
            },
            "allowReserved": {
              "type": "boolean"
            },
            "schema": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.SchemaObject"
                }
              ]
            },
            "example": {},
            "examples": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ExampleObject"
                  }
                ]
              }
            },
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.MediaTypeObject"
              }
            }
          }
        },
        "OpenAPIV3.RequestBodyObject": {
          "type": "object",
          "properties": {
            "description": {
              "type": "string"
            },
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.MediaTypeObject"
              }
            },
            "required": {
              "type": "boolean"
            }
          },
          "required": [
            "content"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.ResponsesObject": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3.ResponseObject"
              }
            ]
          }
        },
        "OpenAPIV3.ResponseObject": {
          "type": "object",
          "properties": {
            "description": {
              "type": "string"
            },
            "headers": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.HeaderObject"
                  }
                ]
              }
            },
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.MediaTypeObject"
              }
            },
            "links": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.LinkObject"
                  }
                ]
              }
            }
          },
          "required": [
            "description"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.LinkObject": {
          "type": "object",
          "properties": {
            "operationRef": {
              "type": "string"
            },
            "operationId": {
              "type": "string"
            },
            "parameters": {
              "type": "object"
            },
            "requestBody": {},
            "description": {
              "type": "string"
            },
            "server": {
              "$ref": "#/definitions/OpenAPIV3.ServerObject"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3.ServerObject": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "variables": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.ServerVariableObject"
              }
            }
          },
          "required": [
            "url"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.ServerVariableObject": {
          "type": "object",
          "properties": {
            "enum": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "default": {
              "type": "string"
            },
            "description": {
              "type": "string"
            }
          },
          "required": [
            "default"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.CallbackObject": {
          "type": "object",
          "additionalProperties": {
            "$ref": "#/definitions/OpenAPIV3.PathItemObject"
          }
        },
        "OpenAPIV3.PathItemObject": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "get": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "put": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "post": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "delete": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "options": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "head": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "patch": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "trace": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124%3E"
            },
            "$ref": {
              "type": "string"
            },
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.ServerObject"
              }
            },
            "parameters": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ParameterObject"
                  }
                ]
              }
            }
          }
        },
        "OpenAPIV3.OperationObject<structure-dist_index.d.ts-9334-9337-dist_index.d.ts-9320-9337-dist_index.d.ts-9295-9586-dist_index.d.ts-7684-17209-dist_index.d.ts-7649-17209-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "operationId": {
              "type": "string"
            },
            "parameters": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ParameterObject"
                  }
                ]
              }
            },
            "requestBody": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.RequestBodyObject"
                }
              ]
            },
            "responses": {
              "$ref": "#/definitions/OpenAPIV3.ResponsesObject"
            },
            "callbacks": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.CallbackObject"
                  }
                ]
              }
            },
            "deprecated": {
              "type": "boolean"
            },
            "security": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.SecurityRequirementObject"
              }
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.ServerObject"
              }
            }
          },
          "required": [
            "responses"
          ]
        },
        "OpenAPIV3_1.ReferenceObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.ReferenceObject%2Cstructure-dist_index.d.ts-5252-5316-dist_index.d.ts-5218-5317-dist_index.d.ts-5184-5318-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.ReferenceObject,structure-dist_index.d.ts-5252-5316-dist_index.d.ts-5218-5317-dist_index.d.ts-5184-5318-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "$ref": {
              "type": "string"
            }
          },
          "required": [
            "$ref"
          ]
        },
        "OpenAPIV3_1.ParameterObject": {
          "$ref": "#/definitions/OpenAPIV3.ParameterObject"
        },
        "Record<string,(OpenAPIV3_1.PathItemObject|OpenAPIV3_1.ReferenceObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.PathItemObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.PathItemObject": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "get": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "put": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "post": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "delete": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "options": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "head": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "patch": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "trace": {
              "$ref": "#/definitions/OpenAPIV3.OperationObject%3Cstructure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3_1.ServerObject"
              }
            },
            "parameters": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ParameterObject"
                  }
                ]
              }
            },
            "$ref": {
              "type": "string"
            },
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            }
          }
        },
        "OpenAPIV3.OperationObject<structure-dist_index.d.ts-2418-2421-dist_index.d.ts-2404-2421-dist_index.d.ts-2372-2628-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "summary": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
            },
            "operationId": {
              "type": "string"
            },
            "parameters": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.ParameterObject"
                  }
                ]
              }
            },
            "requestBody": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3.RequestBodyObject"
                }
              ]
            },
            "responses": {
              "$ref": "#/definitions/OpenAPIV3.ResponsesObject"
            },
            "callbacks": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3.CallbackObject"
                  }
                ]
              }
            },
            "deprecated": {
              "type": "boolean"
            },
            "security": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.SecurityRequirementObject"
              }
            },
            "servers": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/OpenAPIV3.ServerObject"
              }
            }
          },
          "required": [
            "responses"
          ]
        },
        "OpenAPIV3_1.ComponentsObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.ComponentsObject%2Cstructure-dist_index.d.ts-6537-7230-dist_index.d.ts-6502-7231-dist_index.d.ts-6467-7232-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.ComponentsObject,structure-dist_index.d.ts-6537-7230-dist_index.d.ts-6502-7231-dist_index.d.ts-6467-7232-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "schemas": {
              "$ref": "#/definitions/Record%3Cstring%2COpenAPIV3_1.SchemaObject%3E"
            },
            "responses": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.ResponseObject)%3E"
            },
            "parameters": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.ParameterObject)%3E"
            },
            "examples": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.ExampleObject)%3E"
            },
            "requestBodies": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.RequestBodyObject)%3E"
            },
            "headers": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.HeaderObject)%3E"
            },
            "securitySchemes": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.SecuritySchemeObject)%3E"
            },
            "links": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.LinkObject)%3E"
            },
            "callbacks": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.CallbackObject)%3E"
            },
            "pathItems": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.PathItemObject)%3E"
            }
          }
        },
        "Record<string,OpenAPIV3_1.SchemaObject>": {
          "type": "object",
          "additionalProperties": {
            "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
          }
        },
        "OpenAPIV3_1.SchemaObject": {
          "anyOf": [
            {
              "$ref": "#/definitions/OpenAPIV3_1.ArraySchemaObject"
            },
            {
              "$ref": "#/definitions/OpenAPIV3_1.NonArraySchemaObject"
            },
            {
              "$ref": "#/definitions/MixedSchemaObject"
            }
          ],
          "description": "There is no way to tell typescript to require items when type is either 'array' or array containing 'array' type 'items' will be always visible as optional Casting schema object to ArraySchemaObject or NonArraySchemaObject will work fine"
        },
        "OpenAPIV3_1.ArraySchemaObject": {
          "type": "object",
          "properties": {
            "examples": {
              "type": "array",
              "items": {
                "anyOf": [
                  {},
                  {
                    "not": {}
                  }
                ]
              }
            },
            "exclusiveMinimum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "exclusiveMaximum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "contentMediaType": {
              "type": "string"
            },
            "$schema": {
              "type": "string"
            },
            "additionalProperties": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "properties": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "allOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "oneOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "anyOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "not": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "discriminator": {
              "$ref": "#/definitions/OpenAPIV3_1.DiscriminatorObject"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3_1.ExternalDocumentationObject"
            },
            "xml": {
              "$ref": "#/definitions/OpenAPIV3_1.XMLObject"
            },
            "const": {},
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "format": {
              "type": "string"
            },
            "default": {},
            "multipleOf": {
              "type": "number"
            },
            "maximum": {
              "type": "number"
            },
            "minimum": {
              "type": "number"
            },
            "maxLength": {
              "type": "number"
            },
            "minLength": {
              "type": "number"
            },
            "pattern": {
              "type": "string"
            },
            "maxItems": {
              "type": "number"
            },
            "minItems": {
              "type": "number"
            },
            "uniqueItems": {
              "type": "boolean"
            },
            "maxProperties": {
              "type": "number"
            },
            "minProperties": {
              "type": "number"
            },
            "required": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "enum": {
              "type": "array",
              "items": {}
            },
            "readOnly": {
              "type": "boolean"
            },
            "writeOnly": {
              "type": "boolean"
            },
            "example": {},
            "deprecated": {
              "type": "boolean"
            },
            "type": {
              "$ref": "#/definitions/OpenAPIV3_1.ArraySchemaObjectType"
            },
            "items": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            }
          },
          "required": [
            "type",
            "items"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3_1.DiscriminatorObject": {
          "$ref": "#/definitions/OpenAPIV3.DiscriminatorObject"
        },
        "OpenAPIV3_1.ExternalDocumentationObject": {
          "$ref": "#/definitions/OpenAPIV3.ExternalDocumentationObject"
        },
        "OpenAPIV3_1.XMLObject": {
          "$ref": "#/definitions/OpenAPIV3.XMLObject"
        },
        "OpenAPIV3_1.ArraySchemaObjectType": {
          "$ref": "#/definitions/OpenAPIV3.ArraySchemaObjectType"
        },
        "OpenAPIV3_1.NonArraySchemaObject": {
          "type": "object",
          "properties": {
            "examples": {
              "type": "array",
              "items": {
                "anyOf": [
                  {},
                  {
                    "not": {}
                  }
                ]
              }
            },
            "exclusiveMinimum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "exclusiveMaximum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "contentMediaType": {
              "type": "string"
            },
            "$schema": {
              "type": "string"
            },
            "additionalProperties": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "properties": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "allOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "oneOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "anyOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "not": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "discriminator": {
              "$ref": "#/definitions/OpenAPIV3_1.DiscriminatorObject"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3_1.ExternalDocumentationObject"
            },
            "xml": {
              "$ref": "#/definitions/OpenAPIV3_1.XMLObject"
            },
            "const": {},
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "format": {
              "type": "string"
            },
            "default": {},
            "multipleOf": {
              "type": "number"
            },
            "maximum": {
              "type": "number"
            },
            "minimum": {
              "type": "number"
            },
            "maxLength": {
              "type": "number"
            },
            "minLength": {
              "type": "number"
            },
            "pattern": {
              "type": "string"
            },
            "maxItems": {
              "type": "number"
            },
            "minItems": {
              "type": "number"
            },
            "uniqueItems": {
              "type": "boolean"
            },
            "maxProperties": {
              "type": "number"
            },
            "minProperties": {
              "type": "number"
            },
            "required": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "enum": {
              "type": "array",
              "items": {}
            },
            "readOnly": {
              "type": "boolean"
            },
            "writeOnly": {
              "type": "boolean"
            },
            "example": {},
            "deprecated": {
              "type": "boolean"
            },
            "type": {
              "$ref": "#/definitions/OpenAPIV3_1.NonArraySchemaObjectType"
            }
          },
          "additionalProperties": false
        },
        "OpenAPIV3_1.NonArraySchemaObjectType": {
          "anyOf": [
            {
              "$ref": "#/definitions/OpenAPIV3.NonArraySchemaObjectType"
            },
            {
              "type": "string",
              "const": "null"
            }
          ]
        },
        "MixedSchemaObject": {
          "type": "object",
          "properties": {
            "examples": {
              "type": "array",
              "items": {
                "anyOf": [
                  {},
                  {
                    "not": {}
                  }
                ]
              }
            },
            "exclusiveMinimum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "exclusiveMaximum": {
              "type": [
                "boolean",
                "number"
              ]
            },
            "contentMediaType": {
              "type": "string"
            },
            "$schema": {
              "type": "string"
            },
            "additionalProperties": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "properties": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "allOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "oneOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "anyOf": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                  }
                ]
              }
            },
            "not": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            },
            "discriminator": {
              "$ref": "#/definitions/OpenAPIV3_1.DiscriminatorObject"
            },
            "externalDocs": {
              "$ref": "#/definitions/OpenAPIV3_1.ExternalDocumentationObject"
            },
            "xml": {
              "$ref": "#/definitions/OpenAPIV3_1.XMLObject"
            },
            "const": {},
            "title": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "format": {
              "type": "string"
            },
            "default": {},
            "multipleOf": {
              "type": "number"
            },
            "maximum": {
              "type": "number"
            },
            "minimum": {
              "type": "number"
            },
            "maxLength": {
              "type": "number"
            },
            "minLength": {
              "type": "number"
            },
            "pattern": {
              "type": "string"
            },
            "maxItems": {
              "type": "number"
            },
            "minItems": {
              "type": "number"
            },
            "uniqueItems": {
              "type": "boolean"
            },
            "maxProperties": {
              "type": "number"
            },
            "minProperties": {
              "type": "number"
            },
            "required": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "enum": {
              "type": "array",
              "items": {}
            },
            "readOnly": {
              "type": "boolean"
            },
            "writeOnly": {
              "type": "boolean"
            },
            "example": {},
            "deprecated": {
              "type": "boolean"
            },
            "type": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ArraySchemaObjectType"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.NonArraySchemaObjectType"
                  }
                ]
              }
            },
            "items": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                }
              ]
            }
          },
          "additionalProperties": false
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.ResponseObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.ResponseObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.ResponseObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.ResponseObject%2Cstructure-dist_index.d.ts-5937-6202-dist_index.d.ts-5904-6203-dist_index.d.ts-5871-6204-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.ResponseObject,structure-dist_index.d.ts-5937-6202-dist_index.d.ts-5904-6203-dist_index.d.ts-5871-6204-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "headers": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.HeaderObject"
                  }
                ]
              }
            },
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3_1.MediaTypeObject"
              }
            },
            "links": {
              "type": "object",
              "additionalProperties": {
                "anyOf": [
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                  },
                  {
                    "$ref": "#/definitions/OpenAPIV3_1.LinkObject"
                  }
                ]
              }
            },
            "description": {
              "type": "string"
            }
          },
          "required": [
            "description"
          ]
        },
        "OpenAPIV3_1.HeaderObject": {
          "$ref": "#/definitions/OpenAPIV3.HeaderObject"
        },
        "OpenAPIV3_1.MediaTypeObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.MediaTypeObject%2Cstructure-dist_index.d.ts-5443-5568-dist_index.d.ts-5409-5569-dist_index.d.ts-5375-5570-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.MediaTypeObject,structure-dist_index.d.ts-5443-5568-dist_index.d.ts-5409-5569-dist_index.d.ts-5375-5570-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "schema": {
              "anyOf": [
                {
                  "$ref": "#/definitions/OpenAPIV3_1.SchemaObject"
                },
                {
                  "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
                }
              ]
            },
            "examples": {
              "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.ReferenceObject%7COpenAPIV3_1.ExampleObject)%3E"
            },
            "example": {},
            "encoding": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3.EncodingObject"
              }
            }
          }
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.ExampleObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.ExampleObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.ExampleObject": {
          "$ref": "#/definitions/OpenAPIV3.ExampleObject"
        },
        "OpenAPIV3_1.LinkObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.LinkObject%2Cstructure-dist_index.d.ts-6262-6301-dist_index.d.ts-6233-6302-dist_index.d.ts-6204-6303-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.LinkObject,structure-dist_index.d.ts-6262-6301-dist_index.d.ts-6233-6302-dist_index.d.ts-6204-6303-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "server": {
              "$ref": "#/definitions/OpenAPIV3_1.ServerObject"
            },
            "operationRef": {
              "type": "string"
            },
            "operationId": {
              "type": "string"
            },
            "parameters": {
              "type": "object"
            },
            "requestBody": {},
            "description": {
              "type": "string"
            }
          }
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.ParameterObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.ParameterObject"
              }
            ]
          }
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.RequestBodyObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.RequestBodyObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.RequestBodyObject": {
          "$ref": "#/definitions/Modify%3COpenAPIV3.RequestBodyObject%2Cstructure-dist_index.d.ts-5701-5785-dist_index.d.ts-5665-5786-dist_index.d.ts-5629-5787-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124%3E"
        },
        "Modify<OpenAPIV3.RequestBodyObject,structure-dist_index.d.ts-5701-5785-dist_index.d.ts-5665-5786-dist_index.d.ts-5629-5787-dist_index.d.ts-829-7649-dist_index.d.ts-792-7649-dist_index.d.ts-0-25124>": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "content": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/OpenAPIV3_1.MediaTypeObject"
              }
            },
            "description": {
              "type": "string"
            },
            "required": {
              "type": "boolean"
            }
          },
          "required": [
            "content"
          ]
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.HeaderObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.HeaderObject"
              }
            ]
          }
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.SecuritySchemeObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.SecuritySchemeObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.SecuritySchemeObject": {
          "$ref": "#/definitions/OpenAPIV3.SecuritySchemeObject"
        },
        "OpenAPIV3.SecuritySchemeObject": {
          "anyOf": [
            {
              "$ref": "#/definitions/OpenAPIV3.HttpSecurityScheme"
            },
            {
              "$ref": "#/definitions/OpenAPIV3.ApiKeySecurityScheme"
            },
            {
              "$ref": "#/definitions/OpenAPIV3.OAuth2SecurityScheme"
            },
            {
              "$ref": "#/definitions/OpenAPIV3.OpenIdSecurityScheme"
            }
          ]
        },
        "OpenAPIV3.HttpSecurityScheme": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "description": {
              "type": "string"
            },
            "scheme": {
              "type": "string"
            },
            "bearerFormat": {
              "type": "string"
            }
          },
          "required": [
            "type",
            "scheme"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.ApiKeySecurityScheme": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "const": "apiKey"
            },
            "description": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "in": {
              "type": "string"
            }
          },
          "required": [
            "type",
            "name",
            "in"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.OAuth2SecurityScheme": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "const": "oauth2"
            },
            "description": {
              "type": "string"
            },
            "flows": {
              "type": "object",
              "properties": {
                "implicit": {
                  "type": "object",
                  "properties": {
                    "authorizationUrl": {
                      "type": "string"
                    },
                    "refreshUrl": {
                      "type": "string"
                    },
                    "scopes": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "authorizationUrl",
                    "scopes"
                  ],
                  "additionalProperties": false
                },
                "password": {
                  "type": "object",
                  "properties": {
                    "tokenUrl": {
                      "type": "string"
                    },
                    "refreshUrl": {
                      "type": "string"
                    },
                    "scopes": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "tokenUrl",
                    "scopes"
                  ],
                  "additionalProperties": false
                },
                "clientCredentials": {
                  "type": "object",
                  "properties": {
                    "tokenUrl": {
                      "type": "string"
                    },
                    "refreshUrl": {
                      "type": "string"
                    },
                    "scopes": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "tokenUrl",
                    "scopes"
                  ],
                  "additionalProperties": false
                },
                "authorizationCode": {
                  "type": "object",
                  "properties": {
                    "authorizationUrl": {
                      "type": "string"
                    },
                    "tokenUrl": {
                      "type": "string"
                    },
                    "refreshUrl": {
                      "type": "string"
                    },
                    "scopes": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "authorizationUrl",
                    "tokenUrl",
                    "scopes"
                  ],
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          },
          "required": [
            "type",
            "flows"
          ],
          "additionalProperties": false
        },
        "OpenAPIV3.OpenIdSecurityScheme": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "const": "openIdConnect"
            },
            "description": {
              "type": "string"
            },
            "openIdConnectUrl": {
              "type": "string"
            }
          },
          "required": [
            "type",
            "openIdConnectUrl"
          ],
          "additionalProperties": false
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.LinkObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.LinkObject"
              }
            ]
          }
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.CallbackObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.CallbackObject"
              }
            ]
          }
        },
        "OpenAPIV3_1.CallbackObject": {
          "$ref": "#/definitions/Record%3Cstring%2C(OpenAPIV3_1.PathItemObject%7COpenAPIV3_1.ReferenceObject)%3E"
        },
        "Record<string,(OpenAPIV3_1.ReferenceObject|OpenAPIV3_1.PathItemObject)>": {
          "type": "object",
          "additionalProperties": {
            "anyOf": [
              {
                "$ref": "#/definitions/OpenAPIV3_1.ReferenceObject"
              },
              {
                "$ref": "#/definitions/OpenAPIV3_1.PathItemObject"
              }
            ]
          }
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/sleep.ts",
    "name": "NamedParameters<typeof sleep>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/sleep.ts",
    "operationRelativePath": "src/sleep.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20sleep%3E",
      "definitions": {
        "NamedParameters<typeof sleep>": {
          "type": "object",
          "properties": {
            "ms": {
              "type": "number"
            }
          },
          "required": [
            "ms"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/splitObject.ts",
    "name": "NamedParameters<typeof splitObject>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/splitObject.ts",
    "operationRelativePath": "src/splitObject.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20splitObject%3E",
      "definitions": {
        "NamedParameters<typeof splitObject>": {
          "type": "object",
          "properties": {
            "object": {},
            "secondObjectKeys": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "required": [
            "object",
            "secondObjectKeys"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/trimSlashes.ts",
    "name": "NamedParameters<typeof trimSlashes>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/trimSlashes.ts",
    "operationRelativePath": "src/trimSlashes.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20trimSlashes%3E",
      "definitions": {
        "NamedParameters<typeof trimSlashes>": {
          "type": "object",
          "properties": {
            "absoluteOrRelativePath": {
              "type": "string"
            }
          },
          "required": [
            "absoluteOrRelativePath"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/tryJsonStringify.ts",
    "name": "NamedParameters<typeof tryJsonStringify>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/tryJsonStringify.ts",
    "operationRelativePath": "src/tryJsonStringify.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20tryJsonStringify%3E",
      "definitions": {
        "NamedParameters<typeof tryJsonStringify>": {
          "type": "object",
          "properties": {
            "data": {}
          },
          "required": [
            "data"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/tryParseJson.ts",
    "name": "NamedParameters<typeof tryParseJson>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/tryParseJson.ts",
    "operationRelativePath": "src/tryParseJson.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20tryParseJson%3E",
      "definitions": {
        "NamedParameters<typeof tryParseJson>": {
          "type": "object",
          "properties": {
            "text": {
              "type": "string"
            },
            "logParseError": {
              "type": "boolean"
            }
          },
          "required": [
            "text"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/tryParseYamlToJson.ts",
    "name": "NamedParameters<typeof tryParseYamlToJson>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/tryParseYamlToJson.ts",
    "operationRelativePath": "src/tryParseYamlToJson.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20tryParseYamlToJson%3E",
      "definitions": {
        "NamedParameters<typeof tryParseYamlToJson>": {
          "type": "object",
          "properties": {
            "yamlString": {
              "type": "string"
            }
          },
          "required": [
            "yamlString"
          ],
          "additionalProperties": false
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "KeysOfType",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/KeysOfType",
      "definitions": {
        "KeysOfType": {}
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "RequiredKeys",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "OptionalKeys",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "Keys",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/Keys",
      "definitions": {
        "Keys": {
          "$ref": "#/definitions/Extract%3C()%2Cstring%3E"
        },
        "Extract<(),string>": {
          "not": {}
        }
      }
    }
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "StringEndsWith",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "Pop",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "Shift",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "WithoutPromise",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/types.ts",
    "name": "WithPromise",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/types.ts",
    "operationRelativePath": "src/types.ts",
    "error": "TypeError: Cannot read properties of undefined (reading 'getId')"
  },
  {
    "modelName": "SchemaItem",
    "projectRelativePath": "packages/_actionschema/js-util/src/unwrapJson.ts",
    "name": "NamedParameters<typeof unwrapJson>",
    "absolutePath": "/Users/king/Desktop/github/os/packages/_actionschema/js-util/src/unwrapJson.ts",
    "operationRelativePath": "src/unwrapJson.ts",
    "schema": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "$ref": "#/definitions/NamedParameters%3Ctypeof%20unwrapJson%3E",
      "definitions": {
        "NamedParameters<typeof unwrapJson>": {
          "type": "object",
          "properties": {
            "json": {
              "$ref": "#/definitions/Json"
            }
          },
          "required": [
            "json"
          ],
          "additionalProperties": false
        },
        "Json": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "number"
            },
            {
              "type": "boolean"
            },
            {
              "type": "null"
            },
            {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/Json"
              }
            },
            {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Json"
              }
            }
          ]
        }
      }
    }
  }
]