access_ca

APIs.ioEngineeringPlatform

Properties

Name Type Description
aud object
id object
public_key object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-ca-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_ca",
  "title": "access_ca",
  "properties": {
    "aud": {
      "$ref": "#/components/schemas/access_aud"
    },
    "id": {
      "$ref": "#/components/schemas/access_id"
    },
    "public_key": {
      "$ref": "#/components/schemas/access_public_key"
    }
  },
  "type": "object"
}