{
  "$id": "https://schemata.openattestation.com/io/tradetrust/cover-letter/1.0",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["title"],
  "properties": {
    "name": {
      "type": "string"
    },
    "logo": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "remarks": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "titleColor": {
      "type": "string"
    },
    "remarksColor": {
      "type": "string"
    }
  }
}
