Aptos · Schema

UnsupportedJWK

Move type `0x1::jwks::UnsupportedJWK` in rust. See its doc in Move for more details.

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
id array
payload array
View JSON Schema on GitHub

JSON Schema

UnsupportedJWK.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/UnsupportedJWK.json",
  "title": "UnsupportedJWK",
  "type": "object",
  "description": "Move type `0x1::jwks::UnsupportedJWK` in rust.\nSee its doc in Move for more details.",
  "required": [
    "id",
    "payload"
  ],
  "properties": {
    "id": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint8"
      }
    },
    "payload": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint8"
      }
    }
  }
}