Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Submit Feedback Request Structure

The structure representing the SubmitFeedbackRequest.

Type: object Properties: 2 Required: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

SubmitFeedbackRequest is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

comment type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-submit-feedback-request-structure.json",
  "name": "SubmitFeedbackRequest",
  "description": "The structure representing the SubmitFeedbackRequest.",
  "type": "object",
  "properties": {
    "comment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Optional feedback about this anomaly."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeedbackType"
        },
        {
          "description": " The feedback tpye. Thee are two valid values, <code>Positive</code> and <code>Negative</code>. "
        }
      ]
    }
  },
  "required": [
    "type"
  ]
}