/** * A constant value to use for this property. Mutually exclusive with description, dynamic_variable, is_system_provided, and is_omitted. */ export type LiteralJsonSchemaPropertyConstantValue = string | number | number | boolean;