Answer

Defines an answer.

APIs.ioEngineeringPlatform

Properties

Name Type Description
followUpQueries array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-answer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Answer",
  "title": "Answer",
  "properties": {
    "followUpQueries": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/Query"
      }
    }
  },
  "description": "Defines an answer.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Response"
    }
  ]
}