Adyen · Schema

AndroidCertificate

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
description string The description that was provided when uploading the certificate.
extension string The file format of the certificate, as indicated by the file extension. For example, **.cert** or **.pem**.
id string The unique identifier of the certificate.
name string The file name of the certificate. For example, **mycert**.
notAfter string The date when the certificate stops to be valid.
notBefore string The date when the certificate starts to be valid.
status string The status of the certificate.
View JSON Schema on GitHub

JSON Schema

adyen-androidcertificate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AndroidCertificate",
  "title": "AndroidCertificate",
  "properties": {
    "description": {
      "description": "The description that was provided when uploading the certificate.",
      "type": "string"
    },
    "extension": {
      "description": "The file format of the certificate, as indicated by the file extension. For example, **.cert** or **.pem**.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the certificate.",
      "type": "string"
    },
    "name": {
      "description": "The file name of the certificate. For example, **mycert**.",
      "type": "string"
    },
    "notAfter": {
      "description": "The date when the certificate stops to be valid.",
      "format": "date-time",
      "type": "string"
    },
    "notBefore": {
      "description": "The date when the certificate starts to be valid.",
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "description": "The status of the certificate.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}

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/adyen-androidcertificate"
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.