Bedrock AgentCore > Structures > SkillDefinition SkillDefinition¶ Structure Class¶ SkillDefinition dataclass ¶ The structured skill definition with a schema version and inline content. Attributes¶ inline_content class-attribute instance-attribute ¶ inline_content: str | None = None The inline content of the skill definition. schema_version class-attribute instance-attribute ¶ schema_version: str | None = None The schema version of the skill definition. If you don't specify a version, the service detects it automatically.