camundala.domain
package camundala.domain
Type members
Classlikes
case class FileInOut(fileName: String, @Schema$$annotations$$description("The content of the File as a Byte Array.") content: Array[Byte], mimeType: Option[String])
- Companion:
- object
case class FileRefInOut(fileName: String, @Schema$$annotations$$description("A reference to retrieve the file in your application.") ref: String, mimeType: Option[String])
In Camunda 8 only json is allowed!
In Camunda 8 only json is allowed!
- Companion:
- object
Exports
Defined exports
@implicitNotFound(msg = "Could not find Schema for type ${T}.\nSince 0.17.0 automatic derivation requires the following import: `import sttp.tapir.generic.auto._`\nYou can find more details in the docs: https://tapir.softwaremill.com/en/latest/endpoint/schemas.html#schema-derivation\nWhen using datatypes integration remember to import respective schemas/codecs as described in https://tapir.softwaremill.com/en/latest/endpoint/integrations.html")
Exported from tapir