Request Message Editable Attributes

APIs.ioEngineeringPlatform

Properties

Name Type Description
content object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cloudforce-one-request-message-edit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cloudforce-one_request-message-edit",
  "title": "Request Message Editable Attributes",
  "properties": {
    "content": {
      "$ref": "#/components/schemas/cloudforce-one_message-content"
    }
  },
  "type": "object"
}