UnboundedKeyValuePair (type)

{
  "additionalProperties": false, 
  "id": "UnboundedKeyValuePair", 
  "module_id": "Common", 
  "properties": {
    "key": {
      "readonly": false, 
      "required": true, 
      "title": "Key", 
      "type": "string"
    }, 
    "value": {
      "readonly": false, 
      "required": true, 
      "title": "Value", 
      "type": "string"
    }
  }, 
  "title": "A key-value pair with no limitations on size", 
  "type": "object"
}