JSONSchemaPropsPatchArgs

constructor(ref: Output<String>? = null, schema: Output<String>? = null, additionalItems: Output<Either<JSONSchemaPropsArgs, Boolean>>? = null, additionalProperties: Output<Either<JSONSchemaPropsArgs, Boolean>>? = null, allOf: Output<List<JSONSchemaPropsPatchArgs>>? = null, anyOf: Output<List<JSONSchemaPropsPatchArgs>>? = null, default: Output<JsonElement>? = null, definitions: Output<Map<String, JSONSchemaPropsArgs>>? = null, dependencies: Output<Map<String, Either<JSONSchemaPropsArgs, List<String>>>>? = null, description: Output<String>? = null, enum: Output<List<JsonElement>>? = null, example: Output<JsonElement>? = null, exclusiveMaximum: Output<Boolean>? = null, exclusiveMinimum: Output<Boolean>? = null, externalDocs: Output<ExternalDocumentationPatchArgs>? = null, format: Output<String>? = null, id: Output<String>? = null, items: Output<Either<JSONSchemaPropsArgs, List<JsonElement>>>? = null, maxItems: Output<Int>? = null, maxLength: Output<Int>? = null, maxProperties: Output<Int>? = null, maximum: Output<Double>? = null, minItems: Output<Int>? = null, minLength: Output<Int>? = null, minProperties: Output<Int>? = null, minimum: Output<Double>? = null, multipleOf: Output<Double>? = null, not: Output<JSONSchemaPropsPatchArgs>? = null, nullable: Output<Boolean>? = null, oneOf: Output<List<JSONSchemaPropsPatchArgs>>? = null, pattern: Output<String>? = null, patternProperties: Output<Map<String, JSONSchemaPropsArgs>>? = null, properties: Output<Map<String, JSONSchemaPropsArgs>>? = null, required: Output<List<String>>? = null, title: Output<String>? = null, type: Output<String>? = null, uniqueItems: Output<Boolean>? = null, x_kubernetes_embedded_resource: Output<Boolean>? = null, x_kubernetes_int_or_string: Output<Boolean>? = null, x_kubernetes_list_map_keys: Output<List<String>>? = null, x_kubernetes_list_type: Output<String>? = null, x_kubernetes_map_type: Output<String>? = null, x_kubernetes_preserve_unknown_fields: Output<Boolean>? = null, x_kubernetes_validations: Output<List<ValidationRulePatchArgs>>? = null)