Polygon ID · Schema

PaymentOptionRequest

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
name string
description string
paymentOptions object
View JSON Schema on GitHub

JSON Schema

payment-option-request.json Raw ↑
{
  "type": "object",
  "required": [
    "name",
    "description",
    "paymentOptions"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "paymentOptions": {
      "$ref": "#/components/schemas/PaymentOptionConfig"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaymentOptionRequest"
}