Skill Version Object

skillVersionSchema describes one version of a skill.

Notable fields

  • versionNumber, isPublished, status (draft | published)
  • inputSchema, variablesSchema, outputSchema, outputContractState
  • promptComposition - ordered prompt attachments and resolved prompt version metadata
  • tools - skillVersionToolSchema[] with optional capability metadata
  • preview - rendered prompt plus composition trace for UI/preview flows
  • validation - structured errors/warnings
  • executionReadiness - readiness for runs

See also

Was this page helpful?