{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://fdc3.finos.org/schemas/next/bridging/getAppMetadataAgentResponse.schema.json",
  "title": "GetAppMetadata Agent Response",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/$defs/GetAppMetadataResponseBase"
    },
    {
      "$ref": "agentResponse.schema.json"
    }
  ],
  "$defs": {
    "GetAppMetadataResponseBase": {
      "title": "GetAppMetadata Response", 
      "type": "object",
      "description": "A response to a getAppMetadata request.",
      "properties": {
        "type": {
          "$ref": "../api/getAppMetadataResponse.schema.json#/$defs/GetAppMetadataResponseType"
        },
        "payload": {
          "$ref": "../api/getAppMetadataResponse.schema.json#/$defs/GetAppMetadataSuccessResponsePayload"
        },
        "meta": {
          "title": "GetAppMetadata Response Metadata",
          "type": "object"
        }
      },
      "additionalProperties": false
    }
  }
}
