{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-create-security-profile-response-schema.json", "title": "CreateSecurityProfileResponse", "description": "CreateSecurityProfileResponse schema", "type": "object", "properties": { "securityProfileName": { "allOf": [ { "$ref": "#/components/schemas/SecurityProfileName" }, { "description": "The name you gave to the security profile." } ] }, "securityProfileArn": { "allOf": [ { "$ref": "#/components/schemas/SecurityProfileArn" }, { "description": "The ARN of the security profile." } ] } } }