{
  "$id": "catalox.payload.generic-map/v1",
  "type": "object",
  "additionalProperties": true,
  "required": ["key"],
  "properties": {
    "key": { "type": "string", "minLength": 1 },
    "value": {}
  }
}
