Bedrock Agentcore Control > Structures > SkillDefinition SkillDefinition¶ Structure Class¶ SkillDefinition dataclass ¶ The structured skill definition with schema version and content. Attributes¶ inline_content class-attribute instance-attribute ¶ inline_content: str | None = None The JSON content containing the structured skill definition. schema_version class-attribute instance-attribute ¶ schema_version: str | None = None The version of the skill definition schema.