addressing_loa_upload_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-loa-upload-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_loa_upload_response",
  "title": "addressing_loa_upload_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/addressing_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "filename": {
              "description": "Name of LOA document.",
              "example": "document.pdf",
              "type": "string"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}