GoogleJsonSchema
constructor(id: String? = null, description: String? = null, location: String? = null, metaRef: String? = null, type: JsonSchemaType? = null, format: String? = null, default: String? = null, pattern: String? = null, maximum: String? = null, minimum: String? = null, readOnly: Boolean? = null, required: Boolean? = null, repeated: Boolean? = null, enum: List<String>? = null, enumDescriptions: List<String>? = null, properties: Map<String, GoogleJsonSchema>? = null, additionalProperties: GoogleJsonSchema? = null, items: GoogleJsonSchema? = null, annotations: GoogleJsonSchema.Annotations? = null, variant: GoogleJsonSchema.Variant? = null)(source)