

# CapabilitySchemaItem
<a name="API_CapabilitySchemaItem"></a>

Structure representing a capability schema item that defines the functionality and features supported by a managed thing.

## Contents
<a name="API_CapabilitySchemaItem_Contents"></a>

 ** CapabilityId **   <a name="managedintegrations-Type-CapabilitySchemaItem-CapabilityId"></a>
The unique identifier of the capability defined in the schema.  
Type: String  
Length Constraints: Minimum length of 7. Maximum length of 128.  
Pattern: `[a-zA-Z0-9.]+@(\d+\.\d+(\.\d+)?|\$latest)`   
Required: Yes

 ** ExtrinsicId **   <a name="managedintegrations-Type-CapabilitySchemaItem-ExtrinsicId"></a>
The external identifier for the capability, used when referencing the capability outside of the AWS ecosystem.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 10.  
Pattern: `0[xX][0-9a-fA-F]+$|^[0-9]+`   
Required: Yes

 ** ExtrinsicVersion **   <a name="managedintegrations-Type-CapabilitySchemaItem-ExtrinsicVersion"></a>
The version of the external capability definition, used to track compatibility with external systems.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 10.  
Required: Yes

 ** Format **   <a name="managedintegrations-Type-CapabilitySchemaItem-Format"></a>
The format of the capability schema, which defines how the schema is structured and interpreted.  
Type: String  
Valid Values: `AWS | ZCL | CONNECTOR`   
Required: Yes

 ** Schema **   <a name="managedintegrations-Type-CapabilitySchemaItem-Schema"></a>
The actual schema definition that describes the capability's properties, actions, and events.  
Type: JSON value  
Required: Yes

## See Also
<a name="API_CapabilitySchemaItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iot-managed-integrations-2025-03-03/CapabilitySchemaItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iot-managed-integrations-2025-03-03/CapabilitySchemaItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iot-managed-integrations-2025-03-03/CapabilitySchemaItem) 