Azure Key Vault · Schema

JsonWebKey

As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
kid string Key identifier.
kty object
key_ops array Supported key operations.
n string RSA modulus.
e string RSA public exponent.
d string RSA private exponent, or the D component of an EC private key.
dp string RSA private key parameter.
dq string RSA private key parameter.
qi string RSA private key parameter.
p string RSA secret prime.
q string RSA secret prime, with p < q.
k string Symmetric key.
key_hsm string Protected Key, used with Bring Your Own Key.
crv object
x string X component of an EC public key.
y string Y component of an EC public key.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-key-vault-jsonwebkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JsonWebKey",
  "title": "JsonWebKey",
  "type": "object",
  "description": "As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.",
  "properties": {
    "kid": {
      "type": "string",
      "description": "Key identifier.",
      "example": "500123"
    },
    "kty": {
      "$ref": "#/components/schemas/JsonWebKeyType"
    },
    "key_ops": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Supported key operations.",
      "example": []
    },
    "n": {
      "type": "string",
      "format": "base64url",
      "description": "RSA modulus.",
      "example": "example_value"
    },
    "e": {
      "type": "string",
      "format": "base64url",
      "description": "RSA public exponent.",
      "example": "example_value"
    },
    "d": {
      "type": "string",
      "format": "base64url",
      "description": "RSA private exponent, or the D component of an EC private key.",
      "example": "example_value"
    },
    "dp": {
      "type": "string",
      "format": "base64url",
      "description": "RSA private key parameter.",
      "example": "example_value"
    },
    "dq": {
      "type": "string",
      "format": "base64url",
      "description": "RSA private key parameter.",
      "example": "example_value"
    },
    "qi": {
      "type": "string",
      "format": "base64url",
      "description": "RSA private key parameter.",
      "example": "example_value"
    },
    "p": {
      "type": "string",
      "format": "base64url",
      "description": "RSA secret prime.",
      "example": "example_value"
    },
    "q": {
      "type": "string",
      "format": "base64url",
      "description": "RSA secret prime, with p < q.",
      "example": "example_value"
    },
    "k": {
      "type": "string",
      "format": "base64url",
      "description": "Symmetric key.",
      "example": "example_value"
    },
    "key_hsm": {
      "type": "string",
      "format": "base64url",
      "description": "Protected Key, used with Bring Your Own Key.",
      "example": "example_value"
    },
    "crv": {
      "$ref": "#/components/schemas/JsonWebKeyCurveName"
    },
    "x": {
      "type": "string",
      "format": "base64url",
      "description": "X component of an EC public key.",
      "example": "example_value"
    },
    "y": {
      "type": "string",
      "format": "base64url",
      "description": "Y component of an EC public key.",
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-key-vault-jsonwebkey"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.