{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-certificates", "title": "access_schemas-certificates", "properties": { "associated_hostnames": { "$ref": "#/components/schemas/access_associated_hostnames" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "expires_on": { "$ref": "#/components/schemas/access_timestamp" }, "fingerprint": { "$ref": "#/components/schemas/access_fingerprint" }, "id": { "description": "The ID of the application that will use this certificate." }, "name": { "$ref": "#/components/schemas/access_certificates_components-schemas-name" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" } }, "type": "object" }