Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.05 KB

File metadata and controls

11 lines (8 loc) · 1.05 KB

UpdateDefinition

Fields

Field Type Required Description
name str ✔️ Name of the update
description OptionalNullable[str] Description of the update
input_schema Dict[str, Any] ✔️ Input JSON schema of the update's model
output_schema Dict[str, Any] Output JSON schema of the update's model