-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.json
More file actions
1 lines (1 loc) · 268 KB
/
openapi.json
File metadata and controls
1 lines (1 loc) · 268 KB
1
{"info":{"title":"Plumaa ID API","version":"1.0.0","description":"Generated by SOFA"},"tags":[{"name":"ApiKey","description":"ApiKey related operations"},{"name":"Certificate","description":"Certificate related operations"},{"name":"Issuer","description":"Issuer related operations"},{"name":"Organization","description":"Organization related operations"},{"name":"OrganizationLink","description":"OrganizationLink related operations"},{"name":"OrganizationMember","description":"OrganizationMember related operations"},{"name":"SignatureRequestInvite","description":"SignatureRequestInvite related operations"},{"name":"SignatureRequest","description":"SignatureRequest related operations"},{"name":"Subject","description":"Subject related operations"},{"name":"Witness","description":"Witness related operations"},{"name":"Other","description":"Other operations"},{"name":"Timeseries","description":"Timeseries related operations"},{"name":"PriceOracle","description":"Aggregated indexed price data"},{"name":"Wallet","description":"Wallet related operations"},{"name":"Endorsable","description":"Endorsable related operations"},{"name":"EndorseEvent","description":"Endorsable transfer event related operations"}],"components":{"securitySchemes":{"apiKey":{"type":"http","scheme":"bearer"}},"schemas":{"Query":{"type":"object","required":["serverTime","certificates","issuers","organizationLinks","signatureRequestInvites","signatureRequests","signatureRequestTimeseries","subjects","witnesses","signFileUrl","wallets","endorsables","endorseEvents","medianMXNUSDRates","dailyBucketMXNUSDRates","weeklyBucketMXNUSDRates","monthlyBucketMXNUSDRates","medianUSDCUSDRates","dailyBucketUSDCUSDRates","weeklyBucketUSDCUSDRates","monthlyBucketUSDCUSDRates","medianUSDCMXNRates","dailyBucketUSDCMXNRates","weeklyBucketUSDCMXNRates","monthlyBucketUSDCMXNRates"],"properties":{"serverTime":{"description":"The current time on the server."},"certificates":{"$ref":"#/components/schemas/Certificates","description":"Returns a list of Certificates.\n\nAccessScope:\n - Organization: Certificates linked to the organizations the caller is a member of\n - Subject: Own certificates"},"certificate":{"$ref":"#/components/schemas/Certificate","description":"Returns a single Certificate.\n\nAccessScope:\n - Organization: Certificates linked to the organizations the caller is a member of\n - Subject: Own certificates"},"issuers":{"$ref":"#/components/schemas/Issuers","description":"Returns a list of Issuers.\n\nAccessScopes:\n - Organization: All issuers\n - Subject: All issuers"},"issuer":{"$ref":"#/components/schemas/Issuer","description":"Returns a list of Issuers.\n\nAccessScopes:\n - Organization: All issuers\n - Subject: All issuers"},"organizationLinks":{"$ref":"#/components/schemas/OrganizationLinks","description":"Returns a list of OrganizationLinks.\n\nAccessScopes:\n - Organization: OrganizationLinks to the organizations the caller is a member of\n - Subject: OrganizationLinks to the caller"},"organizationLink":{"$ref":"#/components/schemas/OrganizationLink","description":"Returns a single OrganizationLink.\n\nAccessScopes:\n - Organization: OrganizationLinks to the organizations the caller is a member of\n - Subject: OrganizationLinks to the caller"},"signatureRequestInvites":{"$ref":"#/components/schemas/SignatureRequestInvites","description":"Returns a list of SignatureRequestInvites.\n\nAccessScopes:\n - Organization: SignatureRequestInvites operated by the organizations the caller is a member of\n - Subject: SignatureRequestInvites where the subject is invited to sign"},"signatureRequestInvite":{"$ref":"#/components/schemas/SignatureRequestInvite","description":"Returns a single SignatureRequestInvite.\n\nAccessScopes:\n - Organization: SignatureRequestInvites operated by the organizations the caller is a member of\n - Subject: SignatureRequestInvites where the subject is invited to sign"},"signatureRequests":{"$ref":"#/components/schemas/SignatureRequests","description":"Returns a list of SignatureRequests.\n\nAccessScopes:\n - Organization: SignatureRequests operated by the organizations the caller is a member of\n - Subject: SignatureRequests where the subject is invited to sign"},"signatureRequestTimeseries":{"type":"array","items":{"$ref":"#/components/schemas/Timepoint"}},"signatureRequest":{"$ref":"#/components/schemas/SignatureRequest","description":"Returns a single SignatureRequest.\n\nAccessScopes:\n - Organization: SignatureRequests operated by the organizations the caller is a member of\n - Subject: SignatureRequests where the subject is invited to sign"},"subjects":{"$ref":"#/components/schemas/Subjects","description":"Returns a list of Subjects.\n\nAccessScopes:\n - Organization: Subjects that are members of the organizations the caller is a member of\n - Subject: Own subject"},"subject":{"$ref":"#/components/schemas/Subject","description":"Returns a single Subject.\n\nAccessScopes:\n - Organization: Subjects that are members of the organizations the caller is a member of\n - Subject: Own subject"},"subjectByEVMAddress":{"$ref":"#/components/schemas/Subject"},"witnesses":{"$ref":"#/components/schemas/Witnesses","description":"Returns a list of Witnesses.\n\nAccessScopes:\n - Organization: All witnesses\n - Subject: All witnesses"},"witness":{"$ref":"#/components/schemas/Witness","description":"Returns a single Witness.\n\nAccessScopes:\n - Organization: All witnesses\n - Subject: All witnesses"},"signFileUrl":{"$ref":"#/components/schemas/S3PresignedURL"},"wallet":{"$ref":"#/components/schemas/Wallet"},"wallets":{"$ref":"#/components/schemas/WalletPage"},"endorsable":{"$ref":"#/components/schemas/Endorsable"},"endorsables":{"$ref":"#/components/schemas/EndorsablePage"},"endorseEvent":{"$ref":"#/components/schemas/EndorseEvent"},"endorseEvents":{"$ref":"#/components/schemas/EndorseEventPage"},"medianMXNUSDRate":{"$ref":"#/components/schemas/MedianMXNUSDRate"},"medianMXNUSDRates":{"$ref":"#/components/schemas/MedianMXNUSDRatePage"},"dailyBucketMXNUSDRate":{"$ref":"#/components/schemas/DailyBucketMXNUSDRate"},"dailyBucketMXNUSDRates":{"$ref":"#/components/schemas/DailyBucketMXNUSDRatePage"},"weeklyBucketMXNUSDRate":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRate"},"weeklyBucketMXNUSDRates":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRatePage"},"monthlyBucketMXNUSDRate":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRate"},"monthlyBucketMXNUSDRates":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRatePage"},"medianUSDCUSDRate":{"$ref":"#/components/schemas/MedianUSDCUSDRate"},"medianUSDCUSDRates":{"$ref":"#/components/schemas/MedianUSDCUSDRatePage"},"dailyBucketUSDCUSDRate":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRate"},"dailyBucketUSDCUSDRates":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRatePage"},"weeklyBucketUSDCUSDRate":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRate"},"weeklyBucketUSDCUSDRates":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRatePage"},"monthlyBucketUSDCUSDRate":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRate"},"monthlyBucketUSDCUSDRates":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRatePage"},"medianUSDCMXNRate":{"$ref":"#/components/schemas/MedianUSDCMXNRate"},"medianUSDCMXNRates":{"$ref":"#/components/schemas/MedianUSDCMXNRatePage"},"dailyBucketUSDCMXNRate":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRate"},"dailyBucketUSDCMXNRates":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRatePage"},"weeklyBucketUSDCMXNRate":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRate"},"weeklyBucketUSDCMXNRates":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRatePage"},"monthlyBucketUSDCMXNRate":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRate"},"monthlyBucketUSDCMXNRates":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRatePage"}}},"Mutation":{"type":"object","required":["updateApiKey","deleteApiKey","createOrganizationLink","deleteOrganizationLink","createOrganizationMember","deleteOrganizationMember","updateOrganization","createSignatureRequestInvite","createSignatureRequest","updateSignatureRequest","createWitness","updateWitness","scheduleGroupedNOM151Certification","NOM151Certification","publishChallenge"],"properties":{"createApiKey":{"$ref":"#/components/schemas/ApiKey","description":"Creates a new api key for the organization. You can retrieve the generated API key later through the API.\nOnly available for members or API keys of the organization."},"updateApiKey":{"$ref":"#/components/schemas/ApiKey","description":"Updates an existing API key. Only available for members or API keys of the organization."},"deleteApiKey":{"$ref":"#/components/schemas/ApiKey","description":"Deletes an existing API key. Only available for members or API keys of the organization."},"createOrganizationLink":{"$ref":"#/components/schemas/OrganizationLink","description":"Creates a new link with the organization. This links enables the organization to view the certificate's subject information.\nOnly available if the caller bears an access token issued to the certificate of the linking subject."},"deleteOrganizationLink":{"$ref":"#/components/schemas/OrganizationLink","description":"Deletes a link with an organization. Only available if the caller bears an access token issued to the certificate of the linking subject or for members of the organization."},"createOrganizationMember":{"$ref":"#/components/schemas/OrganizationMember","description":"Creates a new member of the provided organization. Only available for members or API keys of the organization."},"deleteOrganizationMember":{"$ref":"#/components/schemas/OrganizationMember","description":"Removes an existing member of the provided organization. Only available for members or API keys of the organization."},"updateOrganization":{"$ref":"#/components/schemas/Organization","description":"Updates an existing organization. Only available for members or API keys of the organization."},"createSignatureRequestInvite":{"$ref":"#/components/schemas/SignatureRequestInvite","description":"Creates a new signature request invite. Only available for members of the organization that created the signature request."},"createSignatureRequest":{"$ref":"#/components/schemas/SignatureRequest","description":"Creates a new signature request. Only available for members or API keys of the organization that created the signature request."},"updateSignatureRequest":{"$ref":"#/components/schemas/SignatureRequest","description":"Updates an existing signature request. Only available for members or API keys of the organization that created the signature request."},"createWitness":{"$ref":"#/components/schemas/Witness","description":"Creates a new witness. Only available for members or API keys of the organization."},"updateWitness":{"$ref":"#/components/schemas/Witness","description":"Updates an existing witness. Only available for members or API keys of the organization."},"scheduleGroupedNOM151Certification":{"$ref":"#/components/schemas/Witness","description":"Schedules a witness hash to be certified in a grouped merkle tree whose root hash is sent periodically to the NOM151 certification authority.\nOnly available for members or API keys of the organization."},"NOM151Certification":{"$ref":"#/components/schemas/Witness","description":"Requests an individual witness hash to be certified by the NOM151 certification authority.\nOnly available for members or API keys of the organization."},"publishChallenge":{"type":"boolean","description":"Publishes a challenge signature. This allows an application to authenticate their users using Plumaa ID as a secure channel."}}},"Subscription":{"type":"object","required":["createdOrganizationLink","createdOrganizationLinkByCertificate","signedSignatureRequestInvite","challenge"],"properties":{"createdOrganizationLink":{"$ref":"#/components/schemas/OrganizationLink","description":"Subscribes to new links between the specified organization and subjects"},"createdOrganizationLinkByCertificate":{"$ref":"#/components/schemas/OrganizationLink","description":"Subscribes to new links between the organization and the certificate's subject"},"signedSignatureRequestInvite":{"$ref":"#/components/schemas/SignatureRequestInvite","description":"Subscribes to signatures submitted to the specified signature request invite"},"challenge":{"$ref":"#/components/schemas/Challenge","description":"Creates a one-time-password challenge for the user to sign.\nThe signature is used to authenticate the user, which then publishes it to the server using the publishChallenge endpoint."}}},"ApiCall":{"type":"object","required":["id","operation","status","message","apiKey","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"operation":{"type":"string","description":"Description of the operation performed within the api call."},"status":{"type":"integer","format":"int32","description":"The status code returned by the operation."},"message":{"type":"string","description":"The message returned by the operation if errored."},"apiKey":{"$ref":"#/components/schemas/ApiKey","description":"The ApiKey that made the call."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"An ApiCall is a record of an API call made by an ApiKey."},"ApiCalls":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/ApiCall"},"description":"List of ApiCalls."}},"description":"Results of an ApiCalls query."},"ApiCallSearchArg":{"type":"object","properties":{"operation":{"type":"string","description":"Matches a similar string in the operation field."},"message":{"type":"string","description":"Matches a similar string in the message field."}},"description":"Search arguments for ApiCalls query."},"ApiCallSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for ApiCalls query."},"ApiKey":{"type":"object","required":["id","enabled","name","secret","organization","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"enabled":{"type":"boolean","description":"Whether the API key is enabled or not. If disabled, it will not be possible to make calls through the API with this key."},"name":{"type":"string","description":"The name of the API key. It is used to identify the key in the UI."},"secret":{"description":"The secret of the API key. It is used to authenticate the key when making calls through the API."},"organization":{"$ref":"#/components/schemas/Organization","description":"The organization that owns the API key."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"An API key allows to make calls through the API. It is linked to an organization."},"ApiKeys":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/ApiKey"},"description":"List of ApiKeys."}},"description":"Results of an ApiKeys query."},"ApiKeySearchArg":{"type":"object","properties":{"name":{"type":"string","description":"Matches a similar string in the name field."}},"description":"Search arguments for ApiKeys query."},"ApiKeySortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort results by."}},"description":"Sort arguments for ApiKeys query."},"CreateApiKeyInput":{"type":"object","required":["name","organization"],"properties":{"name":{"type":"string","description":"The name of the API key. It is used to identify the key in the UI."},"organization":{"description":"The organization that owns the API key."}}},"UpdateApiKeyInput":{"type":"object","required":["id"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"enabled":{"type":"boolean","description":"Whether the API key is enabled or not. If disabled, it will not be possible to make calls through the API with this key."},"name":{"type":"string","description":"The name of the API key. It is used to identify the key in the UI."}},"description":"Input to update an API key."},"Certificate":{"type":"object","required":["id","serialNumber","issuer","notBefore","notAfter","subject","publicKey","version","hash","certificatePem","revoked","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"serialNumber":{"description":"The certificate's serial number, as a hexadecimal string. This is a unique\nidentifier for the certificate, and is assigned by the issuer."},"issuer":{"$ref":"#/components/schemas/Issuer","description":"The certificate's issuer. This is the entity that issued the certificate, and\nis a Certificate Authority certified by Banxico."},"notBefore":{"description":"The earliest date at which the certificate is valid."},"notAfter":{"description":"The latest date at which the certificate is valid."},"subject":{"$ref":"#/components/schemas/Subject","description":"The certificate's subject. This is the entity that the certificate is\nattesting to, and is typically a person or organization (\"persona física o\nmoral\" in spanish)."},"publicKey":{"$ref":"#/components/schemas/PublicKey","description":"The certificate's public key. This is the public key that identifies messages\nsigned by its corresponding private key."},"version":{"description":"The version of the X.509 standard that the certificate conforms to."},"hash":{"description":"SHA256 message digest of the issuer's certificate."},"certificatePem":{"type":"string","description":"AWS S3 URI path to the certificate's PEM data."},"revoked":{"type":"boolean","description":"Whether the certificate has been revoked by the issuer."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"A certificate is a digitally signed statement from one entity (the issuer) that\nanother entity (the subject) has a given identity. The issuer is a\nCertificate Authority certified by Banxico, and the subject is typically a\nperson or organization (\"persona física o moral\" in Spanish)."},"PublicKey":{"type":"object","required":["exponent","modulus"],"properties":{"exponent":{"description":"The public key's modulus, as a hexadecimal string."},"modulus":{"description":"The public key's exponent, as a hexadecimal string."}},"description":"An RSA public key, as defined in RFC 3447."},"Certificates":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/Certificate"},"description":"List of Certificates."}},"description":"Results of an Certificates query."},"CertificateSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for Certificates query."},"ResultsInfo":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"count":{"description":"Total number of items"},"pages":{"description":"Total amount of pages"},"next":{"description":"Next page"},"prev":{"description":"Previous page"}},"description":"Pagination info about the results of a query."},"Timepoint":{"type":"object","required":["mark","count"],"properties":{"mark":{"description":"The bucket mark for the creation timepoint, defined by granularity."},"count":{"description":"Amount of signature requests created in the bucket."}},"description":"Timepoint for a time series."},"Pagination":{"type":"object","required":["page","size"],"properties":{"page":{"description":"Page number. Starts at 1."},"size":{"description":"Page size."}},"description":"Pagination arguments."},"DateRangeArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter."},"lte":{"description":"Lower than or equal to."},"gte":{"description":"Greater than or equal to."}},"description":"Date range arguments."},"ObjectIDArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"ObjectID matching arguments."},"NonNegativeIntArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"description":"Integers that will have a value of 0 or more."},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"description":"Integers that will have a value of 0 or more."},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"NonNegativeInt matching arguments."},"HexadecimalArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"description":"A field whose value is a hexadecimal: https://en.wikipedia.org/wiki/Hexadecimal."},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"description":"A field whose value is a hexadecimal: https://en.wikipedia.org/wiki/Hexadecimal."},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"Hexadecimal matching arguments."},"IDArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"type":"string","description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"type":"string","description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"type":"string"},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"type":"string"},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"ID matching arguments."},"Issuer":{"type":"object","required":["id","hash","commonName","publicKey","certificatePem","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"RFC":{"type":"string","description":"RFC of the issuer."},"hash":{"description":"The hash of the issuer's certificate."},"commonName":{"type":"string","description":"The name of the certificate authority."},"organization":{"type":"string","description":"Name of the organization or company.\n\"Razón Social\" in Spanish."},"organizationalUnitName":{"type":"string","description":"Name of the unit within the organization.\n\"Unidad Organizacional\" in Spanish."},"emailAddress":{"description":"Email address of the issuer."},"streetAddress":{"type":"string","description":"Street address of the issuer."},"postalCode":{"type":"integer","format":"int32","description":"Postal code of the issuer."},"country":{"description":"\"Country\" of the issuer."},"stateOrProvinceName":{"type":"string","description":"\"Entidad Federativa\" of the issuer."},"localityName":{"type":"string","description":"\"Municipio/Delegación\" of the issuer."},"publicKey":{"$ref":"#/components/schemas/PublicKey","description":"The issuer's certificate public key. This is the public key that identifies messages the issuer has signed\na certificate for a subject."},"certificatePem":{"type":"string","description":"AWS S3 URI path to the issuer certificate's PEM data."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"An Issuer is a Certificate Authority certified by Banxico to\nissue digital signature certificates to Mexican citizens."},"Issuers":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/Issuer"},"description":"List of Issuers."}},"description":"Results of an Issuers query."},"IssuerSearchArg":{"type":"object","properties":{"commonName":{"type":"string","description":"Matches a similar string in the commonName field."},"organization":{"type":"string","description":"Matches a similar string in the organization field."},"organizationalUnitName":{"type":"string","description":"Matches a similar string in the organizationalUnitName field."},"emailAddress":{"type":"string","description":"Matches a similar string in the emailAddress field."},"streetAddress":{"type":"string","description":"Matches a similar string in the streetAddress field."},"stateOrProvinceName":{"type":"string","description":"Matches a similar string in the stateOrProvinceName field."},"localityName":{"type":"string","description":"Matches a similar string in the localityName field."}},"description":"Search arguments for Issuers query."},"IssuerSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for ApiCalls query."},"OrganizationLink":{"type":"object","required":["id","subject","organization","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"subject":{"$ref":"#/components/schemas/Subject","description":"The Subject."},"organization":{"$ref":"#/components/schemas/Organization","description":"The Organization."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"An Organization Link is a connection between an Organization and a Subject.\nIt allows the Organization to send signing requests to the Subject."},"OrganizationLinks":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationLink"},"description":"List of OrganizationLinks."}},"description":"Results of an OrganizationLinks query."},"OrganizationLinkSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for OrganizationLinks query."},"OrganizationLinksSearchArg":{"type":"object","properties":{"organization":{"type":"object","description":"Match organization links with organizations related to the search term."}},"description":"Search arguments for OrganizationLinks query."},"CreateOrganizationLinkInput":{"type":"object","required":["subject","organization"],"properties":{"subject":{"description":"The Subject ID."},"organization":{"description":"The Organization ID."}},"description":"Input to create an OrganizationLink."},"OrganizationMember":{"type":"object","required":["id","subject","organization","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"subject":{"$ref":"#/components/schemas/Subject","description":"The subject that is a member of the organization."},"organization":{"$ref":"#/components/schemas/Organization","description":"The organization that the subject is a member of."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"OrganizationMember is a join table between Organization and Subject.\nIt is used to track which users are members of which organizations."},"OrganizationMembers":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationMember"},"description":"List of OrganizationMembers."}},"description":"Results of an OrganizationMembers query."},"OrganizationMemberSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for OrganizationMembers query."},"CreateOrganizationMemberInput":{"type":"object","required":["subject","organization"],"properties":{"subject":{"type":"string","description":"The subject that is a member of the organization."},"organization":{"type":"string","description":"The organization that the subject is a member of."}}},"Organization":{"type":"object","required":["id","name","logo","emailAddress","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"name":{"type":"string","description":"The name of the Organization. This is the name that will be displayed to\nusers when interacting with signature requests from this organization."},"logo":{"description":"The logo of the Organization. This is the logo that will be displayed to\nusers when interacting with signature requests from this organization."},"emailAddress":{"description":"Email address of the organization. Updates and notifications will be sent to this address, as well as the billing information."},"quota":{"$ref":"#/components/schemas/Quota","description":"Quotas of the Organization."},"policies":{"$ref":"#/components/schemas/Policies","description":"Policies of the Organization."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"An Organization represents an tenant in the Plumaa infrastructure. All paid\nresources are associated with an Organization. Organizations can have multiple\ncertificate members."},"Quota":{"type":"object","required":["id","API","groupedNOM151","nom151"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"API":{"type":"boolean","description":"API is enabled for the organization."},"groupedNOM151":{"type":"integer","format":"int32","description":"The amount of grouped NOM151 certificates available to the organization."},"nom151":{"type":"integer","format":"int32","description":"The amount of NOM151 certificates available to the organization."}},"description":"Quota defines the resource limits for an organization."},"Policies":{"type":"object","required":["signatureRequest"],"properties":{"signatureRequest":{"$ref":"#/components/schemas/SignatureRequestPolicies","description":"Defines the policies for signatureRequests."}},"description":"Policies define the behavior of the resources in the organization."},"SignatureRequestPolicies":{"type":"object","required":["conservation"],"properties":{"conservation":{"type":"string","enum":["NOM151","MERKLEIZED","WITNESS_CO"],"description":"Type of conservation strategy to use by default at signature request readiness (ie. when draft is false)."}},"description":"SignatureRequestPolicies defines the policies for signatureRequests."},"Organizations":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/Organization"},"description":"List of Organizations."}},"description":"Results of an Organizations query."},"OrganizationSearchArg":{"type":"object","properties":{"name":{"type":"string","description":"Matches a similar string in the name field."}},"description":"Search arguments for Organizations query."},"OrganizationSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for Organizations query."},"CreateOrganizationInput":{"type":"object","required":["name","logo","emailAddress"],"properties":{"name":{"type":"string","description":"The name of the Organization. This is the name that will be displayed to\nusers when interacting with signature requests from this organization."},"logo":{"type":"string","description":"The logo of the Organization. This is the logo that will be displayed to\nusers when interacting with signature requests from this organization.\n\nIt must be a path under Plumaa's S3 assets."},"emailAddress":{"description":"Email address of the organization. Updates and notifications will be sent to this address, as well as the billing information."}},"description":"Organization creation input."},"UpdateOrganizationInput":{"type":"object","required":["id","emailAddress"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"name":{"type":"string","description":"The name of the Organization. This is the name that will be displayed to\nusers when interacting with signature requests from this organization."},"emailAddress":{"description":"Email address of the organization. Updates and notifications will be sent to this address, as well as the billing information."},"logo":{"type":"string","description":"The logo of the Organization. This is the logo that will be displayed to\nusers when interacting with signature requests from this organization.\n\nIt must be a path under Plumaa's S3 assets."},"policies":{"type":"object","description":"Policies of the Organization."}},"description":"Organization update input."},"UpdatePoliciesInput":{"type":"object","properties":{"signatureRequest":{"type":"object","description":"Defines the policies for signatureRequests."}},"description":"Policies update input."},"UpdateSignatureRequestPoliciesInput":{"type":"object","properties":{"conservation":{"type":"string","enum":["NOM151","MERKLEIZED","WITNESS_CO"],"description":"Type of conservation strategy to use by default at signature request readiness (ie. when draft is false)."}},"description":"SignatureRequestPolicies update input."},"Challenge":{"type":"object","required":["id","certificateId","signature","message"],"properties":{"id":{"type":"string"},"certificateId":{"description":"Certificate ID of the certificate that is being logged in."},"signature":{"description":"Signautre of the login message."},"message":{"type":"string","description":"Signed auth message."}}},"S3PresignedURL":{"type":"object","required":["url","key"],"properties":{"url":{"description":"The presigned URL to upload a file to."},"key":{"type":"string","description":"Key of the object. This is the key that the object will have in the bucket."}}},"SignatureRequestInvite":{"type":"object","required":["id","signatureRequest","subject","status","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"signatureRequest":{"$ref":"#/components/schemas/SignatureRequest","description":"The signature request this invite is linked to."},"subject":{"$ref":"#/components/schemas/Subject","description":"The subject this invite is linked to."},"certificate":{"$ref":"#/components/schemas/Certificate","description":"The certificate this invite was signed with."},"signature":{"description":"The signature from the certificate as a hexadecimal string."},"ocspResponse":{"description":"The OCSP response from checking the certificate against the CA.\nASN1 encoded as a hexadecimal string."},"witness":{"$ref":"#/components/schemas/Witness","description":"Witness that attest the signature using a merkle proof"},"status":{"type":"string","enum":["PENDING","SIGNED","WITNESSED","REJECTED"],"description":"The status of the signature request invite."},"rejectedAt":{"description":"Date at which the signature request invite was rejected. Only present if rejected."},"signedAt":{"description":"Date at which the signature request invite was signed. Only present if signed."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"A signature request invite is an invite to sign a signature request.\nIt links a signature request to a subject and it stores its corresponding\nsignature and the link to the certificate that the signature belongs to."},"SignatureRequestInvites":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/SignatureRequestInvite"},"description":"List of SignatureRequestInvites."}},"description":"Results of an SignatureRequestInvites query."},"SignatureRequestInviteSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for SignatureRequestInvites query."},"CreateSignatureRequestInviteInput":{"type":"object","required":["signatureRequest","subject"],"properties":{"signatureRequest":{"description":"The signature request this invite is linked to."},"subject":{"description":"The subject this invite is linked to."},"anonymousKey":{"type":"string","description":"A shared key that allows to self invite if provided."}},"description":"Input to create a signature request invite."},"SignatureRequest":{"type":"object","required":["id","draft","finalized","name","content","anonymousKey","organization","witness","invites","signed","pending","rejected","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"draft":{"type":"boolean","description":"Whether the document is a draft or not.\nA draft signature request won't allow invites to sign and will skip processing notifications."},"finalized":{"type":"boolean","description":"Whether the document is finalized or not.\nA finalized request won't allow new invites and won't process any new notifications."},"name":{"type":"string","description":"Custom name for the signature request."},"content":{"oneOf":[{"$ref":"#/components/schemas/RawContent"},{"$ref":"#/components/schemas/IOUContent"},{"$ref":"#/components/schemas/JSONContent"},{"$ref":"#/components/schemas/PDFContent"}],"description":"The content data to be signed."},"anonymousKey":{"type":"string","description":"Key for sharing the sharing the signature request. Can be used to access the signature request without authentication."},"organization":{"$ref":"#/components/schemas/Organization","description":"The organization requesting the signature."},"witness":{"$ref":"#/components/schemas/Witness","description":"Witness that attest the content using a merkle proof"},"invites":{"type":"array","items":{"$ref":"#/components/schemas/SignatureRequestInvite"},"description":"Invites to sign the content."},"signed":{"description":"Amount of invites that have signed the content."},"pending":{"description":"Amount of invites that have not signed the content."},"rejected":{"description":"Amount of invites that have rejected the content."},"rejectedAt":{"description":"Date when the signature request was rejected. Only present if rejected."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"A signature request is an entity that represents a piece of data that needs to be signed by a user."},"RawContent":{"type":"object","required":["id","raw"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"raw":{"description":"The raw content."}},"description":"Raw content is a string that can be signed."},"IOUContent":{"type":"object","required":["id","latitude","longitude","amount","currency","debtor","creditor","raw"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"latitude":{"description":"Latitude coordinates where the IOU is created."},"longitude":{"description":"Longitude coordinates where the IOU is created."},"amount":{"description":"The amount of the IOU."},"currency":{"description":"The currency of the IOU."},"debtor":{"$ref":"#/components/schemas/Subject","description":"The debtor of the IOU."},"creditor":{"$ref":"#/components/schemas/Subject","description":"The creditor of the IOU."},"raw":{"description":"An AWS S3 URL to the IOU."}},"description":"IOU content is a string that represents an IOU."},"JSONContent":{"type":"object","required":["id","json"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"json":{"description":"An AWS S3 URL to the JSON."}},"description":"JSON content is a JSON object that can be signed."},"PDFContent":{"type":"object","required":["id","pdf"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"pdf":{"description":"An AWS S3 URL to the PDF."}},"description":"PDF content is a PDF document that can be signed."},"SignatureRequests":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/SignatureRequest"},"description":"List of SignatureRequest."}},"description":"Results of an SignatureRequest query."},"SignatureRequestsSearchArg":{"type":"object","properties":{"name":{"type":"string","description":"Matches a similar string in the name field."}},"description":"Search arguments for SignatureRequestss query."},"ContentTypeArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"type":"string","enum":["RawContent","IOUContent","JSONContent","PDFContent"],"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"type":"string","enum":["RawContent","IOUContent","JSONContent","PDFContent"],"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"type":"string","enum":["RawContent","IOUContent","JSONContent","PDFContent"]},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"type":"string","enum":["RawContent","IOUContent","JSONContent","PDFContent"]},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"ContentType matching arguments."},"SignatureRequestSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for SignatureRequest query."},"UpdateSignatureRequestInput":{"type":"object","required":["id"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"name":{"type":"string","description":"Name for the signature request."},"anonymousKey":{"type":"string","description":"Key for sharing the sharing the signature request. Can be used to access the signature request without authentication."},"draft":{"type":"boolean","description":"The draft status of the signature request. Once set, it can't be unset."}}},"CreateSignatureRequestInput":{"type":"object","required":["name","content","organization"],"properties":{"draft":{"type":"boolean","description":"Whether the document is a draft or not.\nA draft signature request won't allow invites to sign and will skip processing notifications."},"name":{"type":"string","description":"Name for the signature request."},"content":{"type":"object","description":"The content data to be signed."},"organization":{"description":"The organization requesting the signature."},"nom151":{"type":"boolean"}},"description":"Input to create a signature request."},"ContentInput":{"type":"object","properties":{"RawContent":{"type":"object","description":"Raw content is a string that can be signed."},"IOUContent":{"type":"object","description":"IOU content is a string that represents an IOU."},"JSONContent":{"type":"object","description":"JSON content is a JSON object that can be signed."},"PDFContent":{"type":"object","description":"PDF content is a PDF document that can be signed."}},"description":"Input to create a signature request. Only one of the content types should be provided."},"RawContentInput":{"type":"object","required":["raw"],"properties":{"raw":{"type":"string","description":"An AWS S3 Key to the raw content."}},"description":"Content for a RawContent signature request."},"IOUContentInput":{"type":"object","required":["latitude","longitude","amount","currency","debtor","creditor","raw"],"properties":{"latitude":{"description":"Latitude coordinates where the IOU is created."},"longitude":{"description":"Longitude coordinates where the IOU is created."},"amount":{"description":"The amount of the IOU."},"currency":{"description":"The currency of the IOU."},"debtor":{"description":"The debtor of the IOU."},"creditor":{"description":"The creditor of the IOU."},"raw":{"type":"string","description":"An AWS S3 Key to the raw IOU."}},"description":"Content for a IOUContent signature request."},"JSONContentInput":{"type":"object","required":["json"],"properties":{"json":{"type":"string","description":"An AWS S3 Key to the JSON."}},"description":"Content for a JSONContent signature request."},"PDFContentInput":{"type":"object","required":["pdf"],"properties":{"pdf":{"type":"string","description":"An AWS S3 Key to the PDF."}},"description":"Content for a PDFContent signature request."},"Subject":{"type":"object","required":["id","commonName","serialNumber","RFC","EVMAddress","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"commonName":{"type":"string","description":"Name of the subject."},"serialNumber":{"type":"string","description":"CURP of the subject. It is a unique identifier for people in Mexico."},"country":{"description":"Country of the subject."},"RFC":{"type":"string","description":"RFC of the subject. It is a unique identifier for persons and organizations in Mexico."},"emailAddress":{"description":"Email address of the subject."},"certificate":{"$ref":"#/components/schemas/Certificate","description":"Certificate of the subject."},"termsInvite":{"$ref":"#/components/schemas/SignatureRequestInvite","description":"Invite for the subject to sign Plumaa own terms and conditions."},"pushNotificationToken":{"type":"string","description":"The push notification token associated with the certificate. Used for sending notifications to the user."},"EVMAddress":{"description":"EVM address of the subject.\n\nEach account is a smart account that includes a single signer contract deterministically created from a factory deployed through [xdeployer](https://github.com/pcaversaccio/xdeployer)\nso that every signer contract has the same address in all EVM networks. This signer contract is an implementation of a custom ERC-1271 interface that allows\nthe RSA key to sign on-chain. Signers can be deployed trustlessly by anyone since they're controlled by the account owner.\n\nThe smart account is created from the [Safe{Wallet}](https://github.com/safe-global/safe-deployments/blob/main/src/assets/v1.4.1) factory and includes a setup call to the RSA signer factory,\ndeploying the signer contract who'll own the account. The account factory is already deployed on all networks with the same address so that the account can be created deterministically\nin all EVM networks too\n\nThis setup allows the following properties:\n\n* The signer contract factory can create the same signer contract in all EVM chains for the same RSA key\n* The account can be created deterministically in all EVM chains because it depends on the signer contract address and the RSA public key\n\nIn this way, the EVM address is completely abstracted from the EVM network, so we just need to keep a single address."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"wallet":{"$ref":"#/components/schemas/Wallet"}},"description":"A subject is a person or an organization (\"persona física o moral\" in Spanish)\nidentified by a certificate."},"Subjects":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/Subject"},"description":"List of Subjects."}},"description":"Results of an Subjects query."},"SubjectSearchArg":{"type":"object","properties":{"commonName":{"type":"string","description":"Matches a similar string in the commonName field."},"emailAddress":{"type":"string","description":"Matches a similar string in the emailAddress field."},"RFC":{"type":"string","description":"RFC of the subject. It is a unique identifier for persons and organizations in Mexico."}},"description":"Search arguments for Subjects query."},"SubjectSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}},"description":"Sort arguments for Subjects query."},"UpdateSubjectInput":{"type":"object","properties":{"pushNotificationToken":{"type":"string","description":"Token to send push notifications to the user."}},"description":"Input to update an Subject."},"Witness":{"type":"object","required":["id","hash","algorithm","organization","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"hash":{"description":"Hash of the document to witness."},"algorithm":{"type":"string","enum":["SHA256"],"description":"The algorithm used for hashing the document."},"initialOwner":{"$ref":"#/components/schemas/Subject","description":"Subject designed as the first in the endorsement chain. Only a member of the operating organization can set this field.\nOnce set, our on-chain relayer will submit a proof of endorsement to the Witness contract so that the corresponding\ntoken can be minted by the user later on the application."},"claiming":{"$ref":"#/components/schemas/Claiming","description":"Information required to claim a document in the Endorser contract. It is only present if the witness is processed and restricted\nto the initial owner."},"claimed":{"type":"boolean","description":"If the witness has been claimed by the initial owner."},"signatureRequest":{"$ref":"#/components/schemas/SignatureRequest","description":"Signature Request the witness is associated with.\nMay not be present if the witness was via the API."},"organization":{"$ref":"#/components/schemas/Organization","description":"Organization that created the witness."},"nom151":{"$ref":"#/components/schemas/NOM151Strategy","description":"Individual NOM151 conservation strategy."},"merkleized":{"$ref":"#/components/schemas/MerkleizedNOM151Strategy","description":"Combined merkleized conservation strategy."},"witnessCo":{"$ref":"#/components/schemas/WitnessCoStrategy","description":"[Witness](https://witness.co/) conservation strategy."},"timestampedAt":{"description":"Earliest date when the hash was witnessed by any strategy. Unspecified if the witness is not processed."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"endorsable":{"$ref":"#/components/schemas/Endorsable"}},"description":"A witness is an entity representing a proof that a document existed at the time.\nIt is used to comply with the law requirement of data conservation."},"NOM151Strategy":{"type":"object","required":["createdAt","updatedAt"],"properties":{"provider":{"type":"string","enum":["CINCEL"],"description":"The provider that issued the timestamp."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"Individual NOM151 conservation strategy."},"MerkleizedNOM151Strategy":{"type":"object","required":["createdAt","updatedAt"],"properties":{"txHash":{"description":"The transaction hash. Any transaction that includes an operation with this hash is valid.\nIt could be either a transaction to another service (eg. The Witness contract), but it may be upgraded\nin the future."},"network":{"description":"The transaction chain ID."},"merkleProof":{"type":"array","items":{"description":"A field whose value is a hexadecimal: https://en.wikipedia.org/wiki/Hexadecimal."},"description":"The proof that the root existed at the time of the transaction."},"merkleRoot":{"description":"Merkle root included in the transaction. It should be the same as the one\ncomputed from the merkle proof and the leaf hash."},"nom151Provider":{"type":"string","enum":["CINCEL"],"description":"The NOM 151 provider that issued the timestamp for the merkle root."},"algorithm":{"type":"string","enum":["SHA256"],"description":"Algorithm for hashing the internal nodes. The document hash is also re hashed using this algorithm to avoid\nsecond pre-image attacks. See https://en.wikipedia.org/wiki/Merkle_tree#Second_preimage_attack"},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"Combined merkleized conservation strategy."},"WitnessCoStrategy":{"type":"object","required":["timestamp","leafIndex","leftHashes","rightHashes","targetRootHash","createdAt","updatedAt"],"properties":{"timestamp":{"description":"The timestamp issued by the provider."},"leafIndex":{"description":"The index of the leaf to be verified in the tree."},"leftHashes":{"type":"array","items":{"description":"A field whose value is a hexadecimal: https://en.wikipedia.org/wiki/Hexadecimal."},"description":"The left range of the proof."},"rightHashes":{"type":"array","items":{"description":"A field whose value is a hexadecimal: https://en.wikipedia.org/wiki/Hexadecimal."},"description":"The right range of the proof."},"targetRootHash":{"description":"The root of the tree the proof is being verified against."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}}},"Claiming":{"type":"object","required":["id","authorizer","signature","claimer","network","createdAt","updatedAt"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"authorizer":{"description":"The address that signed the authorization to claim the document.\nNeeds to have privileges within Plumaa ID's AccessManager contract."},"signature":{"description":"Authorization signature. It's an EIP-712 signature of the hash of the claim and the initial claiming address.\n* Domain Separator: `EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)`\n* EIP-712 Type: `MintRequest(bytes32 leaf,address to)`"},"claimer":{"description":"Address of the initial claiming subject."},"network":{"description":"The chain ID where the claim is authorized."},"createdAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."},"updatedAt":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}},"description":"Information required to claim a document in the Endorser contract."},"Witnesses":{"type":"object","required":["id","info","results"],"properties":{"id":{"type":"string"},"info":{"$ref":"#/components/schemas/ResultsInfo","description":"Pagination info."},"results":{"type":"array","items":{"$ref":"#/components/schemas/Witness"},"description":"List of Witnesses."}},"description":"Results of a Witnesses query."},"WitnessMerkleizedArg":{"type":"object","properties":{"nom151Provider":{"type":"object"},"algorithm":{"type":"object"},"createdAt":{"type":"object"}},"description":"Witness Merkleized Strategy matching arguments."},"WitnessNOM151Arg":{"type":"object","properties":{"provider":{"type":"object"},"createdAt":{"type":"object"}},"description":"Witness NOM151 Strategy matching arguments."},"NOM151ProviderArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"type":"string","enum":["CINCEL"],"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"type":"string","enum":["CINCEL"],"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"type":"string","enum":["CINCEL"]},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"type":"string","enum":["CINCEL"]},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"Witness NOM151 Provider matching arguments."},"WitnessHashingAlgorithmArg":{"type":"object","properties":{"exists":{"type":"boolean","description":"If provided, it will apply an $exists filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists"},"eq":{"type":"string","enum":["SHA256"],"description":"If provided, it will apply an $eq filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq"},"ne":{"type":"string","enum":["SHA256"],"description":"If provided, it will apply a $ne filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne"},"in":{"type":"array","items":{"type":"string","enum":["SHA256"]},"description":"If provided, it will apply an $in filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in"},"nin":{"type":"array","items":{"type":"string","enum":["SHA256"]},"description":"If provided, it will apply a $nin filter.\nSee https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin"}},"description":"WitnessHashingAlgorithm matching arguments."},"WitnessSortArg":{"type":"object","required":["field","order"],"properties":{"field":{"type":"string","enum":["createdAt","updatedAt"],"description":"The field to sort results by."},"order":{"type":"string","enum":["asc","desc"],"description":"The order to sort by."}}},"CreateWitnessInput":{"type":"object","required":["hash","algorithm","organization"],"properties":{"hash":{"description":"Leaf hash of the document."},"algorithm":{"type":"string","enum":["SHA256"],"description":"The algorithm to be used for both the leaf double-hashing and to compute internal nodes."},"organization":{"description":"The organization that created the witness."}}},"UpdateWitnessInput":{"type":"object","required":["id"],"properties":{"id":{"description":"A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c"},"initialOwner":{"description":"Subject designed as the first in the endorsement chain."}}},"Wallet":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"endorsables":{"$ref":"#/components/schemas/EndorsablePage"},"endorseFromEvents":{"$ref":"#/components/schemas/EndorseEventPage"},"endorseToEvents":{"$ref":"#/components/schemas/EndorseEventPage"},"subject":{"$ref":"#/components/schemas/Subject"}}},"EndorsablePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Endorsable"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"Endorsable":{"type":"object","required":["id","ownerId","timestamp","network","owner"],"properties":{"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"ownerId":{"type":"string"},"timestamp":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"},"owner":{"$ref":"#/components/schemas/Wallet"},"endorseEvents":{"$ref":"#/components/schemas/EndorseEventPage"},"witness":{"$ref":"#/components/schemas/Witness"}}},"EndorseEventPage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/EndorseEvent"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"EndorseEvent":{"type":"object","required":["id","timestamp","fromId","toId","digest","network","from","to","token"],"properties":{"id":{"type":"string"},"timestamp":{"type":"integer","format":"int32"},"fromId":{"type":"string"},"toId":{"type":"string"},"digest":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"network":{"type":"integer","format":"int32"},"from":{"$ref":"#/components/schemas/Wallet"},"to":{"$ref":"#/components/schemas/Wallet"},"token":{"$ref":"#/components/schemas/Endorsable"}}},"PageInfo":{"type":"object","required":["hasNextPage","hasPreviousPage"],"properties":{"hasNextPage":{"type":"boolean"},"hasPreviousPage":{"type":"boolean"},"startCursor":{"type":"string"},"endCursor":{"type":"string"}}},"EndorseEventFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"string"},"id_not":{"type":"string"},"id_in":{"type":"array","items":{"type":"string"}},"id_not_in":{"type":"array","items":{"type":"string"}},"id_contains":{"type":"string"},"id_not_contains":{"type":"string"},"id_starts_with":{"type":"string"},"id_ends_with":{"type":"string"},"id_not_starts_with":{"type":"string"},"id_not_ends_with":{"type":"string"},"timestamp":{"type":"integer","format":"int32"},"timestamp_not":{"type":"integer","format":"int32"},"timestamp_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_gt":{"type":"integer","format":"int32"},"timestamp_lt":{"type":"integer","format":"int32"},"timestamp_gte":{"type":"integer","format":"int32"},"timestamp_lte":{"type":"integer","format":"int32"},"fromId":{"type":"string"},"fromId_not":{"type":"string"},"fromId_in":{"type":"array","items":{"type":"string"}},"fromId_not_in":{"type":"array","items":{"type":"string"}},"fromId_gt":{"type":"string"},"fromId_lt":{"type":"string"},"fromId_gte":{"type":"string"},"fromId_lte":{"type":"string"},"toId":{"type":"string"},"toId_not":{"type":"string"},"toId_in":{"type":"array","items":{"type":"string"}},"toId_not_in":{"type":"array","items":{"type":"string"}},"toId_gt":{"type":"string"},"toId_lt":{"type":"string"},"toId_gte":{"type":"string"},"toId_lte":{"type":"string"},"digest":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"digest_not":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"digest_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"digest_not_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"digest_gt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"digest_lt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"digest_gte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"digest_lte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"network":{"type":"integer","format":"int32"},"network_not":{"type":"integer","format":"int32"},"network_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_gt":{"type":"integer","format":"int32"},"network_lt":{"type":"integer","format":"int32"},"network_gte":{"type":"integer","format":"int32"},"network_lte":{"type":"integer","format":"int32"}}},"EndorsableFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_not":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_not_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_gt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_gte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"ownerId":{"type":"string"},"ownerId_not":{"type":"string"},"ownerId_in":{"type":"array","items":{"type":"string"}},"ownerId_not_in":{"type":"array","items":{"type":"string"}},"ownerId_gt":{"type":"string"},"ownerId_lt":{"type":"string"},"ownerId_gte":{"type":"string"},"ownerId_lte":{"type":"string"},"timestamp":{"type":"integer","format":"int32"},"timestamp_not":{"type":"integer","format":"int32"},"timestamp_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_gt":{"type":"integer","format":"int32"},"timestamp_lt":{"type":"integer","format":"int32"},"timestamp_gte":{"type":"integer","format":"int32"},"timestamp_lte":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"},"network_not":{"type":"integer","format":"int32"},"network_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_gt":{"type":"integer","format":"int32"},"network_lt":{"type":"integer","format":"int32"},"network_gte":{"type":"integer","format":"int32"},"network_lte":{"type":"integer","format":"int32"}}},"WalletPage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/Wallet"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"WalletFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"string"},"id_not":{"type":"string"},"id_in":{"type":"array","items":{"type":"string"}},"id_not_in":{"type":"array","items":{"type":"string"}},"id_gt":{"type":"string"},"id_lt":{"type":"string"},"id_gte":{"type":"string"},"id_lte":{"type":"string"}}},"MedianMXNUSDRate":{"type":"object","required":["id","rate","inverseRate","timestamp","network"],"properties":{"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"}}},"MedianMXNUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MedianMXNUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MedianMXNUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_not":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_not_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_gt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_gte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"rate_not":{"type":"number","format":"float"},"rate_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_gt":{"type":"number","format":"float"},"rate_lt":{"type":"number","format":"float"},"rate_gte":{"type":"number","format":"float"},"rate_lte":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"inverseRate_not":{"type":"number","format":"float"},"inverseRate_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_gt":{"type":"number","format":"float"},"inverseRate_lt":{"type":"number","format":"float"},"inverseRate_gte":{"type":"number","format":"float"},"inverseRate_lte":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"timestamp_not":{"type":"integer","format":"int32"},"timestamp_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_gt":{"type":"integer","format":"int32"},"timestamp_lt":{"type":"integer","format":"int32"},"timestamp_gte":{"type":"integer","format":"int32"},"timestamp_lte":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"},"network_not":{"type":"integer","format":"int32"},"network_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_gt":{"type":"integer","format":"int32"},"network_lt":{"type":"integer","format":"int32"},"network_gte":{"type":"integer","format":"int32"},"network_lte":{"type":"integer","format":"int32"}}},"DailyBucketMXNUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"DailyBucketMXNUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/DailyBucketMXNUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"DailyBucketMXNUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"WeeklyBucketMXNUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"WeeklyBucketMXNUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"WeeklyBucketMXNUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"MonthlyBucketMXNUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"MonthlyBucketMXNUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MonthlyBucketMXNUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"MedianUSDCUSDRate":{"type":"object","required":["id","rate","inverseRate","timestamp","network"],"properties":{"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"}}},"MedianUSDCUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MedianUSDCUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MedianUSDCUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_not":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_not_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_gt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_gte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"rate_not":{"type":"number","format":"float"},"rate_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_gt":{"type":"number","format":"float"},"rate_lt":{"type":"number","format":"float"},"rate_gte":{"type":"number","format":"float"},"rate_lte":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"inverseRate_not":{"type":"number","format":"float"},"inverseRate_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_gt":{"type":"number","format":"float"},"inverseRate_lt":{"type":"number","format":"float"},"inverseRate_gte":{"type":"number","format":"float"},"inverseRate_lte":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"timestamp_not":{"type":"integer","format":"int32"},"timestamp_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_gt":{"type":"integer","format":"int32"},"timestamp_lt":{"type":"integer","format":"int32"},"timestamp_gte":{"type":"integer","format":"int32"},"timestamp_lte":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"},"network_not":{"type":"integer","format":"int32"},"network_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_gt":{"type":"integer","format":"int32"},"network_lt":{"type":"integer","format":"int32"},"network_gte":{"type":"integer","format":"int32"},"network_lte":{"type":"integer","format":"int32"}}},"DailyBucketUSDCUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"DailyBucketUSDCUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"DailyBucketUSDCUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"WeeklyBucketUSDCUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"WeeklyBucketUSDCUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"WeeklyBucketUSDCUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"MonthlyBucketUSDCUSDRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"MonthlyBucketUSDCUSDRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MonthlyBucketUSDCUSDRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"MedianUSDCMXNRate":{"type":"object","required":["id","rate","inverseRate","timestamp","network"],"properties":{"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"}}},"MedianUSDCMXNRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MedianUSDCMXNRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MedianUSDCMXNRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_not":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_not_in":{"type":"array","items":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."}},"id_gt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lt":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_gte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"id_lte":{"description":"The `BigInt` scalar type represents non-fractional signed whole numeric values."},"rate":{"type":"number","format":"float"},"rate_not":{"type":"number","format":"float"},"rate_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"rate_gt":{"type":"number","format":"float"},"rate_lt":{"type":"number","format":"float"},"rate_gte":{"type":"number","format":"float"},"rate_lte":{"type":"number","format":"float"},"inverseRate":{"type":"number","format":"float"},"inverseRate_not":{"type":"number","format":"float"},"inverseRate_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseRate_gt":{"type":"number","format":"float"},"inverseRate_lt":{"type":"number","format":"float"},"inverseRate_gte":{"type":"number","format":"float"},"inverseRate_lte":{"type":"number","format":"float"},"timestamp":{"type":"integer","format":"int32"},"timestamp_not":{"type":"integer","format":"int32"},"timestamp_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"timestamp_gt":{"type":"integer","format":"int32"},"timestamp_lt":{"type":"integer","format":"int32"},"timestamp_gte":{"type":"integer","format":"int32"},"timestamp_lte":{"type":"integer","format":"int32"},"network":{"type":"integer","format":"int32"},"network_not":{"type":"integer","format":"int32"},"network_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"network_gt":{"type":"integer","format":"int32"},"network_lt":{"type":"integer","format":"int32"},"network_gte":{"type":"integer","format":"int32"},"network_lte":{"type":"integer","format":"int32"}}},"DailyBucketUSDCMXNRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"DailyBucketUSDCMXNRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"DailyBucketUSDCMXNRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"WeeklyBucketUSDCMXNRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"WeeklyBucketUSDCMXNRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"WeeklyBucketUSDCMXNRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}},"MonthlyBucketUSDCMXNRate":{"type":"object","required":["id","open","close","low","high","average","inverseOpen","inverseClose","inverseLow","inverseHigh","inverseAverage","count"],"properties":{"id":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"}}},"MonthlyBucketUSDCMXNRatePage":{"type":"object","required":["items","pageInfo"],"properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRate"}},"pageInfo":{"$ref":"#/components/schemas/PageInfo"}}},"MonthlyBucketUSDCMXNRateFilter":{"type":"object","properties":{"AND":{"type":"array","items":{"type":"object"}},"OR":{"type":"array","items":{"type":"object"}},"id":{"type":"integer","format":"int32"},"id_not":{"type":"integer","format":"int32"},"id_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"id_gt":{"type":"integer","format":"int32"},"id_lt":{"type":"integer","format":"int32"},"id_gte":{"type":"integer","format":"int32"},"id_lte":{"type":"integer","format":"int32"},"open":{"type":"number","format":"float"},"open_not":{"type":"number","format":"float"},"open_in":{"type":"array","items":{"type":"number","format":"float"}},"open_not_in":{"type":"array","items":{"type":"number","format":"float"}},"open_gt":{"type":"number","format":"float"},"open_lt":{"type":"number","format":"float"},"open_gte":{"type":"number","format":"float"},"open_lte":{"type":"number","format":"float"},"close":{"type":"number","format":"float"},"close_not":{"type":"number","format":"float"},"close_in":{"type":"array","items":{"type":"number","format":"float"}},"close_not_in":{"type":"array","items":{"type":"number","format":"float"}},"close_gt":{"type":"number","format":"float"},"close_lt":{"type":"number","format":"float"},"close_gte":{"type":"number","format":"float"},"close_lte":{"type":"number","format":"float"},"low":{"type":"number","format":"float"},"low_not":{"type":"number","format":"float"},"low_in":{"type":"array","items":{"type":"number","format":"float"}},"low_not_in":{"type":"array","items":{"type":"number","format":"float"}},"low_gt":{"type":"number","format":"float"},"low_lt":{"type":"number","format":"float"},"low_gte":{"type":"number","format":"float"},"low_lte":{"type":"number","format":"float"},"high":{"type":"number","format":"float"},"high_not":{"type":"number","format":"float"},"high_in":{"type":"array","items":{"type":"number","format":"float"}},"high_not_in":{"type":"array","items":{"type":"number","format":"float"}},"high_gt":{"type":"number","format":"float"},"high_lt":{"type":"number","format":"float"},"high_gte":{"type":"number","format":"float"},"high_lte":{"type":"number","format":"float"},"average":{"type":"number","format":"float"},"average_not":{"type":"number","format":"float"},"average_in":{"type":"array","items":{"type":"number","format":"float"}},"average_not_in":{"type":"array","items":{"type":"number","format":"float"}},"average_gt":{"type":"number","format":"float"},"average_lt":{"type":"number","format":"float"},"average_gte":{"type":"number","format":"float"},"average_lte":{"type":"number","format":"float"},"inverseOpen":{"type":"number","format":"float"},"inverseOpen_not":{"type":"number","format":"float"},"inverseOpen_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseOpen_gt":{"type":"number","format":"float"},"inverseOpen_lt":{"type":"number","format":"float"},"inverseOpen_gte":{"type":"number","format":"float"},"inverseOpen_lte":{"type":"number","format":"float"},"inverseClose":{"type":"number","format":"float"},"inverseClose_not":{"type":"number","format":"float"},"inverseClose_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseClose_gt":{"type":"number","format":"float"},"inverseClose_lt":{"type":"number","format":"float"},"inverseClose_gte":{"type":"number","format":"float"},"inverseClose_lte":{"type":"number","format":"float"},"inverseLow":{"type":"number","format":"float"},"inverseLow_not":{"type":"number","format":"float"},"inverseLow_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseLow_gt":{"type":"number","format":"float"},"inverseLow_lt":{"type":"number","format":"float"},"inverseLow_gte":{"type":"number","format":"float"},"inverseLow_lte":{"type":"number","format":"float"},"inverseHigh":{"type":"number","format":"float"},"inverseHigh_not":{"type":"number","format":"float"},"inverseHigh_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseHigh_gt":{"type":"number","format":"float"},"inverseHigh_lt":{"type":"number","format":"float"},"inverseHigh_gte":{"type":"number","format":"float"},"inverseHigh_lte":{"type":"number","format":"float"},"inverseAverage":{"type":"number","format":"float"},"inverseAverage_not":{"type":"number","format":"float"},"inverseAverage_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_not_in":{"type":"array","items":{"type":"number","format":"float"}},"inverseAverage_gt":{"type":"number","format":"float"},"inverseAverage_lt":{"type":"number","format":"float"},"inverseAverage_gte":{"type":"number","format":"float"},"inverseAverage_lte":{"type":"number","format":"float"},"count":{"type":"integer","format":"int32"},"count_not":{"type":"integer","format":"int32"},"count_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_not_in":{"type":"array","items":{"type":"integer","format":"int32"}},"count_gt":{"type":"integer","format":"int32"},"count_lt":{"type":"integer","format":"int32"},"count_gte":{"type":"integer","format":"int32"},"count_lte":{"type":"integer","format":"int32"}}}}},"security":[{"apiKey":[]}],"servers":[{"url":"https://api.plumaa.id/rest/v1","description":"Production"},{"url":"https://api.staging.plumaa.id/rest/v1","description":"Staging"}],"openapi":"3.0.1","paths":{"/server-time":{"get":{"operationId":"serverTime_query","tags":["Other"],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"description":"A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar."}}}}}}},"/certificates":{"get":{"operationId":"certificates_query","tags":["Certificate"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"serialNumber","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NonNegativeIntArg"}},{"name":"issuer","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"notBefore","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"notAfter","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"subject","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"version","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NonNegativeIntArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/CertificateSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"accessScope","in":"query","required":false,"schema":{"enum":["Organization","Subject"]}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Certificates"}}}}}}},"/certificate/{id}":{"get":{"operationId":"certificate_query","tags":["Certificate"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Certificate"}}}}}}},"/issuers":{"get":{"operationId":"issuers_query","tags":["Issuer"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IssuerSearchArg"}},{"name":"postalCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/NonNegativeIntArg"}},{"name":"country","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IDArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IssuerSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Issuers"}}}}}}},"/issuer/{id}":{"get":{"operationId":"issuer_query","tags":["Issuer"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Issuer"}}}}}}},"/organization-links":{"get":{"operationId":"organizationLinks_query","tags":["Organization"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"subject","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"organization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/OrganizationLinksSearchArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/OrganizationLinkSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"accessScope","in":"query","required":false,"schema":{"enum":["Organization","Subject"]}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationLinks"}}}}}}},"/organization-link/{id}":{"get":{"operationId":"organizationLink_query","tags":["Organization"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationLink"}}}}}}},"/signature-request-invites":{"get":{"operationId":"signatureRequestInvites_query","tags":["SignatureRequestInvite"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"signatureRequest","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"certificate","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"subject","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"rejectedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"signedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SignatureRequestInviteSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"accessScope","in":"query","required":false,"schema":{"enum":["Organization","Subject"]}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequestInvites"}}}}}}},"/signature-request-invite/{id}":{"get":{"operationId":"signatureRequestInvite_query","tags":["SignatureRequestInvite"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequestInvite"}}}}}}},"/signature-requests":{"get":{"operationId":"signatureRequests_query","tags":["SignatureRequest"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SignatureRequestsSearchArg"}},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ContentTypeArg"}},{"name":"draft","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"finalized","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"organization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"subject","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"rejectedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"signedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SignatureRequestSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"accessScope","in":"query","required":false,"schema":{"enum":["Organization","Subject"]}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequests"}}}}}}},"/signature-request-timeseries":{"get":{"operationId":"signatureRequestTimeseries_query","tags":["Timeseries"],"parameters":[{"name":"granularity","in":"query","required":true,"schema":{"enum":["day","hour","month"]}},{"name":"organization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ContentTypeArg"}},{"name":"timestamp","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"limit","in":"query","required":false,"schema":{}},{"name":"order","in":"query","required":false,"schema":{"enum":["asc","desc"]}},{"name":"timezone","in":"query","required":false,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Timepoint"}}}}}}}},"/signature-request/{id}":{"get":{"operationId":"signatureRequest_query","tags":["SignatureRequest"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}},{"name":"anonymousKey","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequest"}}}}}}},"/subjects":{"get":{"operationId":"subjects_query","tags":["Subject"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"organization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SubjectSearchArg"}},{"name":"country","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IDArg"}},{"name":"serialNumber","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IDArg"}},{"name":"RFC","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IDArg"}},{"name":"EVMAddress","in":"query","required":false,"schema":{"$ref":"#/components/schemas/HexadecimalArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SubjectSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"accessScope","in":"query","required":false,"schema":{"enum":["Organization","Subject"]}},{"name":"subjects_results_results_wallet_wallet_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"subjects_results_results_wallet_wallet_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjects_results_results_wallet_wallet_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Subjects"}}}}}}},"/subject/{id}":{"get":{"operationId":"subject_query","tags":["Subject"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}},{"name":"subject_wallet_wallet_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"subject_wallet_wallet_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subject_wallet_wallet_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subject_wallet_wallet_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subject_wallet_wallet_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subject_wallet_wallet_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subject_wallet_wallet_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Subject"}}}}}}},"/subject-by-evm-address":{"get":{"operationId":"subjectByEVMAddress_query","tags":["Subject"],"parameters":[{"name":"EVMAddress","in":"query","required":true,"schema":{}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"subjectByEVMAddress_wallet_wallet_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Subject"}}}}}}},"/witnesses":{"get":{"operationId":"witnesses_query","tags":["Witness"],"parameters":[{"name":"_id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"hash","in":"query","required":false,"schema":{"$ref":"#/components/schemas/HexadecimalArg"}},{"name":"algorithm","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WitnessHashingAlgorithmArg"}},{"name":"claimable","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"claimed","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"initialOwner","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"organization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/ObjectIDArg"}},{"name":"nom151","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WitnessNOM151Arg"}},{"name":"merkleized","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WitnessMerkleizedArg"}},{"name":"createdAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"updatedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DateRangeArg"}},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WitnessSortArg"}},{"name":"pagination","in":"query","required":false,"schema":{"$ref":"#/components/schemas/Pagination"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witnesses_results_results_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witnesses"}}}}}}},"/witness":{"get":{"operationId":"witness_query","tags":["Witness"],"parameters":[{"name":"hash","in":"query","required":true,"schema":{}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witness_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"witness_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"witness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witness"}}}}}},"post":{"description":"Creates a new witness. Only available for members or API keys of the organization.","tags":["Witness"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateWitnessInput"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateWitnessInput"},"createWitness_endorsable_endorsable_owner_owner_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"createWitness_endorsable_endorsable_owner_owner_endorsables_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorsables_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorsables_before":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorsables_after":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorsables_limit":{"type":"integer","format":"int32"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_before":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_after":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseFromEvents_limit":{"type":"integer","format":"int32"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_before":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_after":{"type":"string"},"createWitness_endorsable_endorsable_owner_owner_endorseToEvents_limit":{"type":"integer","format":"int32"},"createWitness_endorsable_endorsable_endorseEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"createWitness_endorsable_endorsable_endorseEvents_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_before":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_after":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_limit":{"type":"integer","format":"int32"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit":{"type":"integer","format":"int32"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after":{"type":"string"},"createWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit":{"type":"integer","format":"int32"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witness"}}}}}},"put":{"description":"Updates an existing witness. Only available for members or API keys of the organization.","tags":["Witness"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/UpdateWitnessInput"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/UpdateWitnessInput"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_before":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_after":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorsables_limit":{"type":"integer","format":"int32"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_before":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_after":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseFromEvents_limit":{"type":"integer","format":"int32"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_before":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_after":{"type":"string"},"updateWitness_endorsable_endorsable_owner_owner_endorseToEvents_limit":{"type":"integer","format":"int32"},"updateWitness_endorsable_endorsable_endorseEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"updateWitness_endorsable_endorsable_endorseEvents_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_before":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_after":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_limit":{"type":"integer","format":"int32"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit":{"type":"integer","format":"int32"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after":{"type":"string"},"updateWitness_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit":{"type":"integer","format":"int32"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witness"}}}}}}},"/sign-file-url":{"get":{"operationId":"signFileUrl_query","tags":["Other"],"parameters":[{"name":"filePath","in":"query","required":true,"schema":{"type":"string"}},{"name":"md5Checksum","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/S3PresignedURL"}}}}}}},"/wallet/{id}":{"get":{"operationId":"wallet_query","tags":["Wallet"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"wallet_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"wallet_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallet_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallet_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallet_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallet_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallet_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Wallet"}}}}}}},"/wallets":{"get":{"operationId":"wallets_query","tags":["Wallet"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WalletFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallets_items_items_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"wallets_items_items_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallets_items_items_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallets_items_items_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"wallets_items_items_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"wallets_items_items_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"wallets_items_items_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletPage"}}}}}}},"/endorsable/{id}":{"get":{"operationId":"endorsable_query","tags":["Endorsable"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}},{"name":"endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Endorsable"}}}}}}},"/endorsables":{"get":{"operationId":"endorsables_query","tags":["Endorsable"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndorsablePage"}}}}}}},"/endorse-event/{id}":{"get":{"operationId":"endorseEvent_query","tags":["EndorseEvent"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvent_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_from_from_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_from_from_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_from_from_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_from_from_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_from_from_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvent_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorsables_endorsables_items_items_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_to_to_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_to_to_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_to_to_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_to_to_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_to_to_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvent_token_token_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"endorseEvent_token_token_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvent_token_token_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndorseEvent"}}}}}}},"/endorse-events":{"get":{"operationId":"endorseEvents_query","tags":["EndorseEvent"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"endorseEvents_items_items_token_token_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndorseEventPage"}}}}}}},"/median-mxnusd-rate/{id}":{"get":{"operationId":"medianMXNUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianMXNUSDRate"}}}}}}},"/median-mxnusd-rates":{"get":{"operationId":"medianMXNUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MedianMXNUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianMXNUSDRatePage"}}}}}}},"/daily-bucket-mxnusd-rate/{id}":{"get":{"operationId":"dailyBucketMXNUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketMXNUSDRate"}}}}}}},"/daily-bucket-mxnusd-rates":{"get":{"operationId":"dailyBucketMXNUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DailyBucketMXNUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketMXNUSDRatePage"}}}}}}},"/weekly-bucket-mxnusd-rate/{id}":{"get":{"operationId":"weeklyBucketMXNUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRate"}}}}}}},"/weekly-bucket-mxnusd-rates":{"get":{"operationId":"weeklyBucketMXNUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketMXNUSDRatePage"}}}}}}},"/monthly-bucket-mxnusd-rate/{id}":{"get":{"operationId":"monthlyBucketMXNUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRate"}}}}}}},"/monthly-bucket-mxnusd-rates":{"get":{"operationId":"monthlyBucketMXNUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketMXNUSDRatePage"}}}}}}},"/median-usdcusd-rate/{id}":{"get":{"operationId":"medianUSDCUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianUSDCUSDRate"}}}}}}},"/median-usdcusd-rates":{"get":{"operationId":"medianUSDCUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MedianUSDCUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianUSDCUSDRatePage"}}}}}}},"/daily-bucket-usdcusd-rate/{id}":{"get":{"operationId":"dailyBucketUSDCUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRate"}}}}}}},"/daily-bucket-usdcusd-rates":{"get":{"operationId":"dailyBucketUSDCUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketUSDCUSDRatePage"}}}}}}},"/weekly-bucket-usdcusd-rate/{id}":{"get":{"operationId":"weeklyBucketUSDCUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRate"}}}}}}},"/weekly-bucket-usdcusd-rates":{"get":{"operationId":"weeklyBucketUSDCUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCUSDRatePage"}}}}}}},"/monthly-bucket-usdcusd-rate/{id}":{"get":{"operationId":"monthlyBucketUSDCUSDRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRate"}}}}}}},"/monthly-bucket-usdcusd-rates":{"get":{"operationId":"monthlyBucketUSDCUSDRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCUSDRatePage"}}}}}}},"/median-usdcmxn-rate/{id}":{"get":{"operationId":"medianUSDCMXNRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianUSDCMXNRate"}}}}}}},"/median-usdcmxn-rates":{"get":{"operationId":"medianUSDCMXNRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MedianUSDCMXNRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MedianUSDCMXNRatePage"}}}}}}},"/daily-bucket-usdcmxn-rate/{id}":{"get":{"operationId":"dailyBucketUSDCMXNRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRate"}}}}}}},"/daily-bucket-usdcmxn-rates":{"get":{"operationId":"dailyBucketUSDCMXNRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DailyBucketUSDCMXNRatePage"}}}}}}},"/weekly-bucket-usdcmxn-rate/{id}":{"get":{"operationId":"weeklyBucketUSDCMXNRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRate"}}}}}}},"/weekly-bucket-usdcmxn-rates":{"get":{"operationId":"weeklyBucketUSDCMXNRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WeeklyBucketUSDCMXNRatePage"}}}}}}},"/monthly-bucket-usdcmxn-rate/{id}":{"get":{"operationId":"monthlyBucketUSDCMXNRate_query","tags":["PriceOracle"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRate"}}}}}}},"/monthly-bucket-usdcmxn-rates":{"get":{"operationId":"monthlyBucketUSDCMXNRates_query","tags":["PriceOracle"],"parameters":[{"name":"where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRateFilter"}},{"name":"orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"before","in":"query","required":false,"schema":{"type":"string"}},{"name":"after","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonthlyBucketUSDCMXNRatePage"}}}}}}},"/api-key":{"post":{"description":"Creates a new api key for the organization. You can retrieve the generated API key later through the API.\nOnly available for members or API keys of the organization.","tags":["ApiKey"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateApiKeyInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateApiKeyInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiKey"}}}}}},"put":{"description":"Updates an existing API key. Only available for members or API keys of the organization.","tags":["ApiKey"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/UpdateApiKeyInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/UpdateApiKeyInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiKey"}}}}}},"delete":{"description":"Deletes an existing API key. Only available for members or API keys of the organization.","tags":["ApiKey"],"parameters":[{"name":"id","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiKey"}}}}}}},"/organization-link":{"post":{"description":"Creates a new link with the organization. This links enables the organization to view the certificate's subject information.\nOnly available if the caller bears an access token issued to the certificate of the linking subject.","tags":["OrganizationLink"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateOrganizationLinkInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateOrganizationLinkInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationLink"}}}}}},"delete":{"description":"Deletes a link with an organization. Only available if the caller bears an access token issued to the certificate of the linking subject or for members of the organization.","tags":["OrganizationLink"],"parameters":[{"name":"id","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationLink"}}}}}}},"/organization-member":{"post":{"description":"Creates a new member of the provided organization. Only available for members or API keys of the organization.","tags":["OrganizationMember"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateOrganizationMemberInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateOrganizationMemberInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationMember"}}}}}},"delete":{"description":"Removes an existing member of the provided organization. Only available for members or API keys of the organization.","tags":["OrganizationMember"],"parameters":[{"name":"id","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationMember"}}}}}}},"/organization":{"put":{"description":"Updates an existing organization. Only available for members or API keys of the organization.","tags":["Organization"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/UpdateOrganizationInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/UpdateOrganizationInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Organization"}}}}}}},"/signature-request-invite":{"post":{"description":"Creates a new signature request invite. Only available for members of the organization that created the signature request.","tags":["SignatureRequestInvite"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateSignatureRequestInviteInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateSignatureRequestInviteInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequestInvite"}}}}}}},"/signature-request":{"post":{"description":"Creates a new signature request. Only available for members or API keys of the organization that created the signature request.","tags":["SignatureRequest"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CreateSignatureRequestInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/CreateSignatureRequestInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequest"}}}}}},"put":{"description":"Updates an existing signature request. Only available for members or API keys of the organization that created the signature request.","tags":["SignatureRequest"],"parameters":[{"name":"input","in":"query","required":true,"schema":{"$ref":"#/components/schemas/UpdateSignatureRequestInput"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input":{"$ref":"#/components/schemas/UpdateSignatureRequestInput"}},"required":["input"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignatureRequest"}}}}}}},"/schedule-grouped-nom151-certification":{"post":{"description":"Schedules a witness hash to be certified in a grouped merkle tree whose root hash is sent periodically to the NOM151 certification authority.\nOnly available for members or API keys of the organization.","tags":["Witness"],"parameters":[{"name":"witnessId","in":"query","required":true,"schema":{}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"witnessId":{},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorsables_limit":{"type":"integer","format":"int32"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_limit":{"type":"integer","format":"int32"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_limit":{"type":"integer","format":"int32"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_limit":{"type":"integer","format":"int32"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit":{"type":"integer","format":"int32"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after":{"type":"string"},"scheduleGroupedNOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit":{"type":"integer","format":"int32"}},"required":["witnessId"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witness"}}}}}}},"/nom151-certification":{"post":{"description":"Requests an individual witness hash to be certified by the NOM151 certification authority.\nOnly available for members or API keys of the organization.","tags":["Witness"],"parameters":[{"name":"witnessId","in":"query","required":true,"schema":{}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorseEventFilter"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where","in":"query","required":false,"schema":{"$ref":"#/components/schemas/EndorsableFilter"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after","in":"query","required":false,"schema":{"type":"string"}},{"name":"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"witnessId":{},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorsables_limit":{"type":"integer","format":"int32"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseFromEvents_limit":{"type":"integer","format":"int32"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_owner_owner_endorseToEvents_limit":{"type":"integer","format":"int32"},"NOM151Certification_endorsable_endorsable_endorseEvents_where":{"$ref":"#/components/schemas/EndorseEventFilter"},"NOM151Certification_endorsable_endorsable_endorseEvents_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_limit":{"type":"integer","format":"int32"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_from_from_endorsables_limit":{"type":"integer","format":"int32"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_where":{"$ref":"#/components/schemas/EndorsableFilter"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderBy":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_orderDirection":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_before":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_after":{"type":"string"},"NOM151Certification_endorsable_endorsable_endorseEvents_endorseEvents_items_items_to_to_endorsables_limit":{"type":"integer","format":"int32"}},"required":["witnessId"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Witness"}}}}}}},"/publish-challenge":{"post":{"description":"Publishes a challenge signature. This allows an application to authenticate their users using Plumaa ID as a secure channel.","tags":["Other"],"parameters":[{"name":"otp","in":"query","required":true,"schema":{}},{"name":"signature","in":"query","required":true,"schema":{}},{"name":"expiresAt","in":"query","required":true,"schema":{}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"otp":{"description":"Identify the communication channel"},"signature":{},"expiresAt":{}},"required":["otp","signature","expiresAt"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}}}}}}}