{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstallAndroidCertificateDetails", "title": "InstallAndroidCertificateDetails", "additionalProperties": false, "properties": { "certificateId": { "description": "The unique identifier of the certificate to be installed.", "type": "string" }, "type": { "default": "InstallAndroidCertificate", "description": "Type of terminal action: Install an Android certificate.", "enum": [ "InstallAndroidCertificate" ], "type": "string" } }, "type": "object" }