Utf8Input

UTF-8 text input

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
type object
text string
json object
formattedJson object
yaml object
mediaType string
compress boolean
View JSON Schema on GitHub

JSON Schema

application-research-utf8input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Utf8Input",
  "title": "Utf8Input",
  "type": "object",
  "description": "UTF-8 text input",
  "properties": {
    "type": {
      "const": "utf8"
    },
    "text": {
      "type": "string"
    },
    "json": {
      "type": "object"
    },
    "formattedJson": {
      "type": "object"
    },
    "yaml": {
      "type": "object"
    },
    "mediaType": {
      "type": "string"
    },
    "compress": {
      "type": "boolean"
    }
  }
}